Module:Location map/data/USA California

विकिपीडिया से
Location map of California
name California
border
coordinates
42.2
-124.7 ←↕→ -113.9
32.3
map center 37°15′N 119°18′W / 37.25°N 119.3°W / 37.25; -119.3
image USA California location map.svg
image1 Relief map of California.png
Map of California (click on map to see larger image)

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

Map definition

  • name = California
    Name used in the default map caption
  • bottom = 32.3
    Latitude at bottom edge of map, in decimal degrees
  • left = -124.7
    Longitude at left edge of map, in decimal degrees
  • right = -113.9
    Longitude at right edge of map, in decimal degrees

Alternative map

The map defined as image1 (Relief map of California.png) can be displayed by using the relief or AlternativeMap parameters in {{Location map}}, {{Location map many}} and {{Location map+}}. The use of these two parameters is shown in the examples below. Additional examples can be found at:

Precision

देशांतर (Longitude): from West to East this map definition covers 10.8 degrees.

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

अक्षांस (Latitude): from North to South this map definition covers 9.9 degrees.

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

Examples using location map templates

Location map

Sacramento is located in California
Sacramento
Sacramento
Sacramento (California)
{{Location map | USA California
| width   = 250
| label   = Sacramento
| lat_deg =  38 | lat_min = 33 | lat_sec = | lat_dir = N
| lon_deg = 121 | lon_min = 28 | lon_sec = | lon_dir = W
}}

Location map many, using relief map (image1)

Location map/data/USA California is located in California
New Pine Creek
New Pine Creek
Calexico
Calexico
Fort Bragg
Fort Bragg
Blythem
Blythem
Locations in California
{{Location map many | USA California
| relief   = yes
| width    = 250
| caption  = Locations in California
| lat1 = 41.99 | long1 = -120.29 | label1 = New Pine Creek
| lat2 = 32.68 | long2 = -115.49 | label2 = Calexico
| lat3 = 39.45 | long3 = -123.81 | label3 = Fort Bragg
| lat4 = 33.61 | long4 = -114.59 | label4 = Blythe
}}

Location map+, using AlternativeMap

Location map/data/USA California is located in California
New Pine Creek
New Pine Creek
Calexico
Calexico
Fort Bragg
Fort Bragg
Blythe
Blythe
Locations in California
{{Location map+ | USA California
| AlternativeMap = Relief map of California.png
| width   = 250
| caption = Locations in California
| places  =
  {{Location map~ | USA California
  | lat = 41.99 | long = -120.29 | label = New Pine Creek
  }}
  {{Location map~ | USA California
  | lat = 32.68 | long = -115.49 | label = Calexico
  }}
  {{Location map~ | USA California
  | lat = 39.45 | long = -123.81 | label = Fort Bragg
  }}
  {{Location map~ | USA California
  | lat = 33.61 | long = -114.59 | label = Blythe
  }}
}}

See also

Location map templates
Infobox templates incorporating (passing values to) the Location map template

return {
	name = 'California',
top    = 42.2,
 bottom = 32.3,
 left   = -124.7,
 right  = -113.9,
image = 'USA California location map.svg',
image1 = 'Relief map of California.png'
}