Module:Location map/data/Malawi

Kufuma Wikipedia


Location map of Malawi
name Malawi
border
coordinates
-9.1
32.4 ←↕→ 36.4
-17.3
map center 13°12′S 34°24′E / 13.2°S 34.4°E / -13.2; 34.4
image Malawi adm location map.svg
image1 Malawi relief location map.jpg
Map of Malawi

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

Map definition

  • name = Malawi
    Name used in the default map caption
  • bottom = -17.3
    Latitude at bottom edge of map, in decimal degrees
  • left = 32.4
    Longitude at left edge of map, in decimal degrees
  • right = 36.4
    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 4 degrees.

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

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

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

Examples using location map templates

Location map, using default map (image)

Lilongwe is located in Malawi
Lilongwe
Lilongwe
Lilongwe (Malawi)
{{Location map | Malawi
| width   = 150
| lat_deg = -13.983
| lon_deg = 33.783
| label   = Lilongwe
}}

Location map many, using relief map (image1)

Location map/data/Malawi is located in Malawi
Lilongwe
Lilongwe
Karonga
Karonga
Two locations in Malawi
{{Location map many | Malawi
| relief   = yes
| width    = 150
| caption  = Two locations in Malawi
| lat1_deg = -13.983
| lon1_deg = 33.783
| label1   = Lilongwe
| lat2_deg = -9.933
| lon2_deg = 33.933
| label2   = Karonga
}}

Location map+, using AlternativeMap

Location map/data/Malawi is located in Malawi
Lilongwe
Lilongwe
Karonga
Karonga
Two locations in Malawi
{{Location map+ | Malawi
| AlternativeMap = Malawi location map Topographic.png
| width   = 150
| caption = Two locations in Malawi
| places  =
  {{Location map~ | Malawi
  | lat_deg = -13.983
  | lon_deg = 33.783
  | label   = Lilongwe
  }}
  {{Location map~ | Malawi
  | lat_deg = -9.933
  | lon_deg = 33.933
  | label   = Karonga
  }}
}}

See also

Location map templates

Creating new map definitions


return {
	name = 'Malawi',
	top = -9.1,
	bottom = -17.3,
	left = 32.4,
	right = 36.4,
	image = 'Malawi adm location map.svg',
	image1 = 'Malawi relief location map.jpg'
}