Module:Location map/data/USA New Jersey Hudson County

From Simple English Wikipedia, the free encyclopedia


Location map of Hudson County, New Jersey
name Hudson County, New Jersey
border
coordinates
40.86904
-74.34323 ←↕→ -73.92551
40.59634
map center 40°43′58″N 74°08′04″W / 40.73269°N 74.13437°W / 40.73269; -74.13437
image Location map of Hudson County, New Jersey.svg


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

Map definition

  • name = Hudson County, New Jersey
    Name used in the default map caption
  • bottom = 40.59634
    Latitude at bottom edge of map, in decimal degrees
  • left = -74.34323
    Longitude at left edge of map, in decimal degrees
  • right = -73.92551
    Longitude at right edge of map, in decimal degrees

Precision

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

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

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

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


See also

Location map templates

Creating new map definitions


return {
	name = 'Hudson County, New Jersey',
	top = 40.86904,
	bottom = 40.59634,
	left = -74.34323,
	right = -73.92551,
	image = 'Location map of Hudson County, New Jersey.svg'
}