Module:Location map/data/UK Wales

From HandWiki


Location map of Wales
name Wales
border
coordinates
53.5
-5.5 ←↕→ -2.5
51.3
map center [ ⚑ ] 52°24′N 4°00′W / 52.4°N 4°W / 52.4; -4
image Wales location map.svg
Wales location map.svg
image1 Wales relief location map.jpg
Wales relief location map.jpg
Map of Wales

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

Map definition

  • name = Wales
    Name used in the default map caption
  • bottom = 51.3
    Latitude at bottom edge of map, in decimal degrees
  • left = -5.5
    Longitude at left edge of map, in decimal degrees
  • right = -2.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. Examples may be found below or in the following:

Precision

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

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

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

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

Examples using location map templates

Location map, using default map (image)

Lua error in Module:Location_map at line 522: Unable to find the specified location map definition: "Module:Location map/data/Wales" does not exist.

{{Location map | Wales
| width   = 200
| lat_deg = 51.483
| lon_deg = -3.183
| label   = Cardiff
}}

Location map many, using relief map (image1)

Lua error in Module:Location_map/multi at line 143: Unable to find the specified location map definition: "Module:Location map/data/Wales" does not exist.

{{Location map many | Wales
| relief   = yes
| width    = 200
| caption  = Two locations in Wales
| lat1_deg = 51.483
| lon1_deg = -3.183
| label1   = Cardiff
| lat2_deg = 53.309
| lon2_deg = -4.633
| label2   = Holyhead
}}

Location map+, using AlternativeMap

Lua error in Module:Location_map/multi at line 27: Unable to find the specified location map definition: "Module:Location map/data/Wales" does not exist.

{{Location map+ | Wales
| AlternativeMap = Wales relief location map.jpg
| width   = 200
| caption = Two locations in Wales
| places  =
  {{Location map~ | Wales
  | lat_deg = 51.483
  | lon_deg = -3.183
  | label   = Cardiff
  }}
  {{Location map~ | Wales
  | lat_deg = 53.309
  | lon_deg = -4.633
  | label   = Holyhead
  }}
}}

See also

Location map templates

Creating new map definitions


return {
	name = 'Wales',
	top = 53.5,
	bottom = 51.3,
	left = -5.5,
	right = -2.5,
	image = 'Wales location map.svg',
	image1 = 'Wales relief location map.jpg'
}