Difference between revisions of "Module:Location map/data/India Sikkim"

From blackwiki
Jump to navigation Jump to search
blackwiki>Frietjes
 
blackwiki>Plastikspork
m (Protected "Module:Location map/data/India Sikkim": High-risk Lua module ([Edit=Require template editor access] (indefinite) [Move=Require template editor access] (indefinite)))
(No difference)

Revision as of 13:19, 20 February 2018

Location map of Sikkim
name Sikkim
border
coordinates
28.1374
87.9456 ←↕→ 89.0112
26.775
map center Lua error: callParserFunction: function "#coordinates" was not found.
image Location map India Sikkim.svg
Location map India Sikkim.svg


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

Map definition

  • name = Sikkim
    Name used in the default map caption
  • bottom = 26.775
    Latitude at bottom edge of map, in decimal degrees
  • left = 87.9456
    Longitude at left edge of map, in decimal degrees
  • right = 89.0112
    Longitude at right edge of map, in decimal degrees

Precision

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

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

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

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


See also

Location map templates

Creating new map definitions


return {
	name = 'Sikkim',
	top = 28.1374,
	bottom = 26.775,
	left = 87.9456,
	right = 89.0112,
	image = 'Location map India Sikkim.svg'
}