Module:Location map/data/Wyoming

From Simple English Wikipedia, the free encyclopedia


Location map of Wyoming
name Wyoming
border
coordinates
45.2
-111.3 ←↕→ -103.9
40.8
map center 43°00′N 107°36′W / 43°N 107.6°W / 43; -107.6
image USA Wyoming location map.svg
image1 USA Wyoming relief location map.svg
Map of Wyoming (click on map to see larger image)

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

Map definition

  • name = Wyoming
    Name used in the default map caption
  • bottom = 40.8
    Latitude at bottom edge of map, in decimal degrees
  • left = -111.3
    Longitude at left edge of map, in decimal degrees
  • right = -103.9
    Longitude at right edge of map, in decimal degrees

Alternative map

The {{Location map}}, {{Location map many}}, and {{Location map+}} templates have parameters to specify an alternative map image. The map displayed as image1 can be used with the relief or AlternativeMap parameters. Examples may be found below or in the following:

Precision

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

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

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

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

Examples using location map templates

Location map

Cheyenne is located in Wyoming
Cheyenne
Cheyenne
Cheyenne (Wyoming)
{{Location map | USA Wyoming
| width   = 250
| lat_deg =  41 | lat_min = 08 | lat_sec = 44 | lat_dir = N
| lon_deg = 104 | lon_min = 48 | lon_sec = 07 | lon_dir = W
| label   = Cheyenne
}}

Location map many

Location map/data/Wyoming is located in Wyoming
Frannie
Frannie
Washam
Washam
Alpine
Alpine
Beulah
Beulah
Locations in Wyoming
{{Location map many | USA Wyoming
| width    = 250
| caption  = Locations in Wyoming
| lat1 = 44.970 | long1 = -108.620 | label1 = Frannie
| lat2 = 41.024 | long2 = -109.757 | label2 = Washam
| lat3 = 43.161 | long3 = -111.018 | label3 = Alpine
| lat4 = 44.544 | long4 = -104.089 | label4 = Beulah
}}

Location map+

Location map/data/Wyoming is located in Wyoming
Frannie
Frannie
Washam
Washam
Alpine
Alpine
Beulah
Beulah
Locations in Wyoming
{{Location map+ | USA Wyoming
| width   = 250
| caption = Locations in Wyoming
| places  =
  {{Location map~ | USA Wyoming
  | lat = 44.970 | long = -108.620 | label = Frannie
  }}
  {{Location map~ | USA Wyoming
  | lat = 41.024 | long = -109.757 | label = Washam
  }}
  {{Location map~ | USA Wyoming
  | lat = 43.161 | long = -111.018 | label = Alpine
  }}
  {{Location map~ | USA Wyoming
  | lat = 44.544 | long = -104.089 | label = Beulah
  }}
}}

See also

Location map templates

Creating new map definitions


return require('Module:Location map/data/USA Wyoming')