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

Mula sa Wikipedia, ang malayang ensiklopedya
Dokumentasyon sa module [tingnan] [baguhin] [nakaraan] [purga]
Location map of Essex County, New Jersey
name Essex County, New Jersey
border
coordinates
40.9547
-74.55471 ←↕→ -74.05331
40.62767
map center 40°47′28″N 74°18′14″W / 40.791185°N 74.30401°W / 40.791185; -74.30401
image Location map of Essex County, New Jersey.svg


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

Map definition

  • name = Essex County, New Jersey
    Name used in the default map caption
  • bottom = 40.62767
    Latitude at bottom edge of map, in decimal degrees
  • left = -74.55471
    Longitude at left edge of map, in decimal degrees
  • right = -74.05331
    Longitude at right edge of map, in decimal degrees

Precision

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

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

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

  • At an image height of 200 pixels, that is 0.0016 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 = 'Essex County, New Jersey',
	top = 40.9547,
	bottom = 40.62767,
	left = -74.55471,
	right = -74.05331,
	image = 'Location map of Essex County, New Jersey.svg'
}