Module:Location map/data/Guatemala Santa Rosa

MyWikiBiz, Author Your Legacy — Friday May 03, 2024
Jump to navigationJump to search

Lua error: expandTemplate: template "coord" does not exist.

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.757764
    Latitude at bottom edge of map, in decimal degrees
  • left = -90.759333
    Longitude at left edge of map, in decimal degrees
  • right = -90.014775
    Longitude at right edge of map, in decimal degrees

Precision

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

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

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

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

Examples using location map templates

Location map, using default map (image)

Template:Location map

{{Location map | Guatemala Santa Rosa
| width   = 175
| lat_deg = 14.276236
| lon_deg = -90.298626
| label   = Cuilapa
}}

Template:Clear

Template:Clear

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.578364,
	bottom = 13.757764,
	left = -90.759333,
	right = -90.014775,
	image  = 'Santa Rosa department location map.svg',
}