Module:Location map/data/Jordan

From Simple English Wikipedia, the free encyclopedia


Location map of Jordan
name Jordan
border
coordinates
33.5
34.8 ←↕→ 39.4
29.1
map center 31°18′N 37°06′E / 31.3°N 37.1°E / 31.3; 37.1
image Jordan location map.svg
image1 Jordan location map Topographic.png
Map of Jordan

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

Map definition

  • name = Jordan
    Name used in the default map caption
  • bottom = 29.1
    Latitude at bottom edge of map, in decimal degrees
  • left = 34.8
    Longitude at left edge of map, in decimal degrees
  • right = 39.4
    Longitude at right edge of map, in decimal degrees

Alternative map

The {{Location map}}, {{Location map many}}, and {{Location map+}} templates have parameters to specify an alternative map image. The map displayed as image1 can be used with the relief or AlternativeMap parameters. Examples may be found below or in the following:

Precision

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

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

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

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

Examples using location map templates

Location map, using default map (image)

Amman is located in Jordan
Amman
Amman
Amman (Jordan)
{{Location map | Jordan
| width   = 200
| lat_deg = 31.93
| lon_deg = 35.93
| label   = Amman
}}

Location map many, using relief map (image1)

Location map/data/Jordan is located in Jordan
Amman
Amman
Aqaba
Aqaba
Two locations in Jordan
{{Location map many | Jordan
| relief   = yes
| width    = 200
| caption  = Two locations in Jordan
| lat1_deg = 31.93
| lon1_deg = 35.93
| label1   = Amman
| lat2_deg = 29.52
| lon2_deg = 35.0
| label2   = Aqaba
}}

Location map+, using AlternativeMap

Location map/data/Jordan is located in Jordan
Amman
Amman
Aqaba
Aqaba
Two locations in Jordan
{{Location map+ | Jordan
| AlternativeMap = Jordan location map Topographic.png
| width   = 200
| caption = Two locations in Jordan
| places  =
  {{Location map~ | Jordan
  | lat_deg = 31.93
  | lon_deg = 35.93
  | label   = Amman
  }}
  {{Location map~ | Jordan
  | lat_deg = 29.52
  | lon_deg = 35.0
  | label   = Aqaba
  }}
}}

See also

Location map templates

Creating new map definitions


return {
	name = 'Jordan',
	top = 33.5,
	bottom = 29.1,
	left = 34.8,
	right = 39.4,
	image = 'Jordan location map.svg',
	image1 = 'Jordan location map Topographic.png'
}