Module:Location map/data/England Southampton area

Lua error: expandTemplate: template "coord" does not exist.


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

Map definition

  • name = Greater Southampton
    Name used in the default map caption
  • bottom = 50.5001
    Latitude at bottom edge of map, in decimal degrees
  • left = -2.5075
    Longitude at left edge of map, in decimal degrees
  • right = -0.6812
    Longitude at right edge of map, in decimal degrees

Precision

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

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

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

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


See also

Location map templates

Creating new map definitions


return {
	name = 'Greater Southampton',
	top = 51.4358,
	bottom = 50.5001,
	left = -2.5075,
	right = -0.6812,
	image = 'England Southampton area location map.svg'
}