Module:Location map/data/Boston Metro

From The Right Wiki
Jump to navigationJump to search

Usage

Location map of Greater Boston area
name Greater Boston area|- border
coordinates
42.487
-71.383 ←↕→ -70.857
42.209
map center 42°20′53″N 71°07′12″W / 42.348°N 71.12°W / 42.348; -71.12
image Location map Boston Metropolitan Area.png
File:Location map Boston Metropolitan Area.png
File:Location map Boston Metropolitan Area.png
Map of the Greater Boston area

Module:Location map/data/Boston Metro is a location map definition used to overlay markers and labels on an equirectangular projection map of Greater Boston area. 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 "Boston Metro":

Map definition

  • top = 42.487
    Latitude at top edge of map, in decimal degrees
  • bottom = 42.209
    Latitude at bottom edge of map, in decimal degrees
  • left = -71.383
    Longitude at left edge of map, in decimal degrees
  • right = -70.857
    Longitude at right edge of map, in decimal degrees

Precision

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

  • At an image width of 200 pixels, that is 0.0026 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.278 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.

Examples using location map templates

Location map, using default map (image)

Location map/data/Boston Metro (Greater Boston area)

{{#invoke:Location map/data|''function_name''}}

See also

Location map templates

Creating new map definitions


return {
name = 'Greater Boston area',
top = 42.487,
bottom = 42.209,
left = -71.383,
right = -70.857,
image = 'Location map Boston Metropolitan Area.png'
}