Module:Location map/data/Near East

From Simple English Wikipedia, the free encyclopedia


Location map of Near East
name Near East
border
coordinates
43.53
24.99 ←↕→ 62.01
22.44
map center 32°59′06″N 43°30′00″E / 32.985°N 43.5°E / 32.985; 43.5
image Near East non political.png


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

Map definition

  • name = Near East
    Name used in the default map caption
  • bottom = 22.44
    Latitude at bottom edge of map, in decimal degrees
  • left = 24.99
    Longitude at left edge of map, in decimal degrees
  • right = 62.01
    Longitude at right edge of map, in decimal degrees

Precision

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

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

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

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


See also

Location map templates

Creating new map definitions


return {
		name = 'Near East',
		top    = 43.53,
		bottom = 22.44,
		left   = 24.99,
		right  = 62.01,
		image = 'Near East non political.png'
		}