Module:Location map/data/United Kingdom London Havering

From imedwiki
Jump to navigation Jump to search


Location map of London Borough of Havering
name London Borough of Havering
border
coordinates
51.638
0.1338 ←↕→ 0.3381
51.4813
map center 51°33′35″N 0°14′09″E / 51.55965°N 0.23595°E / 51.55965; 0.23595
image London_havering_street_map.png
London havering street map.png


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

Map definition

  • name = London Borough of Havering
    Name used in the default map caption
  • bottom = 51.4813
    Latitude at bottom edge of map, in decimal degrees
  • left = 0.1338
    Longitude at left edge of map, in decimal degrees
  • right = 0.3381
    Longitude at right edge of map, in decimal degrees

Precision

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

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

Latitude: from North to South this map definition covers 0.1567 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 = 'London Borough of Havering',
	top = 51.638,
	bottom = 51.4813,
	left = 0.1338,
	right = 0.3381,
	image = 'London_havering_street_map.png'
}