Module:Location map/data/Canada Nova Scotia

From Simple English Wikipedia, the free encyclopedia
Location map of Nova Scotia
name Nova Scotia
border
coordinates
47.3
-66.6 ←↕→ -59.5
43.3
map center 45°18′N 63°03′W / 45.3°N 63.05°W / 45.3; -63.05
image Canada Nova Scotia location map 2.svg


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

Map definition

  • name = Nova Scotia
    Name used in the default map caption
  • bottom = 43.3
    Latitude at bottom edge of map, in decimal degrees
  • left = -66.6
    Longitude at left edge of map, in decimal degrees
  • right = -59.5
    Longitude at right edge of map, in decimal degrees

Precision

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

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

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

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


See also

Location map templates

Creating new map definitions


return {
	name = 'Nova Scotia',
	top = 47.3,
	bottom = 43.3,
	left = -66.6,
	right = -59.5,
	image = 'Canada Nova Scotia location map 2.svg'
}