Module:Location map/data/Mexico Chiapas

MyWikiBiz, Author Your Legacy — Sunday May 05, 2024
Jump to navigationJump to search

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

File:Chiapas en México.svg
Location of Chiapas in Mexico

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

Map definition

  • name = Chiapas
    Name used in the default map caption
  • bottom = 14.3
    Latitude at bottom edge of map, in decimal degrees
  • left = -94.5
    Longitude at left edge of map, in decimal degrees
  • right = -90.1
    Longitude at right edge of map, in decimal degrees

Precision

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

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

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

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

Examples using location map templates

Location map

Template:Location map

{{Location map | Mexico Chiapas
| width    = 250
| lat_deg  = 16.753
| lon_deg  = -93.117
| label    = Tuxtla Gutiérrez
}}

Template:Clear

Location map many

Template:Location map many

{{Location map many | Mexico Chiapas
| width    = 250
| caption  = Locations in Chiapas
| lat1_deg = 17.864
| lon1_deg = -93.146
| label1   = [[Reforma, Chiapas|Reforma]]
| lat2_deg = 17.683
| lon2_deg = -91.717
| label2   = [[La Libertad, Chiapas|La Libertad]]
| lat3_deg = 15.933
| lon3_deg = -93.808
| label3   = [[Puerto Arista]]
| lat4_deg = 14.6792 
| lon4_deg = -92.1497
| label4   = [[Ciudad Hidalgo, Chiapas|Ciudad Hidalgo]]
| lat5_deg = 16.517
| lon5_deg = -90.653
| label5   = [[Benemérito de las Américas]]
}}

Template:Clear

Template:Clear

See also

Location map templates

Creating new map definitions


return {
	name = 'Chiapas',
	top = 18.20,
	bottom = 14.30,
	left = -94.50,
	right = -90.10,
	image = 'Mexico Chiapas location map.svg'
}