Module:Location map/data/USA American Samoa

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

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


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

Template:Location map

{{Location map | American Samoa
| width = 250
| lat   = -14.3
| long  = -170.7
| label = Tutuila
}}

Template:Clear

Location map many

Template:Location map many

{{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
}}

Template:Clear

Location map+

Template:Location map+

{{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
  }}
}}

Template:Clear

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'
}