Module:Location map/data/Marshall Islands

From Simple English Wikipedia, the free encyclopedia


Location map of Marshall Islands
name Marshall Islands
border
coordinates
15.5
160 ←↕→ 173.2
3
map center 9°15′N 166°36′E / 9.25°N 166.6°E / 9.25; 166.6
image Marshall Islands location map.svg


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

Map definition

  • name = Marshall Islands
    Name used in the default map caption
  • bottom = 3
    Latitude at bottom edge of map, in decimal degrees
  • left = 160
    Longitude at left edge of map, in decimal degrees
  • right = 173.2
    Longitude at right edge of map, in decimal degrees

Precision

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

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

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

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


See also

Location map templates

Creating new map definitions


return {
	name = 'Marshall Islands',
	top = 15.5,
	bottom = 3.0,
	left = 160.0,
	right = 173.2,
	image = 'Marshall Islands location map.svg'
}