Module:Location map/data/Balkans

From imedwiki
Jump to navigation Jump to search


Location map of Balkans
name Balkans
border
coordinates
47.78509
13.376909 ←↕→ 30.089311
36.278755
map center 42°01′55″N 21°43′59″E / 42.0319225°N 21.73311°E / 42.0319225; 21.73311
image Balkan topo blank.jpg
Balkan topo blank.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 = 36.278755
    Latitude at bottom edge of map, in decimal degrees
  • left = 13.376909
    Longitude at left edge of map, in decimal degrees
  • right = 30.089311
    Longitude at right edge of map, in decimal degrees

Precision

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

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

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

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

Examples using location map templates

Template:Location map many

See also

Location map templates

Creating new map definitions


return {
	name = 'Balkans',
	top = 47.78509,
	bottom = 36.278755,
	left = 13.376909,
	right = 30.089311,
	image = 'Balkan topo blank.jpg'
	
}