Module:Location map/data/Kingdom of Hungary

From blackwiki
Jump to navigation Jump to search
Location map of Kingdom of Hungary
name Kingdom of Hungary
border
coordinates
49.63
14.23372306 ←↕→ 26.387231
43.72
map center Lua error: callParserFunction: function "#coordinates" was not found.
image Kingdom of Hungary counties-2.svg
Kingdom of Hungary counties-2.svg


Module:Location map/data/Kingdom of Hungary is a location map definition used to overlay markers and labels on an equirectangular projection map of Kingdom of Hungary. The markers are placed by latitude and longitude coordinates on the default map or a similar map image.

Usage

These definitions are used by the following templates when invoked with parameter "Kingdom of Hungary":

Map definition

  • name = Kingdom of Hungary
    Name used in the default map caption
  • bottom = 43.72
    Latitude at bottom edge of map, in decimal degrees
  • left = 14.23372306
    Longitude at left edge of map, in decimal degrees
  • right = 26.387231
    Longitude at right edge of map, in decimal degrees

Precision

Longitude: from West to East this map definition covers 12.1535 degrees.

  • At an image width of 200 pixels, that is 0.0608 degrees per pixel.
  • At an image width of 1000 pixels, that is 0.0122 degrees per pixel.

Latitude: from North to South this map definition covers 5.91 degrees.

  • At an image height of 200 pixels, that is 0.0296 degrees per pixel.
  • At an image height of 1000 pixels, that is 0.0059 degrees per pixel.


See also

Location map templates

Creating new map definitions


return {
	name = 'Kingdom of Hungary',
	top = 49.63,
	bottom = 43.72,
	left = 14.23372306, --! 12 deg E of Paris, +2 deg 20 min 14.03 sec for Greenwich
	right = 26.387231, --! 24 deg 18 sec E of Paris, + for Greenwich
	image = 'Kingdom of Hungary counties-2.svg'
}