Module:Location map/data/Guatemala Santa Rosa

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


Location map of Santa Rosa Department
name Santa Rosa Department
border
coordinates
14.505032
-90.615071 ←↕→ -90.017689
13.777944
map center Lua error: callParserFunction: function "#coordinates" was not found.
image Santa rosa map.png
Santa rosa map.png
Location of Santa Rosa Department in Guatemala

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

Map definition

  • name = Santa Rosa Department
    Name used in the default map caption
  • bottom = 13.777944
    Latitude at bottom edge of map, in decimal degrees
  • left = -90.615071
    Longitude at left edge of map, in decimal degrees
  • right = -90.017689
    Longitude at right edge of map, in decimal degrees

Precision

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

  • At an image width of 200 pixels, that is 0.003 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.7271 degrees.

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

Examples using location map templates

Location map, using default map (image)

Cuilapa is located in Santa Rosa Department
Cuilapa
Cuilapa
Cuilapa (Santa Rosa Department)
{{Location map | Guatemala Santa Rosa
| width   = 175
| lat_deg = 14.276236
| lon_deg = -90.298626
| label   = Cuilapa
}}

See also

Location map templates

Creating new map definitions

es:Plantilla:Mapa de localización de Santa Rosa


return {
	name   = 'Santa Rosa Department',
	top = 14.505032,
	bottom = 13.777944,
	left = -90.615071,
	right = -90.017689,
	image  = 'Santa rosa map.png',
}