Module:Location map/data/United States Kauai

MyWikiBiz, Author Your Legacy — Tuesday June 18, 2024
Jump to navigationJump to search

Template:Module rating Lua error: expandTemplate: template "coord" does not exist.

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

Map definition

  • name = Kauai
    Name used in the default map caption
  • bottom = 21.8086
    Latitude at bottom edge of map, in decimal degrees
  • left = -159.8579
    Longitude at left edge of map, in decimal degrees
  • right = -159.2352
    Longitude at right edge of map, in decimal degrees

Precision

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

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

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

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

Examples using location map templates

Location map, using default map (image)

Template:Location map

{{Location map | United States Kauai
 | width   = 250
 | lat_deg =  22 | lat_min = 12 | lat_sec = 52
 | lat_dir = N
 | lon_deg = 159 | lon_min = 29 | lon_sec = 52
 | lon_dir = W
 | label   = Hanalei Bay
}}

Template:Clear

Location map many

Template:Location map many

{{Location map many | United States Kauai
 | width    = 250
 | caption  = Two locations in Kauai
 | lat1_deg =  22 | lat1_min = 12 | lat1_sec = 52
 | lat1_dir = N
 | lon1_deg = 159 | lon1_min = 29 | lon1_sec = 52
 | lon1_dir = W
 | label1   = Hanalei Bay
 | lat2_deg =  21 | lat2_min = 58 | lat2_sec = 34
 | lat2_dir = N
 | lon2_deg = 159 | lon2_min = 20 | lon2_sec = 20
 | lon2_dir = W
 | label2   = Lihue Airport
 | mark2    = Airplane silhouette.svg
 | mark2size= 10
 | position2= bottom
}}

Template:Clear

Location map+

Template:Location map+

{{Location map+ | United States Kauai
| width   = 200
| caption = Four locations in Kauai
| places  =
  {{Location map~ | United States Kauai
   | lat_deg =  22 | lat_min = 12 | lat_sec = 52
   | lat_dir = N
   | lon_deg = 159 | lon_min = 29 | lon_sec = 52
   | lon_dir = W
   | label   = [[Hanalei Bay]]
  }}
  {{Location map~ | United States Kauai
   | lat_deg =  22 | lat_min =  5 | lat_sec = 18
   | lat_dir = N
   | lon_deg = 159 | lon_min = 20 | lon_sec = 16
   | lon_dir = W
   | label   = [[Kapaa|Kapaʻa]]
   | position= top
  }}
  {{Location map~ | United States Kauai
   | lat_deg =  22 | lat_min =  3 | lat_sec = 39
   | lat_dir = N
   | lon_deg = 159 | lon_min = 21 | lon_sec = 19
   | lon_dir = W
   | label   = [[Sleeping Giant (Kauai)|Sleeping → Giant]]
   | mark    = Red triangle with thick white border.svg
   | marksize= 16
  }}
  {{Location map~ | United States Kauai
   | lat_deg =  21 | lat_min = 58 | lat_sec = 34
   | lat_dir = N
   | lon_deg = 159 | lon_min = 20 | lon_sec = 20
   | lon_dir = W
   | label   = ↑<br/>[[Lihue Airport]]
   | mark    = Airplane silhouette.svg
   | marksize= 10
   | position= bottom
  }}
}}

Template:Clear

See also

Location map templates

Creating new map definitions



return {
	name = 'Kauai',
	image = 'Location Map Kauai.png',
	image1 = '',
	top = 22.3050,
	bottom = 21.8086,
	left = -159.8579,
	right = -159.2352
	}