Module:Location map/data/Sweden South

From imedwiki
Jump to navigation Jump to search


Location map of Southern Sweden
name Southern Sweden
border
coordinates
60.86
10.4 ←↕→ 19.867
55.1
map center 57°58′48″N 15°08′01″E / 57.98°N 15.1335°E / 57.98; 15.1335
image Sweden location map, 40south.svg
Sweden location map, 40south.svg


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

Map definition

  • name = Southern Sweden
    Name used in the default map caption
  • bottom = 55.1
    Latitude at bottom edge of map, in decimal degrees
  • left = 10.4
    Longitude at left edge of map, in decimal degrees
  • right = 19.867
    Longitude at right edge of map, in decimal degrees

Precision

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

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

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

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


See also

Location map templates

Creating new map definitions


return {
	name = 'Southern Sweden',
	top = 60.86,
	bottom = 55.1,
	left = 10.4,
	right = 19.867,
	image = 'Sweden location map, 40south.svg'
}