Module:Location map/data/New Zealand Wellington Region

From imedwiki
Jump to navigation Jump to search


Location map of Wellington Region
name Wellington Region
border
coordinates
-40.38
174.57 ←↕→ 176.375
-41.809
map center 41°05′40″S 175°28′21″E / 41.0945°S 175.4725°E / -41.0945; 175.4725
image Wellington Region, New Zealand map.svg
Wellington Region, New Zealand map.svg
mark Disc Plain red.svg
marksize 7


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

Map definition

  • name = Wellington Region
    Name used in the default map caption
  • bottom = -41.809
    Latitude at bottom edge of map, in decimal degrees
  • left = 174.57
    Longitude at left edge of map, in decimal degrees
  • right = 176.375
    Longitude at right edge of map, in decimal degrees
  • mark = Disc Plain red.svg (Disc Plain red.svg)
    The default mark image to display with this map. This can be overridden by the mark parameter in Template:Location map, which would otherwise default to Red pog.svg (Red pog.svg).
  • marksize = 7
    The default mark size (in pixels) for the mark image displayed with this map (should not include px, for example marksize=7, not marksize=7px). This can be overridden by the marksize parameter in Template:Location map, which would otherwise default to 8.

Precision

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

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

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

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


See also

Location map templates

Creating new map definitions


return {
        name = 'Wellington Region',
        top = -40.380,
        bottom = -41.809,
        left = 174.570,
        right = 176.375,
        image = 'Wellington Region, New Zealand map.svg',
        mark = 'Disc Plain red.svg',
        marksize = 7
}