Module:Location map/data/USA Wyoming
		
		
		
		
		
		
		Jump to navigation
		Jump to search
		
		
		
		
		
		
		
	
| name | Wyoming | |||
|---|---|---|---|---|
| border coordinates  | ||||
| 45.2 | ||||
| -111.3 | ←↕→ | -103.9 | ||
| 40.8 | ||||
| map center | Lua error: callParserFunction: function "#coordinates" was not found. | |||
| image | USA Wyoming location map.svg
 | |||
Module:Location map/data/USA 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.
Contents
Usage
These definitions are used by the following templates when invoked with parameter "USA Wyoming":
{{Location map | USA Wyoming | ...}}{{Location map many | USA Wyoming | ...}}{{Location map+ | USA Wyoming | ...}}{{Location map~ | USA Wyoming | ...}}
Map definition
name = Wyoming- Name used in the default map caption
 
image = USA Wyoming location map.svg- The default map image, without "Image:" or "File:"
 
top = 45.2- Latitude at top edge of map, in decimal degrees
 
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
 
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
{{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 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+ | 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
- Template:Location map, to display one mark and label using latitude and longitude
 - Template:Location map many, to display up to nine marks and labels
 - Template:Location map+, to display an unlimited number of marks and labels
 
Creating new map definitions
return {
	name = 'Wyoming',
	top = 45.2,
	bottom = 40.8,
	left = -111.3,
	right = -103.9,
	image = 'USA Wyoming location map.svg'
}