Module:Location map/data/USA Georgia Jackson County

MyWikiBiz, Author Your Legacy — Thursday March 28, 2024
Jump to navigationJump to search

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


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

Template:Location map

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

Template:Clear

Template:Clear

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'
}