Module:Location map/data/Greenland Thule

From imedwiki
Jump to navigation Jump to search


Location map of Thule, Greenland
name Thule, Greenland
border
coordinates
79.05
-73.74 ←↕→ -57.57
75.27
map center 77°09′36″N 65°39′18″W / 77.16°N 65.655°W / 77.16; -65.655
image Northwestern Greenland location map.png
Northwestern Greenland location map.png


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

Map definition

  • name = Thule, Greenland
    Name used in the default map caption
  • bottom = 75.27
    Latitude at bottom edge of map, in decimal degrees
  • left = -73.74
    Longitude at left edge of map, in decimal degrees
  • right = -57.57
    Longitude at right edge of map, in decimal degrees

Precision

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

  • At an image width of 200 pixels, that is 0.0809 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 3.78 degrees.

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


See also

Location map templates

Creating new map definitions


return {
	name = 'Thule, Greenland',
	top = 79.05,
	bottom = 75.27,
	left = -73.74,
	right = -57.57,
	image = 'Northwestern Greenland location map.png'
}