Module:Location map/data/Australia Western Australia/doc

MyWikiBiz, Author Your Legacy — Wednesday April 24, 2024
Jump to navigationJump to search

This is the documentation page for Module:Location map/data/Australia Western Australia

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

File:WAHighways.png
Map of Western Australia

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

Map definition

  • name = Western Australia
    Name used in the default map caption
  • bottom = -35.5
    Latitude at bottom edge of map, in decimal degrees
  • left = 112.5
    Longitude at left edge of map, in decimal degrees
  • right = 129.5
    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 17 degrees.

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

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

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

Examples using location map templates

Location map, using default map (image)

Template:Location map

{{Location map | Australia Western Australia
| width = 200
| label = Perth
| lat_deg = 31  | lat_min = 57 | lat_sec = 08 | lat_dir = S
| lon_deg = 115 | lon_min = 51 | lon_sec = 32 | lon_dir = E
}}

Template:Clear

Location map many, using relief map (image1)

Template:Location map many

{{Location map many | Australia Western Australia
| relief   = yes
| width    = 200
| caption  = Locations in Western Australia
| lat1 = -14.29 | long1 = 126.64 | label1 = Kalumburu
| lat2 = -35.02 | long2 = 117.88 | label2 = Albany
| lat3 = -24.87 | long3 = 113.66 | label3 = Carnarvon
| lat4 = -31.67 | long4 = 128.88 | label4 = Eucla
}}

Template:Clear

Location map+, using AlternativeMap

Template:Location map+

{{Location map+ | Australia Western Australia
| AlternativeMap=Australia Western Australia location map blank.svg
| width   = 200
| caption = Locations in Western Australia
| places  =
  {{Location map~ | Australia Western Australia
  | lat = -14.29 | long = 126.64 | label = Kalumburu
  }}
  {{Location map~ | Australia Western Australia
  | lat = -35.02 | long = 117.88 | label = Albany
  }}
  {{Location map~ | Australia Western Australia
  | lat = -24.87 | long = 113.66 | label = Carnarvon
  }}
  {{Location map~ | Australia Western Australia
  | lat = -31.67 | long = 128.88 | label = Eucla
  }}
}}

Template:Clear

See also

Location map templates

Creating new map definitions