Module:Location map/data/Indonesia Lesser Sunda Islands


Location map of Lesser Sunda Islands
name Lesser Sunda Islands
border
coordinates
-6.2
114.2 ←↕→ 125.4
-11.8
map center 9°00′S 119°48′E / 9°S 119.8°E / -9; 119.8
image Indonesia Lesser Sunda Islands location map.svg


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)

Kupang is located in Lesser Sunda Islands
Kupang
Kupang
Kupang (Lesser Sunda Islands)
{{Location map | Indonesia Lesser Sunda Islands
| width   = 200
| lat_deg = -10.183333
| lon_deg = 123.583333
| label   = Kupang
}}

Location map many, using relief map (image1)

Location map/data/Indonesia Lesser Sunda Islands is located in Lesser Sunda Islands
Kupang
Kupang
Sumbawa Besar
Sumbawa Besar
Two locations in Indonesia Lesser Sunda Islands
{{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
}}

Location map+, using AlternativeMap

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

See also

Location map templates

Creating new map definitions


return {
	name = 'Lesser Sunda Islands',
	top = -6.2,
	bottom = -11.8,
	left = 114.2,
	right = 125.4,
	image = 'Indonesia Lesser Sunda Islands location map.svg'
}