Module:Location map/data/USA Alabama Mobile

From imedwiki
Jump to navigation Jump to search


Location map of Mobile, Alabama
name Mobile, Alabama
border
coordinates
30.8056
-88.2305 ←↕→ -88.0067
30.5581
map center 30°40′55″N 88°07′07″W / 30.68185°N 88.1186°W / 30.68185; -88.1186
image Location Map USA Alabama Mobile.png
Location Map USA Alabama Mobile.png
Map of Mobile, Alabama (click on map to see larger image)

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

Map definition

  • name = Mobile, Alabama
    Name used in the default map caption
  • bottom = 30.5581
    Latitude at bottom edge of map, in decimal degrees
  • left = -88.2305
    Longitude at left edge of map, in decimal degrees
  • right = -88.0067
    Longitude at right edge of map, in decimal degrees

Precision

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

  • At an image width of 200 pixels, that is 0.0011 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.2475 degrees.

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

Examples using location map templates

Location map

Fort Condé is located in Mobile, Alabama
Fort Condé
Fort Condé
Fort Condé (Mobile, Alabama)
{{Location map | USA Alabama Mobile
| width   = 200
| lat_deg =  30 | lat_min = 41 | lat_sec = 18 | lat_dir = N 
| lon_deg = 088 | lon_min = 02 | lon_sec = 25 | lon_dir = W
| label   = Fort Condé
}}

Location map many

Template:Location map many

{{Location map many | USA Alabama Mobile
| width    = 200
| caption  = Locations in Mobile, Alabama
| lat1 = 30.68847 | long1 = -88.04022 | label1 = Fort Condé
| lat2 = 30.69671 | long2 = -88.17873 | label2 = University of South Alabama | position2 = bottom
| lat3 = 30.62667 | long3 = -88.06806 | label3 = Mobile Downtown Airport
}}

Location map+

Location map/data/USA Alabama Mobile is located in Mobile, Alabama
Fort Condé
Fort Condé
University of South Alabama
University of South Alabama
Mobile Downtown Airport
Mobile Downtown Airport
Locations in Mobile, Alabama
{{Location map+ | USA Alabama Mobile
| width   = 200
| caption = Locations in Mobile, Alabama
| places  =
  {{Location map~ | USA Alabama Mobile
  | lat = 30.68847 | long = -88.04022 | label = Fort Condé
  }}
  {{Location map~ | USA Alabama Mobile
  | lat = 30.69671 | long = -88.17873 | label = University of South Alabama | position = bottom
  }}
  {{Location map~ | USA Alabama Mobile
  | lat = 30.62667 | long = -88.06806 | label = Mobile Downtown Airport
  }}
}}

See also

Location map templates

Creating new map definitions



return {
	name = 'Mobile, Alabama',
	top = 30.8056,
	bottom = 30.5581,
	left = -88.2305,
	right = -88.0067,
	image = 'Location Map USA Alabama Mobile.png'
}