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

From Simple English Wikipedia, the free encyclopedia


Location map of Bergen County, New Jersey
name Bergen County, New Jersey
border
coordinates
41.17879
-74.49714 ←↕→ -73.78667
40.7165
map center 40°56′52″N 74°08′31″W / 40.947645°N 74.141905°W / 40.947645; -74.141905
image Location map of Bergen County, New Jersey.svg


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

Map definition

  • name = Bergen County, New Jersey
    Name used in the default map caption
  • bottom = 40.7165
    Latitude at bottom edge of map, in decimal degrees
  • left = -74.49714
    Longitude at left edge of map, in decimal degrees
  • right = -73.78667
    Longitude at right edge of map, in decimal degrees

Precision

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

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

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


See also

Location map templates

Creating new map definitions


return {
	name = 'Bergen County, New Jersey',
	top = 41.17879,
	bottom = 40.7165,
	left = -74.49714,
	right = -73.78667,
	image = 'Location map of Bergen County, New Jersey.svg'
}