Difference between revisions of "Module:Location map/data/Indonesia Bali"

From blackwiki
Jump to navigation Jump to search
blackwiki>Frietjes
 
blackwiki>RXerself
(changing image)
Line 1: Line 1:
 
return {
 
return {
 
name = 'Bali',
 
name = 'Bali',
top = -7.75,
+
top = -7.95,
bottom = -9.1666666666,
+
bottom = -8.95,
left = 114.25,
+
left = 114.23,
right = 116,
+
right = 115.87,
image = 'Bali Locator Topography.png'
+
image = 'Bali topography plain.png'
 
}
 
}

Revision as of 07:11, 7 November 2018


Location map of Bali
name Bali
border
coordinates
-7.95
114.23 ←↕→ 115.87
-8.95
map center Lua error: callParserFunction: function "#coordinates" was not found.
image Bali topography plain.png
400x400px


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

Map definition

  • name = Bali
    Name used in the default map caption
  • bottom = -8.95
    Latitude at bottom edge of map, in decimal degrees
  • left = 114.23
    Longitude at left edge of map, in decimal degrees
  • right = 115.87
    Longitude at right edge of map, in decimal degrees

Precision

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

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

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

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


See also

Location map templates

Creating new map definitions


return {
	name = 'Bali',
	top = -7.95,
	bottom = -8.95,
	left = 114.23,
	right = 115.87,
	image = 'Bali topography plain.png'
}