Module:Location map/data/Namibia


Location map of Namibia
name Namibia
border
coordinates
-16.4
11 ←↕→ 25.8
-29.6
map center 23°00′S 18°24′E / 23°S 18.4°E / -23; 18.4
image Namibia location map.svg
image1 Namibia relief location map.jpg
Map of Namibia

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

Map definition

  • name = Namibia
    Name used in the default map caption
  • bottom = -29.6
    Latitude at bottom edge of map, in decimal degrees
  • left = 11
    Longitude at left edge of map, in decimal degrees
  • right = 25.8
    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. Examples may be found below or in the following:

Precision

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

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

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

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

Examples using location map templates

Location map, using default map (image)

Windhoek is located in Namibia
Windhoek
Windhoek
Windhoek (Namibia)
{{Location map | Namibia
| width   = 250
| lat_deg = -22.57
| lon_deg = 17.084
| label   = Windhoek
}}

Location map many, using relief map (image1)

Location map/data/Namibia is located in Namibia
Windhoek
Windhoek
Oranjemund
Oranjemund
Katima Mulilo
Katima Mulilo
Three locations in Namibia
{{Location map many | Namibia
| relief   = yes
| width    = 250
| caption  = Three locations in Namibia
| lat1_deg = -22.57
| lon1_deg = 17.084
| label1   = Windhoek
| lat2_deg = -28.552
| lon2_deg = 16.426
| label2   = Oranjemund
| lat3_deg = -17.504
| lon3_deg = 24.275
| label3   = Katima Mulilo
}}

Location map+, using AlternativeMap

Location map/data/Namibia is located in Namibia
Windhoek
Windhoek
Oranjemund
Oranjemund
Katima Mulilo
Katima Mulilo
Three locations in Namibia
{{Location map+ | Namibia
| AlternativeMap = Namibia relief location map.jpg
| width   = 250
| caption = Three locations in Namibia
| places  =
  {{Location map~ | Namibia
  | lat_deg = -22.57
  | lon_deg = 17.084
  | label   = Windhoek
  }}
  {{Location map~ | Namibia
  | lat_deg = -28.552
  | lon_deg = 16.426
  | label   = Oranjemund
  }}
  {{Location map~ | Namibia
  | lat_deg = -17.504
  | lon_deg = 24.275
  | label   = Katima Mulilo
  }}
}}

See also

Location map templates

Creating new map definitions



return {
	name   = 'Namibia',
	top    = -16.4,
	bottom = -29.6,
	left   = 11.0,
	right  = 25.8,
	image  = 'Namibia location map.svg',
	image1 = 'Namibia relief location map.jpg'
}