Module:Location map/data/Angola

MyWikiBiz, Author Your Legacy — Friday March 29, 2024
Jump to navigationJump to search

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

File:Angola map.png
Map of Angola

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

Map definition

  • name = Angola
    Name used in the default map caption
  • bottom = -18.5
    Latitude at bottom edge of map, in decimal degrees
  • left = 11.1
    Longitude at left edge of map, in decimal degrees
  • right = 24.5
    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.4 degrees.

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

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

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

Examples using location map templates

Location map, using default map (image)

Template:Location map

{{Location map | Angola
| width   = 180
| lat_deg = -8.84
| lon_deg = 13.24
| label   = Luanda
}}

Template:Clear

Location map many, using relief map (image1)

Template:Location map many

{{Location map many | Angola
| relief   = yes
| width    = 180
| caption  = Two locations in Angola
| lat1_deg = -8.84
| lon1_deg = 13.24
| label1   = Luanda
| lat2_deg = -5.55
| lon2_deg = 12.20
| label2   = Cabinda
}}

Template:Clear

Location map+, using AlternativeMap

Template:Location map+

{{Location map+ | Angola
| AlternativeMap = Angola relief location map.jpg
| width   = 180
| caption = Two locations in Angola
| places  =
  {{Location map~ | Angola
  | lat_deg = -8.84
  | lon_deg = 13.24
  | label   = Luanda
  }}
  {{Location map~ | Angola
  | lat_deg = -5.55
  | lon_deg = 12.20
  | label   = Cabinda
  }}
}}

Template:Clear

See also

Location map templates

Creating new map definitions



return {
	name = 'Angola',
	top = -4.1,
	bottom = -18.5,
	left = 11.1,
	right = 24.5,
	image = 'Angola location map.svg',
	image1 = 'Angola relief location map.jpg'
}