Module:Location map/data/USA California
< Module:Location map
Jump to navigation
Jump to search
Revision as of 17:40, 29 September 2016 by blackwiki>Jonesey95 (create)
| name | California | |||
|---|---|---|---|---|
| border coordinates | ||||
| 42.2 | ||||
| -124.7 | ←↕→ | -113.9 | ||
| 32.3 | ||||
| map center | Lua error: callParserFunction: function "#coordinates" was not found. | |||
| image | USA California location map.svg
| |||
| 400x400px | ||||
File:Map of California NA.png
Map of California (click on map to see larger image)
Module:Location map/data/USA California is a location map definition used to overlay markers and labels on an equirectangular projection map of the U.S. state of 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 "USA California":
{{Location map | USA California | ...}}{{Location map many | USA California | ...}}{{Location map+ | USA California | ...}}{{Location map~ | USA California | ...}}
Map definition
name = California- Name used in the default map caption
image = USA California location map.svg- The default map image, without "Image:" or "File:"
top = 42.2- Latitude at top edge of map, in decimal degrees
bottom = 32.3- Latitude at bottom edge of map, in decimal degrees
left = -124.7- Longitude at left edge of map, in decimal degrees
right = -113.9- Longitude at right edge of map, in decimal degrees
Precision
Longitude: from West to East this map definition covers 10.8 degrees.
- At an image width of 200 pixels, that is 0.054 degrees per pixel.
- At an image width of 1000 pixels, that is 0.0108 degrees per pixel.
Latitude: from North to South this map definition covers 9.9 degrees.
- At an image height of 200 pixels, that is 0.0495 degrees per pixel.
- At an image height of 1000 pixels, that is 0.0099 degrees per pixel.
Examples using location map templates
Location map
Sacramento (California)
{{Location map | USA California
| width = 250
| label = Sacramento
| lat_deg = 38 | lat_min = 33 | lat_sec = | lat_dir = N
| lon_deg = 121 | lon_min = 28 | lon_sec = | lon_dir = W
}}
Location map many, using relief map (image1)
{{Location map many | USA California
| relief = yes
| width = 250
| caption = Locations in California
| lat1 = 41.99 | long1 = -120.29 | label1 = New Pine Creek
| lat2 = 32.68 | long2 = -115.49 | label2 = Calexico
| lat3 = 39.45 | long3 = -123.81 | label3 = Fort Bragg
| lat4 = 33.61 | long4 = -114.59 | label4 = Blythe
}}
Location map+, using AlternativeMap
{{Location map+ | USA California
| AlternativeMap = Relief map of California.png
| width = 250
| caption = Locations in California
| places =
{{Location map~ | USA California
| lat = 41.99 | long = -120.29 | label = New Pine Creek
}}
{{Location map~ | USA California
| lat = 32.68 | long = -115.49 | label = Calexico
}}
{{Location map~ | USA California
| lat = 39.45 | long = -123.81 | label = Fort Bragg
}}
{{Location map~ | USA California
| lat = 33.61 | long = -114.59 | label = Blythe
}}
}}
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 = 'California',
top = 42.2,
bottom = 32.3,
left = -124.7,
right = -113.9,
image = 'USA California location map.svg'
}