وحدة:Location map/data/Iraq


خريطة موقع العراق
الاسم العراق
احداثيات
الحدود
37.7
38.4 ←↕→ 48.9
28.4
مركز الخريطة 33°03′N 43°39′E / 33.05°N 43.65°E / 33.05; 43.65
الصورة Iraq adm location map.svg
Iraq adm location map.svg
الصورة1 Iraq physical map.svg
Iraq physical map.svg
الصورة2 Iraq location map.svg
Iraq location map.svg
Map of Iraq

وحدة:Location map/data/Iraq 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 "Iraq":

Map definition

  • name = العراق
    Name used in the default map caption
  • bottom = 28.4
    Latitude at bottom edge of map, in decimal degrees
  • left = 38.4
    Longitude at left edge of map, in decimal degrees
  • right = 48.9
    Longitude at right edge of map, in decimal degrees

Alternative map

The map defined as image1 (Iraq physical map.svg) can be displayed by using the relief or AlternativeMap parameters in {{Location map}}, {{Location map many}} and {{Location map+}}. The map defined as image2 (Iraq location map.svg) can only be displayed by using the AlternativeMap parameter. 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 10 degrees.

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

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

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

Examples using location map templates

Location map, using default map (image)

Baghdad is located in العراق
Baghdad
Baghdad
Baghdad (العراق)
{{Location map | Iraq
| width   = 250
| lat_deg = 33.33
| lon_deg = 44.42
| label   = Baghdad
}}

Location map many, using relief map (image1)

Location map/data/Iraq is located in العراق
Baghdad
Baghdad
Mosul
Mosul
Two locations in Iraq
{{Location map many | Iraq
| relief   = yes
| width    = 250
| caption  = Two locations in Iraq
| lat1_deg = 33.33
| lon1_deg = 44.42
| label1   = Baghdad
| lat2_deg = 36.34
| lon2_deg = 43.13
| label2   = Mosul
}}

Location map+, using AlternativeMap

Location map/data/Iraq is located in العراق
Baghdad
Baghdad
Mosul
Mosul
Two locations in Iraq
{{Location map+ | Iraq
| AlternativeMap = Iraq physical map.svg
| width   = 250
| caption = Two locations in Iraq
| places  =
  {{Location map~ | Iraq
  | lat_deg = 33.33
  | lon_deg = 44.42
  | label   = Baghdad
  }}
  {{Location map~ | Iraq
  | lat_deg = 36.34
  | lon_deg = 43.13
  | label   = Mosul
  }}
}}

See also

Location map templates
Infobox templates incorporating (passing values to) the Location map template
List



return {
	name = 'العراق',
	top = 37.7,
	bottom = 28.4,
	left = 38.4,
	right = 48.9,
	image = 'Iraq adm location map.svg',
	image1 = 'Iraq physical map.svg',
	image2 = 'Iraq location map.svg'
}