Module:Location map/data/UK England Southwest

From blackwiki
< Module:Location map
Revision as of 11:02, 14 May 2018 by blackwiki>Santiago Claudio (Created page with 'return { name = 'Southwest England', top = 52.7, bottom = 49.8, left = 6.5, right = 0.2, image = 'England southwest location map.svg' }')
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search


Location map of Southwest England
name Southwest England
border
coordinates
52.7
6.5 ←↕→ 0.2
49.8
map center Lua error: callParserFunction: function "#coordinates" was not found.
image England southwest location map.svg
England southwest location map.svg


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

Map definition

  • name = Southwest England
    Name used in the default map caption
  • bottom = 49.8
    Latitude at bottom edge of map, in decimal degrees
  • left = 6.5
    Longitude at left edge of map, in decimal degrees
  • right = 0.2
    Longitude at right edge of map, in decimal degrees

Precision

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

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

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

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


See also

Location map templates

Creating new map definitions


return {
	name = 'Southwest England',
	top = 52.7,
	bottom = 49.8,
	left = 6.5,
	right = 0.2,
	image = 'England southwest location map.svg'
}