Module:Location map/data/USA Georgia Jackson County

From imedwiki
Jump to navigation Jump to search


Location map of Jackson County, Georgia
name Jackson County, Georgia
border
coordinates
34.3612
-83.8914 ←↕→ -83.281
33.9109
map center 34°08′10″N 83°35′10″W / 34.13605°N 83.5862°W / 34.13605; -83.5862
image Location Map USA Georgia Jackson County.svg
Location Map USA Georgia Jackson County.svg


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

Map definition

  • name = Jackson County, Georgia
    Name used in the default map caption
  • bottom = 33.9109
    Latitude at bottom edge of map, in decimal degrees
  • left = -83.8914
    Longitude at left edge of map, in decimal degrees
  • right = -83.281
    Longitude at right edge of map, in decimal degrees

Precision

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

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

Latitude: from North to South this map definition covers 0.4503 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

Location map

Hurricane Shoals Park is located in Jackson County, Georgia
Hurricane Shoals Park
Hurricane Shoals Park
Hurricane Shoals Park (Jackson County, Georgia)
{{Location map | USA Georgia Jackson County
| width   = 200
| coordinates = {{coord|34.2126073|-83.5412759|display=inline,title}}
| label   = Hurricane Shoals Park
}}

See also

Module:Location map/data/USA Georgia

Location map templates

Creating new map definitions


return {
	name = 'Jackson County, Georgia',
	top = 34.3612,
	bottom = 33.9109,
	left = -83.8914,
	right = -83.2810,
	image = 'Location Map USA Georgia Jackson County.svg'
}