Difference between revisions of "Module:Location map/data/India Sikkim"
Jump to navigation
Jump to search
blackwiki>Frietjes (created from Template:Location map India Sikkim, edit history will be saved in Module talk:Location map/data/India Sikkim/doc) |
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
| 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
| |||
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.
Contents
Usage
These definitions are used by the following templates when invoked with parameter "India Sikkim":
{{Location map | India Sikkim | ...}}{{Location map many | India Sikkim | ...}}{{Location map+ | India Sikkim | ...}}{{Location map~ | India Sikkim | ...}}
Map definition
name = Sikkim- Name used in the default map caption
image = Location map India Sikkim.svg- The default map image, without "Image:" or "File:"
top = 28.1374- Latitude at top edge of map, in decimal degrees
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
- Template:Location map, to display one mark and label using latitude and longitude
- Template:Location map many, to display up to nine marks and labels
- Template:Location map+, to display an unlimited number of marks and labels
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'
}