Module:Location map/data/Hungary Fejér

From blackwiki
< Module:Location map
Revision as of 19:08, 8 September 2019 by blackwiki>BrugesFR (Created page with 'return { name = 'Fejér', top = 47.830546, bottom = 46.693591, left = 17.542194, right = 19.145400, image = 'Map-of-Fejér.svg', image1 = '' }')
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search


Location map of Fejér
name Fejér
border
coordinates
47.830546
17.542194 ←↕→ 19.1454
46.693591
map center Lua error: callParserFunction: function "#coordinates" was not found.
image Map-of-Fejér.svg
Map-of-Fejér.svg
image1 [[:File:|]]
[[File:|400x400px]]


Module:Location map/data/Hungary Fejér is a location map definition used to overlay markers and labels on an equirectangular projection map of Fejér. 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 "Hungary Fejér":

Map definition

  • name = Fejér
    Name used in the default map caption
  • bottom = 46.693591
    Latitude at bottom edge of map, in decimal degrees
  • left = 17.542194
    Longitude at left edge of map, in decimal degrees
  • right = 19.1454
    Longitude at right edge of map, in decimal degrees

Precision

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

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

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

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


See also

Location map templates

Creating new map definitions


return {
	name = 'Fejér',
	top = 47.830546,
	bottom = 46.693591,
	left = 17.542194,
	right = 19.145400,
	image = 'Map-of-Fejér.svg',
	image1 = ''
}