Module:Location map/data/Panama Panamá Province

From imedwiki
Jump to navigation Jump to search


Location map of Panamá Province
name Panamá Province
border
coordinates
9.52
-79.75 ←↕→ -78.03
8.12
map center 8°49′N 78°53′W / 8.82°N 78.89°W / 8.82; -78.89
image Panama Panama location map.svg
Panama Panama location map.svg


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

Map definition

  • name = Panamá Province
    Name used in the default map caption
  • bottom = 8.12
    Latitude at bottom edge of map, in decimal degrees
  • left = -79.75
    Longitude at left edge of map, in decimal degrees
  • right = -78.03
    Longitude at right edge of map, in decimal degrees

Precision

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

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

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

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


See also

Location map templates

Creating new map definitions


return {
	name = 'Panamá Province',
	top = 9.52,
	bottom = 8.12,
	left = -79.75,
	right = -78.03,
	image = 'Panama Panama location map.svg'
}