Module:Location map/data/Russia Primorsky Krai

From Simple English Wikipedia, the free encyclopedia


Location map of Primorsky Krai
name Primorsky Krai
border
coordinates
49
130 ←↕→ 140
42
map center 45°30′N 135°00′E / 45.5°N 135°E / 45.5; 135
image Russia Primorsky Krai location map.svg


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

Map definition

  • name = Primorsky Krai
    Name used in the default map caption
  • bottom = 42
    Latitude at bottom edge of map, in decimal degrees
  • left = 130
    Longitude at left edge of map, in decimal degrees
  • right = 140
    Longitude at right edge of map, in decimal degrees

Precision

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

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

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

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


See also

Location map templates

Creating new map definitions


return {
	name = 'Primorsky Krai',
	top = 49.0,
	bottom = 42.0,
	left = 130.0,
	right = 140.0,
	image = 'Russia Primorsky Krai location map.svg'
}