Difference between revisions of "Module:Location map/data/Krkonoše central"

From blackwiki
Jump to navigation Jump to search
blackwiki>Frietjes
(Created page with 'return { name = 'Central Krkonoše', top = 50.74839628986540, bottom = 50.71682532123810, left = 15.65218789130603, right = 15.77397362252120, ima...')
 
blackwiki>Frietjes
(No difference)

Revision as of 13:53, 30 July 2017

Location map of Central Krkonoše
name Central Krkonoše
border
coordinates
50.748396289865
15.652187891306 ←↕→ 15.773973622521
50.716825321238
map center Lua error: callParserFunction: function "#coordinates" was not found.
image Śnieżka.png
Śnieżka.png


Module:Location map/data/Krkonoše central is a location map definition used to overlay markers and labels on an equirectangular projection map of Central Krkonoše. 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 "Krkonoše central":

Map definition

  • name = Central Krkonoše
    Name used in the default map caption
  • image = Śnieżka.png
    The default map image, without "Image:" or "File:"
  • bottom = 50.716825321238
    Latitude at bottom edge of map, in decimal degrees
  • left = 15.652187891306
    Longitude at left edge of map, in decimal degrees
  • right = 15.773973622521
    Longitude at right edge of map, in decimal degrees

Precision

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

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

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

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


See also

Location map templates

Creating new map definitions


return {
	name   = 'Central Krkonoše',
	top    =  50.74839628986540,
	bottom =  50.71682532123810,
	left =  15.65218789130603,
	right =  15.77397362252120,
	image  = 'Śnieżka.png'
}