Module:Location map/data/Greenland Southern Tip

From imedwiki
Jump to navigation Jump to search
Location map of the Southern tip of Greenland
name the Southern tip of Greenland
border
coordinates
61.24
-45.95 ←↕→ -42.53
59.6
map center 60°25′N 44°14′W / 60.42°N 44.24°W / 60.42; -44.24
image Southern Greenland.png
Southern Greenland.png


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

Map definition

  • name = the Southern tip of Greenland
    Name used in the default map caption
  • bottom = 59.6
    Latitude at bottom edge of map, in decimal degrees
  • left = -45.95
    Longitude at left edge of map, in decimal degrees
  • right = -42.53
    Longitude at right edge of map, in decimal degrees

Precision

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

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

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

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


See also

Location map templates

Creating new map definitions

</noinclude>


return {
	name = 'the Southern tip of Greenland',
	top = 61.24,
	bottom = 59.6,
	left = -45.95,
	right = -42.53,
	image = 'Southern Greenland.png'
}