ମଡ୍ୟୁଲ:Location map/data/Australia

ଉଇକିପିଡ଼ିଆ‌ରୁ


Location map of Australia
name Australia
border
coordinates
-9
111.5 ←↕→ 155
-44.5
map center 26°45′S 133°15′E / 26.75°S 133.25°E / -26.75; 133.25
image Australia location map.svg
image1 Australia relief map.jpg
image2 Australia location map grey.svg
Map of Australia

ମଡ୍ୟୁଲ:Location map/data/Australia is a location map definition used to overlay markers and labels on an equirectangular projection map of Australia. 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":

Map definition

  • name = Australia
    Name used in the default map caption
  • bottom = -44.5
    Latitude at bottom edge of map, in decimal degrees
  • left = 111.5
    Longitude at left edge of map, in decimal degrees
  • right = 155
    Longitude at right edge of map, in decimal degrees

Alternative map

The {{Location map}}, {{Location map many}}, and {{Location map+}} templates have parameters to specify an alternative map image. The map displayed as image1 can be used with the relief or AlternativeMap parameters. The map displayed as image2 can be used with the AlternativeMap parameter. Examples may be found below or in the following:

Precision

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

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

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

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

Examples using location map templates

Location map, using default map (image)

Canberra is located in Australia
Canberra
Canberra
Canberra (Australia)
{{Location map | Australia
| 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
}}

Location map many, using relief map (image1)

Location map/data/Australia is located in Australia
Darwin
Darwin
Hobart
Hobart
Perth
Perth
Brisbane
Brisbane
Locations in Australia
{{Location map many | Australia
| relief   = yes
| width    = 200
| caption  = Locations in Australia
| lat1 = -12.45 | long1 = 130.83 | label1 = Darwin
| lat2 = -42.88 | long2 = 147.33 | label2 = Hobart
| lat3 = -31.95 | long3 = 115.86 | label3 = Perth
| lat4 = -27.47 | long4 = 153.03 | label4 = Brisbane
}}

Location map+, using AlternativeMap

Location map/data/Australia is located in Australia
Darwin
Darwin
Hobart
Hobart
Perth
Perth
Brisbane
Brisbane
Locations in Australia
{{Location map+ | Australia
| AlternativeMap = Australia relief map.jpg
| width   = 200
| caption = Locations in Australia
| places  =
  {{Location map~ | Australia
  | lat = -12.45 | long = 130.83 | label = Darwin
  }}
  {{Location map~ | Australia
  | lat = -42.88 | long = 147.33 | label = Hobart
  }}
  {{Location map~ | Australia
  | lat = -31.95 | long = 115.86 | label = Perth
  }}
  {{Location map~ | Australia
  | lat = -27.47 | long = 153.03 | label = Brisbane
  }}
}}

Location map+, using location map (grey)

Location map/data/Australia is located in Australia
Darwin
Darwin
Hobart
Hobart
Perth
Perth
Brisbane
Brisbane
Locations in Australia
{{Location map+ | Australia
| AlternativeMap = Australia location map grey.svg
| width   = 200
| caption = Locations in Australia
| places  =
  {{Location map~ | Australia
  | lat = -12.45 | long = 130.83 | label = Darwin
  }}
  {{Location map~ | Australia
  | lat = -42.88 | long = 147.33 | label = Hobart
  }}
  {{Location map~ | Australia
  | lat = -31.95 | long = 115.86 | label = Perth
  }}
  {{Location map~ | Australia
  | lat = -27.47 | long = 153.03 | label = Brisbane
  }}
}}

See also

Location map templates

Creating new map definitions



return {
	name = 'Australia',
	top = -9,
	bottom = -44.5,
	left = 111.5,
	right = 155,
	image = 'Australia location map.svg',
	image1 = 'Australia relief map.jpg',
	image2 = 'Australia location map grey.svg',
}