Module:Location map/data/Scotland South Lanarkshire

From Simple English Wikipedia, the free encyclopedia


Location map of South Lanarkshire
name South Lanarkshire
border
coordinates
55.85
-4.35 ←↕→ -3.35
55.25
map center 55°33′N 3°51′W / 55.55°N 3.85°W / 55.55; -3.85
image South Lanarkshire UK location map.svg
image1 South Lanarkshire UK relief location map.jpg


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

Map definition

  • name = South Lanarkshire
    Name used in the default map caption
  • bottom = 55.25
    Latitude at bottom edge of map, in decimal degrees
  • left = -4.35
    Longitude at left edge of map, in decimal degrees
  • right = -3.35
    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 1 degrees.

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

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

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


See also

Location map templates

Creating new map definitions


return {
	name = 'South Lanarkshire',
	top = 55.85,
	bottom = 55.25,
	left = -4.35,
	right = -3.35,
	image = 'South Lanarkshire UK location map.svg',
	image1 = 'South Lanarkshire UK relief location map.jpg'
}