Module:Location map/data/Mexico City urban area

From imedwiki
Jump to navigation Jump to search


Location map of Mexico City urban area
name Mexico City urban area
border
coordinates
19.6636
-99.3248 ←↕→ -98.8836
19.2389
map center 19°27′05″N 99°06′15″W / 19.45125°N 99.1042°W / 19.45125; -99.1042
image Mexico City urban area.png
Mexico City urban area.png


Module:Location map/data/Mexico City urban area is a location map definition used to overlay markers and labels on an equirectangular projection map of Mexico City urban area. 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 "Mexico City urban area":

Map definition

  • name = Mexico City urban area
    Name used in the default map caption
  • bottom = 19.2389
    Latitude at bottom edge of map, in decimal degrees
  • left = -99.3248
    Longitude at left edge of map, in decimal degrees
  • right = -98.8836
    Longitude at right edge of map, in decimal degrees

Precision

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

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

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

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


See also

Location map templates

Creating new map definitions


return {
	name = 'Mexico City urban area',
	top = 19.6636,
	bottom = 19.2389,
	left = -99.3248,
	right = -98.8836,
	image = 'Mexico City urban area.png'
}