Module:Location map/data/Australia Queensland

From Simple English Wikipedia, the free encyclopedia


Location map of Queensland
name Queensland
border
coordinates
-9
137.5 ←↕→ 154
-29.5
map center 19°15′S 145°45′E / 19.25°S 145.75°E / -19.25; 145.75
image Australia Queensland location map.svg
image1 Australia Queensland relief location map.jpg
image2 Australia Queensland location map blank.svg
Map of Queensland

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

Map definition

  • name = Queensland
    Name used in the default map caption
  • bottom = -29.5
    Latitude at bottom edge of map, in decimal degrees
  • left = 137.5
    Longitude at left edge of map, in decimal degrees
  • right = 154
    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 16.5 degrees.

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

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

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

Examples using location map templates

Location map, using default map (image)

Brisbane is located in Queensland
Brisbane
Brisbane
Brisbane (Queensland)
{{Location map | Australia Queensland
| width = 200
| label = Brisbane
| lat_deg = 27  | lat_min = 28 | lat_sec = 04 | lat_dir = S
| lon_deg = 153 | lon_min = 01 | lon_sec = 40 | lon_dir = E
}}

Location map many, using relief map (image1)

Location map/data/Australia Queensland is located in Queensland
Horn Island
Horn Island
Goondiwindi
Goondiwindi
Camooweal
Camooweal
Hervey Bay
Hervey Bay
Locations in Queensland
{{Location map many | Australia Queensland
| relief   = yes
| width    = 200
| caption  = Locations in Queensland
| lat1 = -10.60 | long1 = 142.28 | label1 = Horn Island
| lat2 = -28.55 | long2 = 150.32 | label2 = Goondiwindi
| lat3 = -19.92 | long3 = 138.12 | label3 = Camooweal
| lat4 = -25.28 | long4 = 152.87 | label4 = Hervey Bay
}}

Location map+, using AlternativeMap

Location map/data/Australia Queensland is located in Queensland
Horn Island
Horn Island
Goondiwindi
Goondiwindi
Camooweal
Camooweal
Hervey Bay
Hervey Bay
Locations in Queensland
{{Location map+ | Australia Queensland
| AlternativeMap=Australia Queensland location map blank.svg
| width   = 200
| caption = Locations in Queensland
| places  =
  {{Location map~ | Australia Queensland
  | lat = -10.60 | long = 142.28 | label = Horn Island
  }}
  {{Location map~ | Australia Queensland
  | lat = -28.55 | long = 150.32 | label = Goondiwindi
  }}
  {{Location map~ | Australia Queensland
  | lat = -19.92 | long = 138.12 | label = Camooweal
  }}
  {{Location map~ | Australia Queensland
  | lat = -25.28 | long = 152.87 | label = Hervey Bay
  }}
}}

See also

Location map templates

Creating new map definitions


return {
	name = 'Queensland',
	top =  -9.0,
	bottom = -29.5,
	left = 137.5,
	right = 154.0,
	image = 'Australia Queensland location map.svg',
	image1 = 'Australia Queensland relief location map.jpg',
	image2 = 'Australia Queensland location map blank.svg'
}