Module:Location map/data/Tanzania

विकिपीडिया से
Location map of Tanzania
name Tanzania
border
coordinates
0.25
28 ←↕→ 42
-13
map center 6°22′30″S 35°00′00″E / 6.375°S 35°E / -6.375; 35
image Tanzania location map.svg
image1 Tanzania relief location_map.svg
Map of Tanzania

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

Map definition

  • name = Tanzania
    Name used in the default map caption
  • bottom = -13
    Latitude at bottom edge of map, in decimal degrees
  • left = 28
    Longitude at left edge of map, in decimal degrees
  • right = 42
    Longitude at right edge of map, in decimal degrees

Alternative map

The map defined as image1 (Tanzania relief location_map.svg) can be displayed by using the relief or AlternativeMap parameters in {{Location map}}, {{Location map many}} and {{Location map+}}. The use of these two parameters is shown in the examples below. Additional examples can be found at:

Precision

देशांतर (Longitude): from West to East this map definition covers 14 degrees.

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

अक्षांस (Latitude): from North to South this map definition covers 13.25 degrees.

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

Examples using location map templates

Location map, using default map (image)

Dodoma is located in Tanzania
Dodoma
Dodoma
Dodoma (Tanzania)
{{Location map | Tanzania
| width   = 250
| lat_deg = -6.17
| lon_deg = 35.74
| label   = Dodoma
}}

Location map many, using relief map (image1)

Location map/data/Tanzania is located in Tanzania
Dodoma
Dodoma
Mwanza
Mwanza
Two locations in Tanzania
{{Location map many | Tanzania
| relief   = yes
| width    = 250
| caption  = Two locations in Tanzania
| lat1_deg = -6.17
| lon1_deg = 35.74
| label1   = Dodoma
| pos1     = bottom
| lat2_deg = -2.52
| lon2_deg = 32.90
| label2   = Mwanza
| pos2     = bottom
}}

Location map+, using AlternativeMap

Location map/data/Tanzania is located in Tanzania
Dodoma
Dodoma
Mwanza
Mwanza
Two locations in Tanzania
{{Location map+ | Tanzania
| AlternativeMap = Tanzania relief location map.svg
| width   = 250
| caption = Two locations in Tanzania
| places  =
  {{Location map~ | Tanzania
  | lat_deg  = -6.17
  | lon_deg  = 35.74
  | label    = Dodoma
  | position = bottom
  }}
  {{Location map~ | Tanzania
  | lat_deg  = -2.52
  | lon_deg  = 32.90
  | label    = Mwanza
  | position = bottom
  }}
}}

See also

Location map templates
Infobox templates incorporating (passing values to) the Location map template

return {
	name = 'Tanzania',
	top = 0.25,
	bottom = -13,
	left = 28,
	right = 42,
	image = 'Tanzania location map.svg',
	image1 = 'Tanzania relief location_map.svg'
}