Module:Location map/data/USA Michigan Wayne County

MyWikiBiz, Author Your Legacy — Sunday May 05, 2024
Jump to navigationJump to search

Lua error: expandTemplate: template "coord" does not exist.


Module:Location map/data/USA Michigan Wayne County is a location map definition used to overlay markers and labels on an equirectangular projection map of Wayne County, Michigan. 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 Michigan Wayne County":

Map definition

  • name = Wayne County, Michigan
    Name used in the default map caption
  • bottom = 42.015438
    Latitude at bottom edge of map, in decimal degrees
  • left = -83.566956
    Longitude at left edge of map, in decimal degrees
  • right = -82.628043
    Longitude at right edge of map, in decimal degrees

Precision

Longitude: from West to East this map definition covers 0.9389 degrees.

  • At an image width of 200 pixels, that is 0.0047 degrees per pixel.
  • At an image width of 1000 pixels, that is 0.0009 degrees per pixel.

Latitude: from North to South this map definition covers 0.4659 degrees.

  • At an image height of 200 pixels, that is 0.0023 degrees per pixel.
  • At an image height of 1000 pixels, that is 0.0005 degrees per pixel.

Examples using location map templates

Template:Location map

{{Location map|USA Michigan Wayne County
| float = right
| lat_deg = 42.22
| lon_deg = -83.15
| caption = A location in Wayne County, Michigan
}}

Template:Clear right

Alternative maps

Template:Location map

{{Location map|USA Michigan Wayne County
| float = right
| lat_deg = 42.22
| lon_deg = -83.15
| AlternativeMap = Wayne County Michigan Incorporated and Unincorporated areas Wyandotte highlighted.svg
| caption = A location in Wayne County, Michigan with Wyandotte highlighted
}}

List of maps

A list of possible alternative maps can be found using this commons search.

Template:Clear

See also

Location map templates

Creating new map definitions


return {
	name = 'Wayne County, Michigan',
	top = 42.481365,
	bottom = 42.015438,
	left = -83.566956,
	right = -82.628043,
	image = 'Wayne County Michigan Incorporated and Unincorporated areas.svg'
}