Module:Location map/data/United Kingdom Borough of Chorley

From HandWiki
< Module:Location map
Revision as of 17:48, 1 August 2014 by imported>Dr Greg (create)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)


Location map of the Borough of Chorley
name the Borough of Chorley
border
coordinates
53.76
-2.83 ←↕→ -2.5
53.59
map center [ ⚑ ] 53°40′30″N 2°39′54″W / 53.675°N 2.665°W / 53.675; -2.665
image Location map United Kingdom Borough of Chorley.svg
Location map United Kingdom Borough of Chorley.svg


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

Map definition

  • name = the Borough of Chorley
    Name used in the default map caption
  • bottom = 53.59
    Latitude at bottom edge of map, in decimal degrees
  • left = -2.83
    Longitude at left edge of map, in decimal degrees
  • right = -2.5
    Longitude at right edge of map, in decimal degrees

Precision

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

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

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

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


See also

Location map templates

Creating new map definitions


return {
	name = 'the Borough of Chorley',
	top = 53.76,
	bottom = 53.59,
	left = -2.83,
	right = -2.50,
	image = 'Location map United Kingdom Borough of Chorley.svg'
}