Module:Location map/data/USA American Samoa


Location map of American Samoa
name American Samoa
border
coordinates
-10.8
-173.1 ←↕→ -167.9
-15
map center 12°54′S 170°30′W / 12.9°S 170.5°W / -12.9; -170.5
image American Samoa location map.svg


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

Map definition

  • name = American Samoa
    Name used in the default map caption
  • bottom = -15
    Latitude at bottom edge of map, in decimal degrees
  • left = -173.1
    Longitude at left edge of map, in decimal degrees
  • right = -167.9
    Longitude at right edge of map, in decimal degrees

Precision

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

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

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

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

Examples using location map templates

Location map

Tutuila is located in American Samoa
Tutuila
Tutuila
Tutuila (American Samoa)
{{Location map | American Samoa
| width = 250
| lat   = -14.3
| long  = -170.7
| label = Tutuila
}}

Location map many

Location map/data/USA American Samoa is located in American Samoa
Tutuila
Tutuila
Ta‘ū
Ta‘ū
Two locations in American Samoa
{{Location map many | American Samoa
| caption = Two locations in American Samoa
| width   = 250
| <!--first marker-->
| lat      = -14.3
| long     = -170.7
| label    = Tutuila
| pos      = right
| mark     = Cercle_rouge_100%.svg
| marksize = 25
| <!--second marker-->
| lat2      = -14.23
| long2     = -169.45
| label2    = Ta‘ū
| pos2      = right
| mark2     = Cercle_rouge_100%.svg
| mark2size = 15
}}

Location map+

Location map/data/USA American Samoa is located in American Samoa
Tutuila
Tutuila
Ta‘ū
Ta‘ū
Two locations in American Samoa
{{Location map+ | American Samoa
| caption = Two locations in American Samoa
| width   = 250
| places  =
  {{Location map~ | American Samoa
  | lat   = -14.3
  | long  = -170.7
  | label = Tutuila
  | position = right
  | mark     = Cercle_rouge_100%.svg
  | marksize = 25
  }}
  {{Location map~ | American Samoa
  | lat   = -14.23
  | long  = -169.45
  | label = Ta‘ū
  | position = right
  | mark     = Cercle_rouge_100%.svg
  | marksize = 15
  }}
}}

See also

Location map templates

Creating new map definitions


return {
	name = 'American Samoa',
	top = -10.8,
	bottom = -15.0,
	left = -173.1,
	right = -167.9,
	image = 'American Samoa location map.svg'
}