Module:Location map/data/Wisconsin
Jump to navigation
Jump to search
| This Lua module is used on approximately 2,700 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 | Lua error: callParserFunction: function "#coordinates" was not found. | |||
| image | USA Wisconsin location map.svg
| |||
Module:Location map/data/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.
Contents
Usage
These definitions are used by the following templates when invoked with parameter "Wisconsin":
{{Location map | Wisconsin | ...}}{{Location map many | Wisconsin | ...}}{{Location map+ | Wisconsin | ...}}{{Location map~ | 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 require('Module:Location map/data/USA Wisconsin')