Module:Location map/data/Russia Western

From HandWiki
< Module:Location map
Revision as of 10:56, 2 December 2018 by imported>Frietjes (created from Template:Location map Russia Western, earlier edit history will be saved in Module:Location map/data/Russia Western/doc)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)


Location map of Western part of Russia
name Western part of Russia
border
coordinates
62.33
27.26 ←↕→ 47.85
54.27
map center [ ⚑ ] 58°18′00″N 37°33′18″E / 58.3°N 37.555°E / 58.3; 37.555
image WesternRussia.svg
WesternRussia.svg


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

Map definition

  • name = Western part of Russia
    Name used in the default map caption
  • bottom = 54.27
    Latitude at bottom edge of map, in decimal degrees
  • left = 27.26
    Longitude at left edge of map, in decimal degrees
  • right = 47.85
    Longitude at right edge of map, in decimal degrees

Precision

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

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

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

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


See also

Location map templates

Creating new map definitions


return {
	name = 'Western part of Russia',
	top = 62.33,
	bottom = 54.27,
	left = 27.26,
	right = 47.85,
	image = 'WesternRussia.svg'
}