Module:Location map/data/Camotes

From blackwiki
< Module:Location map
Revision as of 05:56, 10 November 2014 by blackwiki>Unbuttered Parsnip (Created page with 'return { name = 'Camotes Islands', top = 10.82, bottom = 10.58, left = 124.27, right = 124.58, image = 'Camotes Islands.jpg', }')
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search


Location map of Camotes Islands
name Camotes Islands
border
coordinates
10.82
124.27 ←↕→ 124.58
10.58
map center Lua error: callParserFunction: function "#coordinates" was not found.
image Camotes Islands.jpg
400x400px


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

Map definition

  • name = Camotes Islands
    Name used in the default map caption
  • bottom = 10.58
    Latitude at bottom edge of map, in decimal degrees
  • left = 124.27
    Longitude at left edge of map, in decimal degrees
  • right = 124.58
    Longitude at right edge of map, in decimal degrees

Precision

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

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

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

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


See also

Location map templates

Creating new map definitions


return {
	name = 'Camotes Islands',
	top = 10.82,
	bottom = 10.58,
	left = 124.27,
	right = 124.58,
	image = 'Camotes Islands.jpg',
}