Module:Location map/data/Canada Winnipeg

From Simple English Wikipedia, the free encyclopedia


Location map of Winnipeg
name Winnipeg
border
coordinates
50.003147
-97.347064 ←↕→ -96.935422
49.753711
map center 49°52′42″N 97°08′28″W / 49.878429°N 97.141243°W / 49.878429; -97.141243
image Winnipeg.jpg


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

Map definition

  • name = Winnipeg
    Name used in the default map caption
  • image = Winnipeg.jpg
    The default map image, without "Image:" or "File:"
  • bottom = 49.753711
    Latitude at bottom edge of map, in decimal degrees
  • left = -97.347064
    Longitude at left edge of map, in decimal degrees
  • right = -96.935422
    Longitude at right edge of map, in decimal degrees

Precision

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

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

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

  • At an image height of 200 pixels, that is 0.0012 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 = 'Winnipeg',
	top = 50.003147,
	bottom = 49.753711,
	left = -97.347064,
	right = -96.935422,
	image  = 'Winnipeg.jpg'
}