Module:Location map/data/Russia Chukotka Autonomous Okrug

MyWikiBiz, Author Your Legacy — Thursday April 18, 2024
Jump to navigationJump to search

Lua error: expandTemplate: template "coord" does not exist.


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

Map definition

  • name = Chukotka Autonomous Okrug
    Name used in the default map caption
  • bottom = 61
    Latitude at bottom edge of map, in decimal degrees
  • left = 157
    Longitude at left edge of map, in decimal degrees
  • right = -167
    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 36 degrees.

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

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

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

Examples using location map templates

Location map: Eastern hemisphere, Deg/Min/Sec coordinates

Template:Location map

{{Location map | Russia Chukotka Autonomous Okrug
| width = 200 | float = right
| caption = Location of [[Anyuysk]] in Chukotka
| label = Anyuysk
| background = lightblue
| position = right
| lat_deg= 68 | lat_min=18 | lat_sec=00 | lat_dir=N
| lon_deg=161 | lon_min=38 | lon_sec=00 | lon_dir=E
}}

Template:Clear

Location map: Eastern hemisphere, Decimal coordinates

Template:Location map

{{Location map | Russia Chukotka Autonomous Okrug
| width = 200 | float = right
| caption = Location of [[Anyuysk]] in Chukotka
| label = Anyuysk
| background = lightblue
| position = right
| lat = 68.3
| long = 161.633
}}

Template:Clear

Location map: Western hemisphere, Deg/Min/Sec coordinates

Template:Location map

{{Location map | Russia Chukotka Autonomous Okrug
| width = 200 | float = right
| caption = Location of [[Uelen]] in Chukotka
| label = Uelen
| background = lightgreen
| position = left
| lat_deg= 66 | lat_min=09 | lat_sec=34 | lat_dir=N
| lon_deg=169 | lon_min=48 | lon_sec=33 | lon_dir=W
}}

Template:Clear

Location map: Western hemisphere, Decimal coordinates

Template:Location map

{{Location map | Russia Chukotka Autonomous Okrug
| width = 200 | float = right
| caption = Location of [[Uelen]] in Chukotka
| label = Uelen
| background = lightgreen
| position = left
| lat = 66.15944
| long = -169.80917
}}

Template:Clear

Location map many: Deg/Min/Sec coordinates

Template:Location map many

{{Location map many | Russia Chukotka Autonomous Okrug
| width = 200 | float = right
| caption = [[Anyuysk]] and [[Uelen]] in Chukotka
| label = Anyuysk | label_size = 90
| bg = lightblue | pos = right
| lat_deg= 68 | lat_min=18 | lat_sec=00 | lat_dir=N
| lon_deg=161 | lon_min=38 | lon_sec=00 | lon_dir=E
| label2 = Uelen | label2_size = 90
| bg2 = lightgreen | pos2 = left
| lat2_deg= 66 | lat2_min=09 | lat2_sec=34 | lat2_dir=N
| lon2_deg=169 | lon2_min=48 | lon2_sec=33 | lon2_dir=W
}}

Template:Clear

Location map many: Decimal coordinates

Template:Location map many

{{Location map many | Russia Chukotka Autonomous Okrug
| width = 200 | float = right
| caption = [[Anyuysk]] and [[Uelen]] in Chukotka
| label = Anyuysk | label_size = 90
| bg = lightblue | pos = right
| lat = 68.3
| long = 161.633
| label2 = Uelen | label2_size = 90
| bg2 = lightgreen | pos2 = left
| lat2 = 66.15944
| long2 = -169.80917
}}

Template:Clear

Template:Clear

See also

Location map templates

Creating new map definitions


return {
	name = 'Chukotka Autonomous Okrug',
	top = 73,
	bottom = 61,
	left = 157,
	right = -167,
	image = 'Russia Chukotka Autonomous Okrug location map.svg',
	image1 = 'Russia Chukotka Autonomous Okrug relief location map.png'
}