Module:Location map/data/Australia Tasmania

MyWikiBiz, Author Your Legacy — Thursday March 28, 2024
Jump to navigationJump to search

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

File:Tazziemap.png
Map of Tasmania

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

Map definition

  • name = Tasmania
    Name used in the default map caption
  • bottom = -44
    Latitude at bottom edge of map, in decimal degrees
  • left = 143.5
    Longitude at left edge of map, in decimal degrees
  • right = 149
    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 5.5 degrees.

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

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

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

Examples using location map templates

Location map, using default map (image)

Template:Location map

{{Location map | Australia Tasmania
| width = 200
| label = Hobart
| lat_deg = 42  | lat_min = 52 | lat_sec = 50 | lat_dir = S
| lon_deg = 147 | lon_min = 19 | lon_sec = 30 | lon_dir = E
}}

Template:Clear

Location map many, using relief map (image1)

Template:Location map many

{{Location map many | Australia Tasmania
| relief   = yes
| width    = 200
| caption  = Locations in Tasmania
| lat1 = -39.93 | long1 = 143.85 | label1 = Currie
| lat2 = -43.58 | long2 = 146.87 | label2 = Cockle Creek
| lat3 = -41.05 | long3 = 144.67 | label3 = Arthur River
| lat4 = -42.12 | long4 = 148.28 | label4 = Coles Bay
}}

Template:Clear

Location map+, using AlternativeMap

Template:Location map+

{{Location map+ | Australia Tasmania
| AlternativeMap=Australia Tasmania location map blank.svg
| width   = 200
| caption = Locations in Tasmania
| places  =
  {{Location map~ | Australia Tasmania
  | lat = -39.93 | long = 143.85 | label = Currie
  }}
  {{Location map~ | Australia Tasmania
  | lat = -43.58 | long = 146.87 | label = Cockle Creek
  }}
  {{Location map~ | Australia Tasmania
  | lat = -41.05 | long = 144.67 | label = Arthur River
  }}
  {{Location map~ | Australia Tasmania
  | lat = -42.12 | long = 148.28 | label = Coles Bay
  }}
}}

Template:Clear

See also

Location map templates

Creating new map definitions


return {
	name = 'Tasmania',
	top = -39.0,
	bottom = -44.0,
	left = 143.5,
	right = 149.0,
	image = 'Australia Tasmania location map.svg',
	image1 = 'Relief Map of Tasmania.png',
	image2 = 'Australia Tasmania location map blank.svg'
}