Module:Location map/data/USA Louisiana Shreveport Downtown/doc

MyWikiBiz, Author Your Legacy — Sunday May 12, 2024
Jump to navigationJump to search

This is the documentation page for Module:Location map/data/USA Louisiana Shreveport Downtown

Lua error: expandTemplate: template "coord" does not exist.

File:Shreveport Downtown, Louisiana.png
Map of Shreveport Downtown

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

Map definition

  • name = Shreveport Downtown
    Name used in the default map caption
  • bottom = 32.5019
    Latitude at bottom edge of map, in decimal degrees
  • left = -93.7603
    Longitude at left edge of map, in decimal degrees
  • right = -93.7387
    Longitude at right edge of map, in decimal degrees

Precision

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

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

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

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

Examples using location map templates

Location map, using default map (image)

Template:Location map

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

Template:Clear

Location map many, using defaul map (image)

Template:Location map many

{{Location map many | Shreveport Downtown
| width    = 300
| caption  = Two locations in Shreveport Downtown
| lat1_deg = 32.50846
| lon1_deg = -93.75056
| label1   = B'nai Zion Temple
| label1_size = 60
| lat2_deg = 32.50388
| lon2_deg = -93.75366
| label2   = Antioch Baptist Church
| label2_size = 60
}}

Template:Clear

Location map+, using AlternativeMap

Template:Location map+

{{Location map+ | Shreveport Downtown
| AlternativeMap = Shreveport Downtown, Louisiana.png
| width   = 300
| caption = Two locations in Shreveport Downtown
| places  =
  {{Location map~ | Shreveport Downtown
  | lat_deg = 32.50846
  | lon_deg = -93.75056
  | label   = B'nai Zion Temple
  | label_size = 60
  }}
  {{Location map~ | Shreveport Downtown
  | lat_deg = 32.50388
  | lon_deg = -93.75366
  | label   = Antioch Baptist Church
  | label_size = 60
  }}
}}

Template:Clear

See also

Location map templates

Creating new map definitions