وحدة:Location map/data/Jordan


خريطة موقع الأردن
الاسم الأردن
احداثيات
الحدود
33.5
34.8 ←↕→ 39.4
29.1
مركز الخريطة 31°18′N 37°06′E / 31.3°N 37.1°E / 31.3; 37.1
الصورة Jordan location map.svg
Jordan location map.svg
الصورة1 Jordan location map Topographic.png
Jordan location map Topographic.png
Map of Jordan

وحدة:Location map/data/Jordan is a location map definition used to overlay markers and labels on an equirectangular projection map of الأردن. 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 = الأردن
    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 map defined as image1 (Jordan location map Topographic.png) can be displayed by using the relief or AlternativeMap parameters in {{Location map}}, {{Location map many}} and {{Location map+}}. The use of these two parameters is shown in the examples below. Additional examples can be found at:

Precision

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

  • At an image width of 200 pixels, that is 0.02 degrees per pixel.
  • At an image width of 1000 pixels, that is 0.004 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 الأردن
Amman
Amman
Amman (الأردن)
{{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 الأردن
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 الأردن
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
Infobox templates incorporating (passing values to) the Location map template
List

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