Module:Location map/data/United Kingdom Lincoln Central

From Simple English Wikipedia, the free encyclopedia


Location map of Lincoln city centre
name Lincoln city centre
border
coordinates
53.2452
-0.5669 ←↕→ -0.5134
53.213
map center 53°13′45″N 0°32′25″W / 53.2291°N 0.54014999999998°W / 53.2291; -0.54014999999998
image Location map United Kingdom Lincoln Central.png


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

Map definition

  • name = Lincoln city centre
    Name used in the default map caption
  • bottom = 53.213
    Latitude at bottom edge of map, in decimal degrees
  • left = -0.5669
    Longitude at left edge of map, in decimal degrees
  • right = -0.5134
    Longitude at right edge of map, in decimal degrees

Precision

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

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

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

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


See also

Location map templates

Creating new map definitions


return {
	name = 'Lincoln city centre',
	top = 53.2452,
	bottom = 53.213,
	left = -0.5669,
	right = -0.5134,
	image = 'Location map United Kingdom Lincoln Central.png'
}