Difference between revisions of "Module:Location map/data/Guatemala Quiché"
Jump to navigation
Jump to search
blackwiki>Zyxw m (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) |
blackwiki>Zyxw |
||
| Line 1: | Line 1: | ||
return { | return { | ||
| − | name = ' | + | name = 'Quiché Department', |
| − | top = 16.087051, | + | top = 16.087051, |
bottom = 14.795794, | bottom = 14.795794, | ||
| − | left = -91.36711, | + | left = -91.36711, |
| − | right = -90.471725, | + | right = -90.471725, |
image = 'Mapaquiche2015.jpg', | image = 'Mapaquiche2015.jpg', | ||
} | } | ||
Revision as of 13:30, 13 March 2019
| name | 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 | ||||
File:Quiche in Guatemala.svg
Location of Quiché Department in Guatemala
Module:Location map/data/Guatemala Quiché is a location map definition used to overlay markers and labels on an equirectangular projection map of Quiché Department. 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 Quiché":
{{Location map | Guatemala Quiché | ...}}{{Location map many | Guatemala Quiché | ...}}{{Location map+ | Guatemala Quiché | ...}}{{Location map~ | Guatemala Quiché | ...}}
Map definition
name = Quiché Department- Name used in the default map caption
image = Mapaquiche2015.jpg- The default map image, without "Image:" or "File:"
top = 16.087051- Latitude at top edge of map, in decimal degrees
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é is located in Quiché Department
Santa Cruz del Quiché
Santa Cruz del Quiché (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
- 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 El Quiché
return {
name = 'Quiché Department',
top = 16.087051,
bottom = 14.795794,
left = -91.36711,
right = -90.471725,
image = 'Mapaquiche2015.jpg',
}