Module:Location map/data/Mexico Sonora
		
		
		
		
		
		
		Jump to navigation
		Jump to search
		
		
		
		
		
		
		
	
| name | Sonora | |||
|---|---|---|---|---|
| border coordinates  | ||||
| 32.8 | ||||
| -115.5 | ←↕→ | -107.5 | ||
| 26 | ||||
| map center | Lua error: callParserFunction: function "#coordinates" was not found. | |||
| image | Mexico Sonora location map.svg
 | |||
| image2 | Mexico Sonora location map (urban areas).svg
 | |||
Module:Location map/data/Mexico Sonora is a location map definition used to overlay markers and labels on an equirectangular projection map of Sonora. The markers are placed by latitude and longitude coordinates on the default map or a similar map image.
Contents
Usage
These definitions are used by the following templates when invoked with parameter "Mexico Sonora":
{{Location map | Mexico Sonora | ...}}{{Location map many | Mexico Sonora | ...}}{{Location map+ | Mexico Sonora | ...}}{{Location map~ | Mexico Sonora | ...}}
Map definition
name = Sonora- Name used in the default map caption
 
image = Mexico Sonora location map.svg- The default map image, without "Image:" or "File:"
 
image2 = Mexico Sonora location map (urban areas).svg- Alternative map image which can be displayed via the AlternativeMap parameter
 
top = 32.8- Latitude at top edge of map, in decimal degrees
 
bottom = 26- Latitude at bottom edge of map, in decimal degrees
 
left = -115.5- Longitude at left edge of map, in decimal degrees
 
right = -107.5- 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 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 8 degrees.
- At an image width of 200 pixels, that is 0.04 degrees per pixel.
 - At an image width of 1000 pixels, that is 0.008 degrees per pixel.
 
Latitude: from North to South this map definition covers 6.8 degrees.
- At an image height of 200 pixels, that is 0.034 degrees per pixel.
 - At an image height of 1000 pixels, that is 0.0068 degrees per pixel.
 
Examples using location map templates
Location map, using default map
{{Location map | Mexico Sonora
| width   = 250
| lat_deg = 29.10
| lon_deg = -110.95
| label   = Hermosillo
}}
Location map many, using default map
{{Location map many | Mexico Sonora
| width    = 250
| caption  = Locations in Sonora
| lat1_deg = 32.48
| lon1_deg = -114.76
| label1   = San Luis Río Colorado
| lat2_deg = 31.3
| lon2_deg = -109.55
| label2   = Agua Prieta
| lat3_deg = 28.82
| lon3_deg = -111.93
| label3   = Bahía Kino
| lat4_deg = 27.03
| lon4_deg = -108.94
| label4   = Álamos
}}
Location map+, using AlternativeMap
{{Location map+ | Mexico Sonora
| AlternativeMap = Mexico Sonora location map (urban areas).svg
| width   = 250
| caption = Locations in Sonora
| places  =
  {{Location map~ | Mexico Sonora
  | lat_deg = 32.48
  | lon_deg = -114.76
  | label   = San Luis Río Colorado
  }}
  {{Location map~ | Mexico Sonora
  | lat_deg = 31.3
  | lon_deg = -109.55
  | label   = Agua Prieta
  }}
  {{Location map~ | Mexico Sonora
  | lat_deg = 28.82
  | lon_deg = -111.93
  | label   = Bahía Kino
  }}
  {{Location map~ | Mexico Sonora
  | lat_deg = 27.03
  | lon_deg = -108.94
  | label   = Álamos
  }}
}}
See also
Location map templates
- Template:Location map, to display one mark and label using latitude and longitude
 - Template:Location map many, to display up to nine marks and labels
 - Template:Location map+, to display an unlimited number of marks and labels
 
Creating new map definitions
return {
	name = 'Sonora',
	top = 32.8,
	bottom = 26.0,
	left = -115.5,
	right = -107.5,
	image = 'Mexico Sonora location map.svg',
	-- image1 reserved for relief map
	image2 = 'Mexico Sonora location map (urban areas).svg'
}