Module:Location map/data/Tajikistan

From imedwiki
Jump to navigation Jump to search


Location map of Tajikistan
name Tajikistan
border
coordinates
41.3
67.1 ←↕→ 75.5
36.4
map center 38°51′N 71°18′E / 38.85°N 71.3°E / 38.85; 71.3
image Tajikistan adm location map.svg
Tajikistan adm location map.svg
image1 Tajikistan relief map.svg
Tajikistan relief map.svg
Map of Tajikistan

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

Map definition

  • name = Tajikistan
    Name used in the default map caption
  • bottom = 36.4
    Latitude at bottom edge of map, in decimal degrees
  • left = 67.1
    Longitude at left edge of map, in decimal degrees
  • right = 75.5
    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 8.4 degrees.

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

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

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

Examples using location map templates

Location map, using default map (image)

Dushanbe is located in Tajikistan
Dushanbe
Dushanbe
Dushanbe (Tajikistan)
{{Location map | Tajikistan
| width   = 250
| lat_deg = 38.537
| lon_deg = 68.78
| label   = Dushanbe
}}

Location map many, using relief map (image1)

Template:Location map many

{{Location map many | Tajikistan
| relief   = yes
| width    = 250
| caption  = Two locations in Tajikistan
| lat1_deg = 38.537
| lon1_deg = 68.78
| label1   = Dushanbe
| lat2_deg = 40.283
| lon2_deg = 69.633
| label2   = Khujand
}}

Location map+, using AlternativeMap

Location map/data/Tajikistan is located in Tajikistan
Dushanbe
Dushanbe
Khujand
Khujand
Two locations in Tajikistan
{{Location map+ | Tajikistan
| AlternativeMap = Tajikistan rel location map.svg
| width   = 250
| caption = Two locations in Tajikistan
| places  =
  {{Location map~ | Tajikistan
  | lat_deg = 38.537
  | lon_deg = 68.78
  | label   = Dushanbe
  }}
  {{Location map~ | Tajikistan
  | lat_deg = 40.283
  | lon_deg = 69.633
  | label   = Khujand
  }}
}}

See also

Location map templates

Creating new map definitions


return {
	name = 'Tajikistan',
	top = 41.3,
	bottom = 36.4,
	left = 67.1,
	right = 75.5,
	image = 'Tajikistan adm location map.svg',
	image1 = 'Tajikistan relief map.svg'
}