Module:Location map/data/Uzbekistan

From Simple English Wikipedia, the free encyclopedia


Location map of Uzbekistan
name Uzbekistan
border
coordinates
45.9
55.6 ←↕→ 73.5
36.8
map center 41°21′N 64°33′E / 41.35°N 64.55°E / 41.35; 64.55
image Uzbekistan adm location map.svg
image1 Relief Map of Uzbekistan.png
Map of Uzbekistan

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

Map definition

  • name = Uzbekistan
    Name used in the default map caption
  • bottom = 36.8
    Latitude at bottom edge of map, in decimal degrees
  • left = 55.6
    Longitude at left edge of map, in decimal degrees
  • right = 73.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 17.9 degrees.

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

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

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

Examples using location map templates

Location map, using default map (image)

Tashkent is located in Uzbekistan
Tashkent
Tashkent
Tashkent (Uzbekistan)
{{Location map | Uzbekistan
| width   = 250
| lat_deg = 41
| lon_deg = 69
| label   = Tashkent
<pre style="width:30em">
{{Location map | Uzbekistan
| width   = 250
| lat_deg = 39
| lon_deg = 57
| label   = Samarkand
}}

Location map many, using relief map (image1)

Location map/data/Uzbekistan is located in Uzbekistan
Tashkent
Tashkent
Nukus
Nukus
Two locations in Uzbekistan
{{Location map many | Uzbekistan
| relief   = yes
| width    = 250
| caption  = Two locations in Uzbekistan
| lat1_deg = 41.267
| lon1_deg = 69.217
| label1   = Tashkent
| lat2_deg = 42.47
| lon2_deg = 59.6
| label2   = Nukus
}}

Location map+, using AlternativeMap

Location map/data/Uzbekistan is located in Uzbekistan
Tashkent
Tashkent
Nukus
Nukus
Two locations in Uzbekistan
{{Location map+ | Uzbekistan
| AlternativeMap = Relief Map of Uzbekistan.png
| width   = 250
| caption = Two locations in Uzbekistan
| places  =
  {{Location map~ | Uzbekistan
  | lat_deg = 41.267
  | lon_deg = 69.217
  | label   = Tashkent
  }}
  {{Location map~ | Uzbekistan
  | lat_deg = 42.47
  | lon_deg = 59.6
  | label   = Nukus
  }}
}}

See also

Location map templates

Creating new map definitions


return {
	name = 'Uzbekistan',
	top = 45.9,
	bottom = 36.8,
	left = 55.6,
	right = 73.5,
	image = 'Uzbekistan adm location map.svg',
	image1 = 'Relief Map of Uzbekistan.png'
}