Difference between revisions of "Module:Location map/data/Guatemala San Marcos"

From blackwiki
Jump to navigation Jump to search
blackwiki>Nerdoguate
(New module)
 
blackwiki>Plastikspork
m (Plastikspork moved page Module:Location map/data/San Marcos to Module:Location map/data/Guatemala San Marcos without leaving a redirect: Naming convention)
(No difference)

Revision as of 01:05, 30 December 2018


Location map of San Marcos
name San Marcos
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
400x400px

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. 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
    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 (San Marcos)
{{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',
top = 15.442457,
bottom = 14.489894,
left = -92.212224,
right = -91.586003,
image  = 'San marcos departamento.png',
}