Module:Location map/data/South Africa/doc

MyWikiBiz, Author Your Legacy — Friday April 26, 2024
Jump to navigationJump to search

This is the documentation page for Module:Location map/data/South Africa

Lua error: expandTemplate: template "coord" does not exist.

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

Map definition

  • name = South Africa
    Name used in the default map caption
  • bottom = -35.2
    Latitude at bottom edge of map, in decimal degrees
  • left = 16
    Longitude at left edge of map, in decimal degrees
  • right = 33.2
    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 17.2 degrees.

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

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

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

Examples using location map templates

Location map, using default map (image)

Template:Location map

{{Location map | South Africa
| width   = 250
| lat_deg = -25.75
| lon_deg = 28.19
| label   = Pretoria
}}

Template:Clear

Location map many, using relief map (image1)

Template:Location map many

{{Location map many | South Africa
| relief   = yes
| width    = 250
| caption  = Two locations in South Africa
| lat1_deg = -25.75
| lon1_deg = 28.19
| label1   = Pretoria
| lat2_deg = -33.93
| lon2_deg = 18.42
| label2   = Cape Town
}}

Template:Clear

Location map+, using AlternativeMap

Template:Location map+

{{Location map+ | South Africa
| AlternativeMap = South Africa relief location map.svg
| width   = 250
| caption = Two locations in South Africa
| places  =
  {{Location map~ | South Africa
  | lat_deg = -25.75
  | lon_deg = 28.19
  | label   = Pretoria
  }}
  {{Location map~ | South Africa
  | lat_deg = -33.93
  | lon_deg = 18.42
  | label   = Cape Town
  }}
}}

Template:Clear

See also

Location map templates

Creating new map definitions