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

From HandWiki
< Module:Location map
Revision as of 10:54, 24 March 2018 by imported>Frietjes (created from Template:Location map United States San Diego Northwestern, edit history will be saved in Module:Location map/data/United States San Diego Northwestern/doc)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)


Location map of Northwestern San Diego
name Northwestern San Diego
border
coordinates
32.9481
-117.2869 ←↕→ -117.096
32.7958
map center [ ⚑ ] 32°52′19″N 117°11′29″W / 32.87195°N 117.19145°W / 32.87195; -117.19145
image Location map Northwestern San Diego.png
Location map Northwestern San Diego.png


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

Map definition

  • name = Northwestern San Diego
    Name used in the default map caption
  • bottom = 32.7958
    Latitude at bottom edge of map, in decimal degrees
  • left = -117.2869
    Longitude at left edge of map, in decimal degrees
  • right = -117.096
    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.1523 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 = 'Northwestern San Diego',
	top = 32.9481,
	bottom = 32.7958,
	left = -117.2869,
	right = -117.096,
	image = 'Location map Northwestern San Diego.png'
}