Module:Location map/data/Zambia


Location map of Zambia
name Zambia
border
coordinates
-7.8
21.5 ←↕→ 34
-18.3
map center 13°03′S 27°45′E / 13.05°S 27.75°E / -13.05; 27.75
image Zambia adm location map.svg
image1 Zambia relief location map.jpg
Map of Zambia

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

Map definition

  • name = Zambia
    Name used in the default map caption
  • bottom = -18.3
    Latitude at bottom edge of map, in decimal degrees
  • left = 21.5
    Longitude at left edge of map, in decimal degrees
  • right = 34
    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 12.5 degrees.

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

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

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

Examples using location map templates

Location map, using default map (image)

Lusaka is located in Zambia
Lusaka
Lusaka
Lusaka (Zambia)
{{Location map | Zambia
| width   = 250
| lat_deg = -15.417
| lon_deg = 28.283
| label   = Lusaka
}}

Location map many, using relief map (image1)

Location map/data/Zambia is located in Zambia
Lusaka
Lusaka
Chipata
Chipata
Two locations in Zambia
{{Location map many | Zambia
| relief   = yes
| width    = 250
| caption  = Two locations in Zambia
| lat1_deg = -15.417
| lon1_deg = 28.283
| label1   = Lusaka
| pos1     = bottom
| lat2_deg = -13.65
| lon2_deg = 32.633
| label2   = Chipata
| pos2     = bottom
}}

Location map+, using AlternativeMap

Location map/data/Zambia is located in Zambia
Lusaka
Lusaka
Chipata
Chipata
Two locations in Zambia
{{Location map+ | Zambia
| AlternativeMap = Zambia location map Topographic.png
| width   = 250
| caption = Two locations in Zambia
| places  =
  {{Location map~ | Zambia
  | lat_deg = -15.417
  | lon_deg = 28.283
  | label   = Lusaka
  | position = bottom
  }}
  {{Location map~ | Zambia
  | lat_deg  = -13.65
  | lon_deg  = 32.633
  | label    = Chipata
  | position = bottom
  }}
}}

See also

Location map templates

Creating new map definitions


return {
	name = 'Zambia',
	top = -7.8,
	bottom = -18.3,
	left = 21.5,
	right = 34.0,
	image = 'Zambia adm location map.svg',
	image1 = 'Zambia relief location map.jpg'
}