Module:Location map/data/Botswana

From Simple English Wikipedia, the free encyclopedia


Location map of Botswana
name Botswana
border
coordinates
-17.3
19.4 ←↕→ 29.7
-27.5
map center 22°24′S 24°33′E / 22.4°S 24.55°E / -22.4; 24.55
image Botswana location map.svg
image1 Botswana physical map.svg
Map of Botswana

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

Map definition

  • name = Botswana
    Name used in the default map caption
  • bottom = -27.5
    Latitude at bottom edge of map, in decimal degrees
  • left = 19.4
    Longitude at left edge of map, in decimal degrees
  • right = 29.7
    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 10.3 degrees.

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

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

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

Examples using location map templates

Location map, using default map (image)

Gaborone is located in Botswana
Gaborone
Gaborone
Gaborone (Botswana)
{{Location map | Botswana
| width   = 200
| label   = Gaborone
| lat_deg = -24.66
| lon_deg = 25.91
}}

Location map many, using relief map (image1)

Location map/data/Botswana is located in Botswana
Gaborone
Gaborone
Francistown
Francistown
Two locations in Botswana
{{Location map many | Botswana
| relief   = yes
| width    = 200
| caption  = Two locations in Botswana
| label1   = Gaborone
| lat1_deg = -24.66
| lon1_deg = 25.91
| label2   = Francistown
| lat2_deg = -21.17
| lon2_deg = 27.51
}}

Location map+, using AlternativeMap

Location map/data/Botswana is located in Botswana
Gaborone
Gaborone
Francistown
Francistown
Two locations in Botswana
{{Location map+ | Botswana
| AlternativeMap = Botswana physical map.svg
| width   = 200
| caption = Two locations in Botswana
| places  =
  {{Location map~ | Botswana
  | label   = Gaborone
  | lat_deg = -24.66
  | lon_deg = 25.91
  }}
  {{Location map~ | Botswana
  | label   = Francistown
  | lat_deg = -21.17
  | lon_deg = 27.51
  }}
}}

See also

Location map templates

Creating new map definitions


return {
	name = 'Botswana',
	top = -17.3,
	bottom = -27.5,
	left = 19.4,
	right = 29.7,
	image = 'Botswana location map.svg',
	image1 = 'Botswana physical map.svg'
}