وحدة:Location map/data/Egypt


خريطة موقع مصر
الاسم مصر
احداثيات
الحدود
32.1
24.2 ←↕→ 37.3
21.3
مركز الخريطة 26°42′N 30°45′E / 26.7°N 30.75°E / 26.7; 30.75
الصورة Egypt adm location map.svg
Egypt adm location map.svg
الصورة1 Egypt relief location map.jpg
Egypt relief location map.jpg
Map of Egypt

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

Map definition

  • name = مصر
    Name used in the default map caption
  • bottom = 21.3
    Latitude at bottom edge of map, in decimal degrees
  • left = 24.2
    Longitude at left edge of map, in decimal degrees
  • right = 37.3
    Longitude at right edge of map, in decimal degrees

Alternative map

The map defined as image1 (Egypt relief location map.jpg) 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 13 degrees.

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

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

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

Examples using location map templates

Location map, using default map (image)

Alexandria is located in مصر
Alexandria
Alexandria
Alexandria (مصر)
{{Location map | Egypt
| width   = 220 <!--omit "px"-->
| lat_deg = 31.2
| lon_deg = 29.9
| label   = Alexandria
}}

Location map many, using relief map (image1)

Location map/data/Egypt is located in مصر
Alexandria
Alexandria
Cairo
Cairo
Aswan
Aswan
Alexandria, Cairo, and Aswan
{{Location map many | Egypt
| relief      = yes
| width       = 220
| caption     = Alexandria, Cairo, and Aswan
| lat1_deg    = 31.2
| lon1_deg    = 29.92
| label1      = Alexandria 
| position1   = left
| lat2_deg    = 30.05
| lon2_deg    = 31.22
| label2      = Cairo
| position2   = bottom
| lat3_deg    = 24.06
| lon3_deg    = 32.91
| label3      = Aswan
| position3   = top
}}

Location map+, using AlternativeMap

Location map/data/Egypt is located in مصر
Sallum
Sallum
Abu Simbel
Abu Simbel
Two locations in Egypt
{{Location map+ | Egypt
| AlternativeMap = Egypt relief location map.jpg
| width   = 220
| caption = Two locations in Egypt
| places  =
  {{Location map~ | Egypt
  | lat_deg = 31.61
  | lon_deg = 25.92
  | label   = Sallum 
  }}
  {{Location map~ | Egypt
  | lat_deg = 22.34
  | lon_deg = 31.37
  | label   = Abu Simbel
  }}
}}

See also

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

return {
	name = 'مصر',
	top = 32.1,
	bottom = 21.3,
	left = 24.2,
	right = 37.3,
	image = 'Egypt adm location map.svg',
	image1 = 'Egypt relief location map.jpg'
}