Module:Location map/data/Guatemala

From Simple English Wikipedia, the free encyclopedia


Location map of Guatemala
name Guatemala
border
coordinates
18.0436
-92.3592 ←↕→ -88.0458
13.5235
map center 15°47′01″N 90°12′09″W / 15.78355°N 90.2025°W / 15.78355; -90.2025
image Guatemala location map.svg
image1 Relief map of Guatemala.jpg
image2 Franja transversal guate relief.jpg
Map of Guatemala

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

Map definition

  • name = Guatemala
    Name used in the default map caption
  • bottom = 13.5235
    Latitude at bottom edge of map, in decimal degrees
  • left = -92.3592
    Longitude at left edge of map, in decimal degrees
  • right = -88.0458
    Longitude at right edge of map, in decimal degrees

Alternative map

The {{Location map}}, {{Location map many}}, and {{Location map+}} templates have parameters to specify an alternative map image. The map displayed as image1 can be used with the relief or AlternativeMap parameters. The map displayed as image2 can be used with the AlternativeMap parameter. Examples may be found below or in the following:

Precision

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

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

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

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

Examples using location map templates

Location map, using default map (image)

Guatemala City is located in Guatemala
Guatemala City
Guatemala City
Guatemala City (Guatemala)
{{Location map | Guatemala
| width   = 250
| lat_deg = 14.613
| lon_deg = -90.535
| label   = Guatemala City
}}

Location map many, using relief map (image1)

Location map/data/Guatemala is located in Guatemala
Guatemala City
Guatemala City
Puerto Barrios
Puerto Barrios
Flores
Flores
Three locations in Guatemala
{{Location map many | Guatemala
| relief   = yes
| width    = 250
| caption  = Three locations in Guatemala
| lat1_deg = 14.613
| lon1_deg = -90.535
| label1   = Guatemala City
| lat2_deg = 15.717
| lon2_deg = -88.583
| label2   = Puerto Barrios
| lat3_deg = 16.9
| lon3_deg = -89.9
| label3   = Flores
}}

Location map+, using AlternativeMap

Location map/data/Guatemala is located in Guatemala
Guatemala City
Guatemala City
Puerto Barrios
Puerto Barrios
Flores
Flores
Three locations in Guatemala
{{Location map+ | Guatemala
| AlternativeMap = Relief map of Guatemala.jpg
| width   = 250
| caption = Three locations in Guatemala
| places  =
  {{Location map~ | Guatemala
  | lat_deg = 14.613
  | lon_deg = -90.535
  | label   = Guatemala City
  }}
  {{Location map~ | Guatemala
  | lat_deg = 15.717
  | lon_deg = -88.583
  | label   = Puerto Barrios
  }}
  {{Location map~ | Guatemala
  | lat_deg = 16.9
  | lon_deg = -89.9
  | label   = Flores
  }}
}}

See also

Location map templates

Creating new map definitions


return {
	name = 'Guatemala',
	top = 18.0436,
	bottom = 13.5235,
	left = -92.3592,
	right = -88.0458,
	image = 'Guatemala location map.svg',
	image1 = 'Relief map of Guatemala.jpg',
	image2 = 'Franja transversal guate relief.jpg'
}