Difference between revisions of "Module:Location map/data/Sri Lanka Northern Province"

From blackwiki
Jump to navigation Jump to search
blackwiki>Philg88
(Tweak coords)
blackwiki>Mikey641
Line 1: Line 1:
 
return {
 
return {
 
name = 'Northern Province',
 
name = 'Northern Province',
top = 9.8679,
+
top = 9.856919,
bottom = 8.4755,
+
bottom = 8.518356,
left = 79.5818,
+
left = 79.617792,
right = 81.0515,
+
right = 81.002047,
image = 'Location map Sri Lanka Northern Province EN.svg'
+
image = 'Sri Lanka Northern Province location map.svg'
 
}
 
}

Revision as of 13:10, 20 September 2016

Location map of Northern Province
name Northern Province
border
coordinates
9.856919
79.617792 ←↕→ 81.002047
8.518356
map center Lua error: callParserFunction: function "#coordinates" was not found.
image Sri Lanka Northern Province location map.svg
Sri Lanka Northern Province location map.svg


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

Map definition

  • name = Northern Province
    Name used in the default map caption
  • bottom = 8.518356
    Latitude at bottom edge of map, in decimal degrees
  • left = 79.617792
    Longitude at left edge of map, in decimal degrees
  • right = 81.002047
    Longitude at right edge of map, in decimal degrees

Precision

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

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

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

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


See also

Location map templates

Creating new map definitions


return {
	name = 'Northern Province',
	top = 9.856919,
	bottom = 8.518356,
	left = 79.617792,
	right = 81.002047,
	image = 'Sri Lanka Northern Province location map.svg'
}