Module:Location map/data/Samoa

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

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

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

Map definition

  • name = 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 | Samoa
| width = 250
| lat   = -13.833
| long  = -171.767
| label = Apia
}}

Template:Clear

Location map many

Template:Location map many

{{Location map many | Samoa
| caption = Two locations in Samoa
| width   = 250
| <!--first marker-->
| lat     = -13.833
| long    = -171.767
| label   = Apia
| <!--second marker-->
| lat2      = -13.583
| long2     = -172.45
| label2    = Mount Silisili
| pos2      = top
| mark2     = Fire.svg
| mark2size = 8
}}

Template:Clear

Location map+

Template:Location map+

{{Location map+ | Samoa
| caption = Two locations in Samoa
| width   = 250
| places  =
  {{Location map~ | American Samoa
  | lat   = -13.833
  | long  = -171.767
  | label = Apia
  }}
  {{Location map~ | American Samoa
  | lat      = -13.583
  | long     = -172.45
  | label    = Mount Silisili
  | position = top
  | mark     = Fire.svg
  | marksize = 8
  }}
}}

Template:Clear

See also

See also

Location map templates

Creating new map definitions


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