Module:Location map/data/Jordan Amman

From imedwiki
Jump to navigation Jump to search

Usage

Location map of Amman
name Amman
border
coordinates
32.08863
35.710918 ←↕→ 36.214655
31.582631
map center 31°50′08″N 35°57′46″E / 31.8356305°N 35.9627865°E / 31.8356305; 35.9627865
image Districts of Amman Template 2.png
Districts of Amman Template 2.png
Map of the Amman

{{#invoke:Location map/data|''function_name''}}

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

Map definition

  • name = Amman
    Name used in the default map caption
  • bottom = 31.582631
    Latitude at bottom edge of map, in decimal degrees
  • left = 35.710918
    Longitude at left edge of map, in decimal degrees
  • right = 36.214655
    Longitude at right edge of map, in decimal degrees

Precision

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

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

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

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


See also

Location map templates

Creating new map definitions


return {
	name = 'Amman',
	top = 32.088630,
	bottom = 31.582631,
	left = 35.710918,
	right = 36.214655,
	image = 'Districts of Amman Template 2.png',
}