Module:Location map/data/Guatemala Quiché

From blackwiki
< Module:Location map
Revision as of 13:27, 13 March 2019 by blackwiki>Zyxw (Zyxw moved page Module:Location map/data/Guatemala El Quiché to Module:Location map/data/Guatemala Quiché without leaving a redirect: match naming of article)
Jump to navigation Jump to search


Location map of El Quiché Department
name El Quiché Department
border
coordinates
16.087051
-91.36711 ←↕→ -90.471725
14.795794
map center Lua error: callParserFunction: function "#coordinates" was not found.
image Mapaquiche2015.jpg
400x400px

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

Map definition

  • name = El Quiché Department
    Name used in the default map caption
  • bottom = 14.795794
    Latitude at bottom edge of map, in decimal degrees
  • left = -91.36711
    Longitude at left edge of map, in decimal degrees
  • right = -90.471725
    Longitude at right edge of map, in decimal degrees

Precision

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

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

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

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

Examples using location map templates

Location map, using default map (image)

Santa Cruz del Quiché (El Quiché Department)
{{Location map | Guatemala Quiché
| width   = 175
| lat_deg = 15.029702
| lon_deg = -91.148904
| label   = Santa Cruz del Quiché
}}

See also

Location map templates

Creating new map definitions

es:Plantilla:Mapa de localización de El Quiché


return {
	name   = 'El Quiché Department',
	top = 16.087051,
	bottom = 14.795794,
	left = -91.36711,
	right = -90.471725,
	image  = 'Mapaquiche2015.jpg',
}