Module:Location map/data/Australia and New Zealand

From blackwiki
Jump to navigation Jump to search
Location map of Australia and New Zealand
name Australia and New Zealand
border
coordinates
-9
109 ←↕→ 179.4
-48.3
map center Lua error: callParserFunction: function "#coordinates" was not found.
image Map of Australia and New Zealand.png
Map of Australia and New Zealand.png


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

Map definition

  • name = Australia and New Zealand
    Name used in the default map caption
  • bottom = -48.3
    Latitude at bottom edge of map, in decimal degrees
  • left = 109
    Longitude at left edge of map, in decimal degrees
  • right = 179.4
    Longitude at right edge of map, in decimal degrees

Precision

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

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

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

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

Examples using location map templates

See also

Location map templates

Creating new map definitions


return {
	name='Australia and New Zealand',
	top= -9,
	bottom= -48.3,
	left= 109,
	right= 179.4,
	image= 'Map of Australia and New Zealand.png',
}