ਮੌਡਿਊਲ:Location map/data/Iraq

ਵਿਕੀਪੀਡੀਆ, ਇੱਕ ਅਜ਼ਾਦ ਗਿਆਨਕੋਸ਼ ਤੋਂ


Location map of ਇਰਾਕ
name ਇਰਾਕ
border
coordinates
37.7
38.4 ←↕→ 48.9
28.4
map center 33°03′N 43°39′E / 33.05°N 43.65°E / 33.05; 43.65
image Iraq adm location map.svg
image1 Iraq physical map.svg
image2 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 {{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. The map displayed as image2 can be used with the AlternativeMap parameter. Examples may be found below or in the following:

Precision

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

  • At an image width of 200 pixels, that is 0.0525 degrees per pixel.
  • At an image width of 1000 pixels, that is 0.0105 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

Creating new map definitions



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'
}