Module:Location map/data/UK Wales

विकिपीडिया से
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
image1 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 map defined as image1 (Wales relief location map.jpg) can be displayed by using the relief or AlternativeMap parameters in {{Location map}}, {{Location map many}} and {{Location map+}}. The use of these two parameters is shown in the examples below. Additional examples can be found at:

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)

Cardiff is located in Wales
Cardiff
Cardiff
Cardiff (Wales)
{{Location map | Wales
| width   = 200
| lat_deg = 51.483
| lon_deg = -3.183
| label   = Cardiff
}}

Location map many, using relief map (image1)

Location map/data/UK Wales is located in Wales
Cardiff
Cardiff
Holyhead
Holyhead
Two locations in Wales
{{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

Location map/data/UK Wales is located in Wales
Cardiff
Cardiff
Holyhead
Holyhead
Two locations in Wales
{{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
Infobox templates incorporating (passing values to) the Location map template

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'
}