Module:Location map/data/Guatemala Escuintla

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


Location map of Escuintla Department
name Escuintla Department
border
coordinates
14.474045
-91.539724 ←↕→ -90.493276
13.912209
map center Lua error: callParserFunction: function "#coordinates" was not found.
image Escuintla departamento.png
Escuintla departamento.png
Location of Escuintla Department in Guatemala

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

Map definition

  • name = Escuintla Department
    Name used in the default map caption
  • bottom = 13.912209
    Latitude at bottom edge of map, in decimal degrees
  • left = -91.539724
    Longitude at left edge of map, in decimal degrees
  • right = -90.493276
    Longitude at right edge of map, in decimal degrees

Precision

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

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

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

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

Examples using location map templates

Location map, using default map (image)

Escuintla is located in Escuintla Department
Escuintla
Escuintla
Escuintla (Escuintla Department)
{{Location map | Guatemala Escuintla
| width   = 175
| lat_deg = 14.3000823 
| lon_deg = -90.787886
| label   = Escuintla
}}

See also

Location map templates

Creating new map definitions

es:Plantilla:Mapa de localización de Escuintla


return {
	name   = 'Escuintla Department',
	top = 14.474045,
	bottom = 13.912209,
	left = -91.539724,
	right = -90.493276,
	image  = 'Escuintla departamento.png',
}