Module:Location map/data/Guatemala Escuintla
< Module:Location map
Jump to navigation
Jump to search
Revision as of 16:27, 24 August 2015 by blackwiki>Nerdoguate (New module)
| name | Escuintla | |||
|---|---|---|---|---|
| border coordinates | ||||
| 14.474045 | ||||
| -91.539724 | ←↕→ | -90.493276 | ||
| 13.912209 | ||||
| map center | Lua error: callParserFunction: function "#coordinates" was not found. | |||
| image | 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. The markers are placed by latitude and longitude coordinates on the default map or a similar map image.
Contents
Usage
These definitions are used by the following templates when invoked with parameter "Guatemala Escuintla":
{{Location map | Guatemala Escuintla | ...}}{{Location map many | Guatemala Escuintla | ...}}{{Location map+ | Guatemala Escuintla | ...}}{{Location map~ | Guatemala Escuintla | ...}}
Map definition
name = Escuintla- Name used in the default map caption
image = Escuintla departamento.png- The default map image, without "Image:" or "File:"
top = 14.474045- Latitude at top edge of map, in decimal degrees
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)
{{Location map | Guatemala Escuintla
| width = 175
| lat_deg = 14.3000823
| lon_deg = -90.787886
| label = Escuintla
}}
See also
Location map templates
- Template:Location map, to display one mark and label using latitude and longitude
- Template:Location map many, to display up to nine marks and labels
- Template:Location map+, to display an unlimited number of marks and labels
Creating new map definitions
es:Plantilla:Mapa de localización de Escuintla
return {
name = 'Escuintla',
top = 14.474045,
bottom = 13.912209,
left = -91.539724,
right = -90.493276,
image = 'Escuintla departamento.png',
}
