Module:Location map/data/Guatemala San Marcos

From blackwiki
< Module:Location map
Revision as of 01:06, 30 December 2018 by blackwiki>Plastikspork (Update)
Jump to navigation Jump to search


Location map of San Marcos Department
name San Marcos Department
border
coordinates
15.442457
-92.212224 ←↕→ -91.586003
14.489894
map center Lua error: callParserFunction: function "#coordinates" was not found.
image San marcos departamento.png
San marcos departamento.png
Location of San Marcos Department in Guatemala

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

Map definition

  • name = San Marcos Department
    Name used in the default map caption
  • bottom = 14.489894
    Latitude at bottom edge of map, in decimal degrees
  • left = -92.212224
    Longitude at left edge of map, in decimal degrees
  • right = -91.586003
    Longitude at right edge of map, in decimal degrees

Precision

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

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

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

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

Examples using location map templates

Location map, using default map (image)

Volcán Tacujumulco is located in San Marcos Department
Volcán Tacujumulco
Volcán Tacujumulco
Volcán Tacujumulco (San Marcos Department)
{{Location map |Guatemala San Marcos
| width   = 175
| lat_deg = 15.050271
| lon_deg = -91.905980
| label   = Volcán Tacujumulco
}}

See also

Location map templates

Creating new map definitions

es:Plantilla:Mapa de localización de San Marcos


return {
	name   = 'San Marcos Department',
	top = 15.442457,
	bottom = 14.489894,
	left = -92.212224,
	right = -91.586003,
	image  = 'San marcos departamento.png',
}