Module:Location map/data/Indonesia Lesser Sunda Islands/doc

This is the documentation page for Module:Location map/data/Indonesia Lesser Sunda Islands

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


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

Map definition

  • name = Lesser Sunda Islands
    Name used in the default map caption
  • bottom = -11.8
    Latitude at bottom edge of map, in decimal degrees
  • left = 114.2
    Longitude at left edge of map, in decimal degrees
  • right = 125.4
    Longitude at right edge of map, in decimal degrees

Precision

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

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

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

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

Examples using location map templates

Location map, using default map (image)

Template:Location map

{{Location map | Indonesia Lesser Sunda Islands
| width   = 200
| lat_deg = -10.183333
| lon_deg = 123.583333
| label   = Kupang
}}

Template:Clear

Location map many, using relief map (image1)

Template:Location map many

{{Location map many | Indonesia Lesser Sunda Islands
| relief   = yes
| width    = 200
| caption  = Two locations in Indonesia Lesser Sunda Islands
| lat1_deg = -10.183333
| lon1_deg = 123.583333
| label1   = Kupang
| lat2_deg = -8.5
| lon2_deg = 117.416667
| label2   = Sumbawa Besar
}}

Template:Clear

Location map+, using AlternativeMap

Template:Location map+

{{Location map+ | Indonesia Lesser Sunda Islands
| AlternativeMap = Indonesia Lesser Sunda Islands relief location map.jpg
| width   = 200
| caption = Two locations in Indonesia Lesser Sunda Islands
| places  =
  {{Location map~ | Indonesia Lesser Sunda Islands
  | lat_deg = -10.183333
  | lon_deg = 123.583333
  | label   = Kupang
  }}
  {{Location map~ | Indonesia Lesser Sunda Islands
  | lat_deg = -8.5
  | lon_deg = 117.416667
  | label   = Sumbawa Besar
  }}
}}

Template:Clear

See also

Location map templates

Creating new map definitions