Module:Location map/data/USA Alaska Fairbanks Downtown

MyWikiBiz, Author Your Legacy — Saturday May 18, 2024
Jump to navigationJump to search

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

File:Fairbanks Downtown, Alaska.png
Map of Fairbanks Downtown

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

Map definition

  • name = Downtown Fairbanks
    Name used in the default map caption
  • bottom = 64.8297
    Latitude at bottom edge of map, in decimal degrees
  • left = -147.7823
    Longitude at left edge of map, in decimal degrees
  • right = -147.7014
    Longitude at right edge of map, in decimal degrees

Precision

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

  • At an image width of 200 pixels, that is 0.0004 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.0262 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 | USA Alaska Fairbanks Downtown
| width   = 300
| lat_deg = 64.84293
| lon_deg = -147.72145
| label   = Old Federal Building
| label_size = 60
}}

Template:Clear

Location map many, using defaul map (image)

Template:Location map many

{{Location map many | USA Alaska Fairbanks Downtown
| width    = 300
| caption  = Two locations in Fairbanks Downtown
| lat1_deg = 64.84293
| lon1_deg = -147.72145
| label1   = Old Federal Building
| label1_size = 60
| lat2_deg = 64.84155
| lon2_deg = -147.70746
| label2   = Clay Street Cemetery
| label2_size = 60
}}

Template:Clear

Location map+, using AlternativeMap

Template:Location map+

{{Location map+ | USA Alaska Fairbanks Downtown
| AlternativeMap = Fairbanks Downtown, Alaska.png
| width   = 300
| caption = Two locations in Fairbanks Downtown
| places  =
  {{Location map~ | USA Alaska Fairbanks Downtown
  | lat_deg = 64.84293
  | lon_deg = -147.72145
  | label   = Old Federal Building
  | label_size = 60
  }}
  {{Location map~ | USA Alaska Fairbanks Downtown
  | lat_deg = 64.84155
  | lon_deg = -147.70746
  | label   = Clay Street Cemetery
  | label_size = 60
  }}
}}

Template:Clear

See also

Location map templates

Creating new map definitions



return {
	name = 'Downtown Fairbanks',
	top = 64.8559,
	bottom = 64.8297,
	left = -147.7823,
	right = -147.7014,
	image = 'Fairbanks Downtown, Alaska.png'
}