Module:Location map/data/Mount Athos

From blackwiki
< Module:Location map
Revision as of 15:35, 5 August 2014 by blackwiki>Vanjagenije (Vanjagenije moved page Module:Location map/data/Greece Mount Athos to Module:Location map/data/Mount Athos without leaving a redirect)
Jump to navigation Jump to search


Location map of Greece Mount Athos
name Greece Mount Athos
border
coordinates
40.5
23.95 ←↕→ 24.45
40.1
map center Lua error: callParserFunction: function "#coordinates" was not found.
image Mount Athos location map.svg
Mount Athos location map.svg
Map of Mount Athos

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

Map definition

  • name = Greece Mount Athos
    Name used in the default map caption
  • bottom = 40.1
    Latitude at bottom edge of map, in decimal degrees
  • left = 23.95
    Longitude at left edge of map, in decimal degrees
  • right = 24.45
    Longitude at right edge of map, in decimal degrees

Precision

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

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

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

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

Examples using location map templates

Location map, using default map (image)

Karyes is located in Greece Mount Athos
Karyes
Karyes
Karyes (Greece Mount Athos)
{{Location map | Mount Athos
| width   = 200
| lat_deg = 40.256667
| lon_deg = 24.245
| label   = Karyes
}}

See also

Location map templates

Creating new map definitions



return {
	name = 'Greece Mount Athos',
	top = 40.50,
	bottom = 40.10,
	left = 23.95,
	right = 24.45,
	image = 'Mount Athos location map.svg'
}