Difference between revisions of "Module:Location map/data/UK England Southwest"

From blackwiki
Jump to navigation Jump to search
blackwiki>Dr Greg
(coordinates should be west not east)
blackwiki>Frietjes
(adjust)
Line 1: Line 1:
 
return {
 
return {
 
name = 'Southwest England',
 
name = 'Southwest England',
top = 52.7,
+
top = 52.7513,
bottom = 49.8,
+
bottom = 49.8199,
left = -6.5,
+
left = -6.598825,
right = -0.2,
+
right = -0.404322,
 
image = 'England southwest location map.svg'
 
image = 'England southwest location map.svg'
 
}
 
}

Revision as of 21:16, 16 May 2019


Location map of Southwest England
name Southwest England
border
coordinates
52.7513
-6.598825 ←↕→ -0.404322
49.8199
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.8199
    Latitude at bottom edge of map, in decimal degrees
  • left = -6.598825
    Longitude at left edge of map, in decimal degrees
  • right = -0.404322
    Longitude at right edge of map, in decimal degrees

Precision

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

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

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

  • At an image height of 200 pixels, that is 0.0147 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.7513,
	bottom = 49.8199,
	left = -6.598825,
	right = -0.404322,
	image = 'England southwest location map.svg'
}