Module:Location map/data/USA California Mountain View

From imedwiki
Jump to navigation Jump to search


Location map of Mountain View, California
name Mountain View, California
border
coordinates
37.4372
-122.1184 ←↕→ -122.0437
37.3556
map center 37°23′47″N 122°04′52″W / 37.3964°N 122.08105°W / 37.3964; -122.08105
image Location Map Mountain View CA US.png
Location Map Mountain View CA US.png


Module:Location map/data/USA California Mountain View is a location map definition used to overlay markers and labels on an equirectangular projection map of Mountain View, 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 "USA California Mountain View":

Map definition

  • name = Mountain View, California
    Name used in the default map caption
  • bottom = 37.3556
    Latitude at bottom edge of map, in decimal degrees
  • left = -122.1184
    Longitude at left edge of map, in decimal degrees
  • right = -122.0437
    Longitude at right edge of map, in decimal degrees

Precision

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

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

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

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


See also

Location map templates

Creating new map definitions


return {
	name = 'Mountain View, California',
	top = 37.4372,
	bottom = 37.3556,
	left = -122.1184,
	right = -122.0437,
	image = 'Location Map Mountain View CA US.png'
}