Module:Location map/data/Latvia

From Simple English Wikipedia, the free encyclopedia


Location map of Latvia
name Latvia
border
coordinates
58.5
20.5 ←↕→ 28.6
55.5
map center 57°00′N 24°33′E / 57°N 24.55°E / 57; 24.55
image Latvia adm location map.svg
image1 Relief Map of Latvia.jpg
image2 Latvia relief location map.jpg
Map of Latvia

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

Map definition

  • name = Latvia
    Name used in the default map caption
  • bottom = 55.5
    Latitude at bottom edge of map, in decimal degrees
  • left = 20.5
    Longitude at left edge of map, in decimal degrees
  • right = 28.6
    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. The map displayed as image2 can be used with the AlternativeMap parameter. Examples may be found below or in the following:

Precision

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

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

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

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

Examples using location map templates

Location map, using default map (image)

Riga is located in Latvia
Riga
Riga
Riga (Latvia)
{{Location map | Latvia
| width   = 250
| lat_deg = 56.95
| lon_deg = 24.11
| label   = Riga
}}

Location map many, using relief map (image1)

Location map/data/Latvia is located in Latvia
Riga
Riga
Ventspils
Ventspils
Two locations in Latvia
{{Location map many | Latvia
| relief   = yes
| width    = 250
| caption  = Two locations in Latvia
| lat1_deg = 56.95
| lon1_deg = 24.11
| label1   = Riga
| lat2_deg = 57.39
| lon2_deg = 21.57
| label2   = Ventspils
}}

Location map+, using AlternativeMap

Location map/data/Latvia is located in Latvia
Riga
Riga
Ventspils
Ventspils
Two locations in Latvia
{{Location map+ | Latvia
| AlternativeMap = Latvia relief location map.jpg
| width   = 250
| caption = Two locations in Latvia
| places  =
  {{Location map~ | Latvia
  | lat_deg = 56.95
  | lon_deg = 24.11
  | label   = Riga
  }}
  {{Location map~ | Latvia
  | lat_deg = 57.39
  | lon_deg = 21.57
  | label   = Ventspils
  }}
}}

See also

Location map templates

Creating new map definitions


return {
	name = 'Latvia',
	top = 58.5,
	bottom = 55.5,
	left = 20.5,
	right = 28.6,
	image = 'Latvia adm location map.svg',
	image1 = 'Relief Map of Latvia.jpg',
	image2 = 'Latvia relief location map.jpg'
}