Module:Location map/data/Jakarta Metropolitan Area

From HandWiki
< Module:Location map
Revision as of 12:55, 24 January 2018 by imported>Frietjes
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Usage

Location map of Jakarta Metropolitan Area
name Jakarta Metropolitan Area
border
coordinates
-6.0668789268
106.4551635 ←↕→ 107.0811945
-6.2078833418
map center [ ⚑ ] 6°08′15″S 106°46′05″E / 6.1373811343°S 106.768179°E / -6.1373811343; 106.768179
image Location map Jakarta Metropilitan Area.png
Location map Jakarta Metropilitan Area.png


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

Map definition

  • name = Jakarta Metropolitan Area
    Name used in the default map caption
  • bottom = -6.2078833418
    Latitude at bottom edge of map, in decimal degrees
  • left = 106.4551635
    Longitude at left edge of map, in decimal degrees
  • right = 107.0811945
    Longitude at right edge of map, in decimal degrees

Precision

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

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

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

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


See also

Location map templates

Creating new map definitions


return {
	name = 'Jakarta Metropolitan Area',
	top =-6.0668789268,
	bottom =-6.2078833418,
	left = 106.4551635,
	right = 107.0811945,
	image = 'Location map Jakarta Metropilitan Area.png',
}