Module:Location map/data/United Kingdom Winchester Central

From imedwiki
Jump to navigation Jump to search


Location map of Central Winchester
name Central Winchester
border
coordinates
51.0695
-1.32943 ←↕→ -1.30068
51.05432
map center 51°03′43″N 1°18′54″W / 51.06191°N 1.315055°W / 51.06191; -1.315055
image Location map United Kingdom Winchester Central.png
Location map United Kingdom Winchester Central.png


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

Map definition

  • name = Central Winchester
    Name used in the default map caption
  • bottom = 51.05432
    Latitude at bottom edge of map, in decimal degrees
  • left = -1.32943
    Longitude at left edge of map, in decimal degrees
  • right = -1.30068
    Longitude at right edge of map, in decimal degrees

Precision

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

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

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

  • At an image height of 200 pixels, that is 0.0001 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 = 'Central Winchester',
	top = 51.0695,
	bottom = 51.05432,
	left = -1.32943,
	right = -1.30068,
	image = 'Location map United Kingdom Winchester Central.png'
}