Module:Location map/data/USA Wisconsin
From HandWiki
< Module:Location map
Revision as of 13:37, 3 March 2018 by imported>Plastikspork (Protected "Module:Location map/data/USA Wisconsin": High-risk Lua module ([Edit=Require template editor access] (indefinite) [Move=Require template editor access] (indefinite)))
This Lua module is used on approximately 3,000 pages and changes may be widely noticed. Test changes in the module's /sandbox or /testcases subpages. Consider discussing changes on the talk page before implementing them.
Transclusion count updated automatically (see documentation). |
name | Wisconsin | |||
---|---|---|---|---|
border coordinates | ||||
47.5 | ||||
-93.1 | ←↕→ | -86 | ||
42.3 | ||||
map center | [ ⚑ ] 44°54′N 89°33′W / 44.9°N 89.55°W | |||
image | USA Wisconsin location map.svg
| |||
Module:Location map/data/USA Wisconsin is a location map definition used to overlay markers and labels on an equirectangular projection map of Wisconsin. 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 "USA Wisconsin":
{{Location map|USA Wisconsin |...}}
{{Location map many|USA Wisconsin |...}}
{{Location map+|USA Wisconsin |...}}
{{Location map~|USA Wisconsin |...}}
Map definition
name = Wisconsin
- Name used in the default map caption
image = USA Wisconsin location map.svg
- The default map image, without "Image:" or "File:"
top = 47.5
- Latitude at top edge of map, in decimal degrees
bottom = 42.3
- Latitude at bottom edge of map, in decimal degrees
left = -93.1
- Longitude at left edge of map, in decimal degrees
right = -86
- Longitude at right edge of map, in decimal degrees
Precision
Longitude: from West to East this map definition covers 7.1 degrees.
- At an image width of 200 pixels, that is 0.0355 degrees per pixel.
- At an image width of 1000 pixels, that is 0.0071 degrees per pixel.
Latitude: from North to South this map definition covers 5.2 degrees.
- At an image height of 200 pixels, that is 0.026 degrees per pixel.
- At an image height of 1000 pixels, that is 0.0052 degrees per pixel.
Examples using location map templates
Location map
{{Location map | USA Wisconsin | width = 250 | lat_deg = 43 | lat_min = 04 | lat_sec = | lat_dir = N | lon_deg = 89 | lon_min = 24 | lon_sec = | lon_dir = W | label = Madison }}
Location map many
{{Location map many | USA Wisconsin | width = 250 | caption = Locations in Wisconsin | lat1 = 47.035 | long1 = -90.431 | label1 = Outer Island | lat2 = 42.508 | long2 = -89.032 | label2 = Beloit | lat3 = 45.412 | long3 = -92.639 | label3 = St. Croix Falls | lat4 = 45.317 | long4 = -86.911 | label4 = Detroit Island }}
Location map+
{{Location map+ | USA Wisconsin | width = 250 | caption = Locations in Wisconsin | places = {{Location map~ | USA Wisconsin | lat = 47.035 | long = -90.431 | label = Outer Island }} {{Location map~ | USA Wisconsin | lat = 42.508 | long = -89.032 | label = Beloit }} {{Location map~ | USA Wisconsin | lat = 45.412 | long = -92.639 | label = St. Croix Falls }} {{Location map~ | USA Wisconsin | lat = 45.317 | long = -86.911 | label = Detroit Island }} }}
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 = 'Wisconsin', top = 47.5, bottom = 42.3, left = -93.1, right = -86.0, image = 'USA Wisconsin location map.svg' }