Module:Location map/data/India Odisha

From blackwiki
< Module:Location map
Revision as of 13:20, 20 February 2018 by blackwiki>Plastikspork (Protected "Module:Location map/data/India Odisha": High-risk Lua module ([Edit=Require template editor access] (indefinite) [Move=Require template editor access] (indefinite)))
Jump to navigation Jump to search
Location map of Odisha
name Odisha
border
coordinates
22.67
81.13 ←↕→ 87.78
17.6
map center Lua error: callParserFunction: function "#coordinates" was not found.
image India Orissa location map.svg
India Odisha location map.svg


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

Map definition

  • name = Odisha
    Name used in the default map caption
  • bottom = 17.6
    Latitude at bottom edge of map, in decimal degrees
  • left = 81.13
    Longitude at left edge of map, in decimal degrees
  • right = 87.78
    Longitude at right edge of map, in decimal degrees

Precision

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

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

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

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


See also

Location map templates

Creating new map definitions


return {
	name = 'Odisha',
	top = 22.67,
	bottom = 17.6,
	left = 81.13,
	right = 87.78,
	image = 'India Orissa location map.svg'
}