Module:Location map/data/Somalia

From Simple English Wikipedia, the free encyclopedia


Location map of Somalia
name Somalia
border
coordinates
12.4
40.5 ←↕→ 51.9
-2.05
map center 5°10′30″N 46°12′00″E / 5.175°N 46.2°E / 5.175; 46.2
image Somalia location map.svg
image1 Somalia relief location map.jpg
Map of Somalia

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

Map definition

  • name = Somalia
    Name used in the default map caption
  • bottom = -2.05
    Latitude at bottom edge of map, in decimal degrees
  • left = 40.5
    Longitude at left edge of map, in decimal degrees
  • right = 51.9
    Longitude at right edge of map, in decimal degrees

Alternative map

The {{Location map}}, {{Location map many}}, and {{Location map+}} templates have parameters to specify an alternative map image. The map displayed as image1 can be used with the relief or AlternativeMap parameters. Examples may be found below or in the following:

Precision

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

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

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

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

Examples using location map templates

Location map, using default map (image)

Mogadishu is located in Somalia
Mogadishu
Mogadishu
Mogadishu (Somalia)
{{Location map | Somalia
| width   = 200
| lat_deg = 2.03
| lon_deg = 45.35
| label   = Mogadishu
}}

Location map many, using relief map (image1)

Location map/data/Somalia is located in Somalia
Mogadishu
Mogadishu
Bosaso
Bosaso
Kismayo
Kismayo
Three locations in Somalia
{{Location map many | Somalia
| relief   = yes
| width    = 200
| caption  = Three locations in Somalia
| lat1_deg = 2.03
| lon1_deg = 45.35
| label1   = Mogadishu
| lat2_deg = 11.28
| lon2_deg = 49.18
| label2   = Bosaso
| lat3_deg = -0.36
| lon3_deg = 42.55
| label3   = Kismayo
}}

Location map+, using AlternativeMap

Location map/data/Somalia is located in Somalia
Mogadishu
Mogadishu
Bosaso
Bosaso
Kismayo
Kismayo
Three locations in Somalia
{{Location map+ | Somalia
| AlternativeMap = Somalia relief location map.jpg
| width   = 200
| caption = Three locations in Somalia
| places  =
  {{Location map~ | Somalia
  | lat_deg = 2.03
  | lon_deg = 45.35
  | label   = Mogadishu
  }}
  {{Location map~ | Somalia
  | lat_deg = 11.28
  | lon_deg = 49.18
  | label   = Bosaso
  }}
  {{Location map~ | Somalia
  | lat_deg = -0.36
  | lon_deg = 42.55
  | label   = Kismayo
  }}
}}

See also

Location map templates

Creating new map definitions


return {
	name = 'Somalia',
	top = 12.4,
	bottom = -2.05,
	left = 40.5,
	right = 51.9,
	image = 'Somalia location map.svg',
	image1 = 'Somalia relief location map.jpg',
}