Module:Location map/data/United States San Diego Northeastern

From imedwiki
Jump to navigation Jump to search


Location map of Northeastern San Diego
name Northeastern San Diego
border
coordinates
33.0573
-117.2345 ←↕→ -117.0436
32.9053
map center 32°58′53″N 117°08′21″W / 32.9813°N 117.13905°W / 32.9813; -117.13905
image Location map Northeastern San Diego.png
Location map Northeastern San Diego.png


Module:Location map/data/United States San Diego Northeastern is a location map definition used to overlay markers and labels on an equirectangular projection map of Northeastern San Diego, California. 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 "United States San Diego Northeastern":

Map definition

  • name = Northeastern San Diego
    Name used in the default map caption
  • bottom = 32.9053
    Latitude at bottom edge of map, in decimal degrees
  • left = -117.2345
    Longitude at left edge of map, in decimal degrees
  • right = -117.0436
    Longitude at right edge of map, in decimal degrees

Precision

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

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

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

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


See also

Location map templates

Creating new map definitions


return {
	name = 'Northeastern San Diego',
	top = 33.0573,
	bottom = 32.9053,
	left = -117.2345,
	right = -117.0436,
	image = 'Location map Northeastern San Diego.png'
}