Module:Location map/data/South Sudan

MyWikiBiz, Author Your Legacy — Friday April 19, 2024
< Module:Location map
Revision as of 03:06, 16 July 2021 by Zoran (talk | contribs) (Pywikibot 6.4.0)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search

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

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

Map definition

  • name = South Sudan
    Name used in the default map caption
  • bottom = 3.2
    Latitude at bottom edge of map, in decimal degrees
  • left = 23.15
    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 13.25 degrees.

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

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

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

Examples using location map templates

Location map

Template:Location map

{{Location map | South Sudan
| width   = 200
| lat_deg = 4.85
| lon_deg = 31.6
| label   = Juba
}}

Template:Clear

Location map many

Template:Location map many

{{Location map many | South Sudan
| width    = 200
| caption  = Two locations in South Sudan
| lat1_deg = 4.85
| lon1_deg = 31.6
| label1   = Juba
| lat2_deg = 9.55
| lon2_deg = 31.65
| label2   = Malakal
}}

Template:Clear

Location map+

Template:Location map+

{{Location map+ | South Sudan
| width   = 200
| caption = Two locations in South Sudan
| places  =
  {{Location map~ | South Sudan
  | lat_deg = 4.85
  | lon_deg = 31.6
  | label   = Juba
  }}
  {{Location map~ | South Sudan
  | lat_deg = 9.55
  | lon_deg = 31.65
  | label   = Malakal
  }}
}}

Template:Clear

Template:Clear

See also

Location map templates

Creating new map definitions


return {
	name = 'South Sudan',
	top = 12.7,
	bottom = 3.2,
	left = 23.15,
	right = 36.4,
	image = 'South Sudan adm location map.svg',
	image1 = 'South Sudan topographic map.svg'
}