Module:Location map/data/Australia Australian Capital Territory

MyWikiBiz, Author Your Legacy — Friday March 29, 2024
Jump to navigationJump to search

Lua error: expandTemplate: template "coord" does not exist.

File:Australian Capital Territory parishes.png
Map of Australian Capital Territory

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

Map definition

  • name = Australian Capital Territory
    Name used in the default map caption
  • bottom = -35.96
    Latitude at bottom edge of map, in decimal degrees
  • left = 148.72
    Longitude at left edge of map, in decimal degrees
  • right = 149.45
    Longitude at right edge of map, in decimal degrees

Precision

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

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

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

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

Examples using location map templates

Location map, using default map (image)

Template:Location map

{{Location map | Australia Australian Capital Territory
| width = 200
| label = Canberra
| lat_deg = 35  | lat_min = 18 | lat_sec = 27 | lat_dir = S
| lon_deg = 149 | lon_min = 07 | lon_sec = 28 | lon_dir = E
}}

Template:Clear

Location map many

Template:Location map many

{{Location map many | Australia Australian Capital Territory
| width    = 200
| caption  = Locations in Australian Capital Territory
| lat1 = -35.170 | long1 = 149.069 | label1 = Hall
| lat2 = -35.567 | long2 = 149.133 | label2 = Williamsdale
| lat3 = -35.297 | long3 = 148.922 | label3 = Uriarra
| lat4 = -35.341 | long4 = 149.229 | label4 = Oaks Estate
}}

Template:Clear

Location map+

Template:Location map+

{{Location map+ | Australia Australian Capital Territory
| width   = 200
| caption = Locations in Australian Capital Territory
| places  =
  {{Location map~ | Australia Australian Capital Territory
  | lat = -35.170 | long = 149.069 | label = Hall
  }}
  {{Location map~ | Australia Australian Capital Territory
  | lat = -35.567 | long = 149.133 | label = Williamsdale
  }}
  {{Location map~ | Australia Australian Capital Territory
  | lat = -35.297 | long = 148.922 | label = Uriarra
  }}
  {{Location map~ | Australia Australian Capital Territory
  | lat = -35.341 | long = 149.229 | label = Oaks Estate
  }}
}}

Template:Clear

See also

Location map templates

Creating new map definitions


return {
	name = 'Australian Capital Territory',
	top = -35.1,
	bottom = -35.96,
	left = 148.72,
	right = 149.45,
	image = 'Australia Capital Territory location map.svg',
--	image1 = 'should only be defined if there is a relief image with same coordinates' 
}