Module:Location map/data/Barbados

From Simple English Wikipedia, the free encyclopedia


Location map of Barbados
name Barbados
border
coordinates
13.349
-59.69 ←↕→ -59.399
13.034
map center 13°11′29″N 59°32′40″W / 13.1915°N 59.5445°W / 13.1915; -59.5445
image Barbados location map.svg
image1 Barbados physical map.svg
Map of Barbados

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

Map definition

  • name = Barbados
    Name used in the default map caption
  • bottom = 13.034
    Latitude at bottom edge of map, in decimal degrees
  • left = -59.69
    Longitude at left edge of map, in decimal degrees
  • right = -59.399
    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 0.291 degrees.

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

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

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

Examples using location map templates

Location map, using default map (image)

Bridgetown is located in Barbados
Bridgetown
Bridgetown
Bridgetown (Barbados)
{{Location map | Barbados
| width   = 200
| lat_deg = 13.106
| lon_deg = -59.613
| label   = Bridgetown
}}

Location map many, using relief map (image1)

Location map/data/Barbados is located in Barbados
Bridgetown
Bridgetown
Speightstown
Speightstown
Two locations in Barbados
{{Location map many | Barbados
| relief   = yes
| width    = 200
| caption  = Two locations in Barbados
| lat1_deg = 13.106
| lon1_deg = -59.613
| label1   = Bridgetown
| lat2_deg = 13.254
| lon2_deg = -59.641
| label2   = Speightstown
}}

Location map+, using AlternativeMap

Location map/data/Barbados is located in Barbados
Bridgetown
Bridgetown
Speightstown
Speightstown
Two locations in Barbados
{{Location map+ | Barbados
| AlternativeMap = Barbados physical map.svg
| width   = 200
| caption = Two locations in Barbados
| places  =
  {{Location map~ | Barbados
  | lat_deg = 13.106
  | lon_deg = -59.613
  | label   = Bridgetown
  }}
  {{Location map~ | Barbados
  | lat_deg = 13.254
  | lon_deg = -59.641
  | label   = Speightstown
  }}
}}

See also

Location map templates

Creating new map definitions


return {
	name = 'Barbados',
	top = 13.349,
	bottom = 13.034,
	left = -59.690,
	right = -59.399,
	image = 'Barbados location map.svg',
	image1 = 'Barbados physical map.svg'
}