Module:Location map/data/Indonesia Western New Guinea

From blackwiki
< Module:Location map
Revision as of 14:09, 26 March 2018 by blackwiki>Frietjes (created from Template:Location map Indonesia Western New Guinea, edit history will be saved in Module:Location map/data/Indonesia Western New Guinea/doc)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search


Location map of Western New Guinea
name Western New Guinea
border
coordinates
2.11
128.93 ←↕→ 142.31
-9.99
map center Lua error: callParserFunction: function "#coordinates" was not found.
image Location map West Papua.png
Location map West Papua.png


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

Map definition

  • name = Western New Guinea
    Name used in the default map caption
  • bottom = -9.99
    Latitude at bottom edge of map, in decimal degrees
  • left = 128.93
    Longitude at left edge of map, in decimal degrees
  • right = 142.31
    Longitude at right edge of map, in decimal degrees

Precision

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

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

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

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


See also

Location map templates

Creating new map definitions


return {
	name = 'Western New Guinea',
	top = 2.11,
	bottom = -9.99,
	left = 128.93,
	right = 142.31,
	image = 'Location map West Papua.png'
}