Module:Location map/data/Eswatini

From HandWiki


Location map of Eswatini
name Eswatini
border
coordinates
-25.6
30.6 ←↕→ 32.3
-27.5
map center [ ⚑ ] 26°33′S 31°27′E / 26.55°S 31.45°E / -26.55; 31.45
image Eswatini adm location map.svg
Eswatini adm location map.svg
image1 Swaziland relief location map.svg
Swaziland relief location map.svg
image2 Swaziland location map Topographic.png
Swaziland location map Topographic.png
Map of Eswatini

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

Map definition

  • name = Eswatini
    Name used in the default map caption
  • bottom = -27.5
    Latitude at bottom edge of map, in decimal degrees
  • left = 30.6
    Longitude at left edge of map, in decimal degrees
  • right = 32.3
    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 1.7 degrees.

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

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

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

Examples using location map templates

Location map, using default map (image)

Mbabane is located in Eswatini
Mbabane
Mbabane
Mbabane (Eswatini)
{{Location map | Swaziland
| width   = 200
| lat_deg = -26.32
| lon_deg = 31.13
| label   = Mbabane
}}

Location map many, using relief map (image1)

Lua error in Module:Location_map/multi at line 143: Unable to find the specified location map definition: "Module:Location map/data/Swaziland" does not exist.

{{Location map many | Swaziland
| relief   = yes
| width    = 200
| caption  = Two locations in Eswatini
| lat1_deg = -26.32
| lon1_deg = 31.13
| label1   = Mbabane
| pos1     = right
| lat2_deg = -26.82
| lon2_deg = 31.93
| label2   = Big Bend
| pos2     = left
}}

Location map+, using AlternativeMap

Lua error in Module:Location_map/multi at line 27: Unable to find the specified location map definition: "Module:Location map/data/Swaziland" does not exist.

{{Location map+ | Swaziland
| AlternativeMap = Swaziland relief location map.svg
| width   = 200
| caption = Two locations in Eswatini
| places  =
  {{Location map~ | Swaziland
  | lat_deg = -26.32
  | lon_deg = 31.13
  | label   = Mbabane
  | position = right
  }}
  {{Location map~ | Swaziland
  | lat_deg  = -26.82
  | lon_deg  = 31.93
  | label    = Big Bend
  | position = left
  }}
}}

See also

Location map templates

Creating new map definitions

[[Category:Location map templates by country| }}


return {
	name = 'Eswatini',
	top = -25.6,
	bottom = -27.5,
	left = 30.6,
	right = 32.3,
	image = 'Eswatini adm location map.svg',
	image1 = 'Swaziland relief location map.svg',
	image2 = 'Swaziland location map Topographic.png'
}