Module:Location map/data/USA Louisiana Shreveport

From HandWiki


Location map of Shreveport
name Shreveport
border
coordinates
32.554
-93.8116 ←↕→ -93.6766
32.4145
map center [ ⚑ ] 32°29′03″N 93°44′39″W / 32.48425°N 93.7441°W / 32.48425; -93.7441
image Shreveport, Louisiana.png
Shreveport, Louisiana.png
Map of Shreveport

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

Map definition

  • name = Shreveport
    Name used in the default map caption
  • bottom = 32.4145
    Latitude at bottom edge of map, in decimal degrees
  • left = -93.8116
    Longitude at left edge of map, in decimal degrees
  • right = -93.6766
    Longitude at right edge of map, in decimal degrees

Precision

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

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

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

Examples using location map templates

Location map, using default map (image)

Lua error in Module:Location_map at line 522: Unable to find the specified location map definition: "Module:Location map/data/Shreveport" does not exist.

{{Location map | Shreveport
| width   = 300
| lat_deg = 32.50846
| lon_deg = -93.75056
| label   = B'nai Zion Temple
| label_size = 60
}}

Location map many, using defaul map (image)

Lua error in Module:Location_map/multi at line 143: Unable to find the specified location map definition: "Module:Location map/data/Shreveport" does not exist.

{{Location map many | Shreveport
| width    = 300
| caption  = Two locations in Shreveport
| lat1_deg = 32.50846
| lon1_deg = -93.75056
| label1   = B'nai Zion Temple
| label1_size = 60
| lat2_deg = 32.50966
| lon2_deg = -93.77096
| label2   = C.C. Antoine House
| label2_size = 60
}}

Location map+, using AlternativeMap

Lua error in Module:Location_map/multi at line 27: Unable to find the specified location map definition: "Module:Location map/data/Shreveport" does not exist.

{{Location map+ | Shreveport
| AlternativeMap = Shreveport, Louisiana.png
| width   = 300
| caption = Two locations in Shreveport
| places  =
  {{Location map~ | Shreveport
  | lat_deg = 32.50846
  | lon_deg = -93.75056
  | label   = B'nai Zion Temple
  | label_size = 60
  }}
  {{Location map~ | Shreveport
  | lat_deg = 32.50966
  | lon_deg = -93.77096
  | label   = C.C. Antoine House
  | label_size = 60
  }}
}}

See also

Location map templates

Creating new map definitions



return {
	name = 'Shreveport',
	top = 32.5540,
	bottom = 32.4145,
	left = -93.8116,
	right = -93.6766,
	image = 'Shreveport, Louisiana.png'
}