Module:Location map/data/Argentina Chaco Province

From Simple English Wikipedia, the free encyclopedia


Location map of Chaco Province
name Chaco Province
border
coordinates
-24.0805
-63.42245 ←↕→ -58.3807
-28
map center 26°02′25″S 60°54′06″W / 26.04025°S 60.901575°W / -26.04025; -60.901575
image Map of Chaco Province.svg


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

Map definition

  • name = Chaco Province
    Name used in the default map caption
  • bottom = -28
    Latitude at bottom edge of map, in decimal degrees
  • left = -63.42245
    Longitude at left edge of map, in decimal degrees
  • right = -58.3807
    Longitude at right edge of map, in decimal degrees

Precision

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

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

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

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


See also

Location map templates

Creating new map definitions


return {
	name = 'Chaco Province',
	top = -24.0805,
	bottom = -28,
	left = -63.42245,
	right = -58.3807,
	image = 'Map of Chaco Province.svg'
}