Module:Location map/data/Balkans


Location map of Balkans
name Balkans
border
coordinates
47
13.166666666667 ←↕→ 29.333333333333
35.333333333333
map center 41°10′00″N 21°15′00″E / 41.166666666667°N 21.25°E / 41.166666666667; 21.25
image Balkans relief location map.jpg


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

Map definition

  • name = Balkans
    Name used in the default map caption
  • bottom = 35.333333333333
    Latitude at bottom edge of map, in decimal degrees
  • left = 13.166666666667
    Longitude at left edge of map, in decimal degrees
  • right = 29.333333333333
    Longitude at right edge of map, in decimal degrees

Precision

Longitude: from West to East this map definition covers 16.1667 degrees.

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

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

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

Examples using location map templates

Border triple points (note skew outside of central region)

See also

Location map templates

Creating new map definitions


return {
	name = 'Balkans',
	top = 47,
	bottom = 35.3333333333333,
	left = 13.16666666666667,
	right = 29.3333333333333,
	image = 'Balkans relief location map.jpg'
	
}