Module:Location map/data/Mexico Baja California
< Module:Location map
Jump to navigation
Jump to search
Revision as of 08:11, 19 May 2018 by blackwiki>Zyxw (create map definition for File:Mexico Baja California location map.svg so it can be used by Module:Location map and Template:Location map)
| name | Baja California | |||
|---|---|---|---|---|
| border coordinates | ||||
| 28 | ||||
| -101 | ←↕→ | -96.5 | ||
| 22 | ||||
| map center | Lua error: callParserFunction: function "#coordinates" was not found. | |||
| image | Mexico Baja California location map.svg
| |||
| 400x400px | ||||
File:Baja California en México.svg
Location of Baja California in Mexico
Module:Location map/data/Mexico Baja California is a location map definition used to overlay markers and labels on an equirectangular projection map of Baja California. 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 Baja California":
{{Location map | Mexico Baja California | ...}}{{Location map many | Mexico Baja California | ...}}{{Location map+ | Mexico Baja California | ...}}{{Location map~ | Mexico Baja California | ...}}
Map definition
name = Baja California- Name used in the default map caption
image = Mexico Baja California location map.svg- The default map image, without "Image:" or "File:"
top = 28- Latitude at top edge of map, in decimal degrees
bottom = 22- Latitude at bottom edge of map, in decimal degrees
left = -101- Longitude at left edge of map, in decimal degrees
right = -96.5- Longitude at right edge of map, in decimal degrees
Precision
Longitude: from West to East this map definition covers 4.5 degrees.
- At an image width of 200 pixels, that is 0.0225 degrees per pixel.
- At an image width of 1000 pixels, that is 0.0045 degrees per pixel.
Latitude: from North to South this map definition covers 6 degrees.
- At an image height of 200 pixels, that is 0.03 degrees per pixel.
- At an image height of 1000 pixels, that is 0.006 degrees per pixel.
Examples using location map templates
Location map, using default map
Mexicali (Baja California)
{{Location map | Mexico Baja California
| width = 250
| lat_deg = 32.663
| lon_deg = -115.468
| label = Mexicali
}}
Location map many, using AlternativeMap
{{Location map many | Mexico Baja California
| AlternativeMap = Mexico Baja California location map (urban areas).svg
| width = 250
| caption = Locations in Baja California
| lat1_deg = 32.53
| lon1_deg = -117.12
| label1 = [[Plaza Monumental de Tijuana]]
| lat2_deg = 32.715
| lon2_deg = -114.728
| label2 = [[Los Algodones]]
| lat3_deg = 28.281
| lon3_deg = -114.001
| label3 = [[Villa Jesús María]]
}}
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 = 'Baja California',
top = 28.0,
bottom = 22.0,
left = -101.0,
right = -96.5,
image = 'Mexico Baja California location map.svg'
}