Module:Location map/data/Austria Vorarlberg

From imedwiki
Jump to navigation Jump to search


Location map of Vorarlberg
name Vorarlberg
border
coordinates
47.62
9.45 ←↕→ 10.3
46.82
map center 47°13′12″N 9°52′30″E / 47.22°N 9.875°E / 47.22; 9.875
image Austria Vorarlberg location map.svg
Austria Vorarlberg location map.svg
image1 Austria Vorarlberg relief location map.jpg
Austria Vorarlberg relief location map.jpg
Map of Vorarlberg

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

Map definition

  • name = Vorarlberg
    Name used in the default map caption
  • bottom = 46.82
    Latitude at bottom edge of map, in decimal degrees
  • left = 9.45
    Longitude at left edge of map, in decimal degrees
  • right = 10.3
    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 0.85 degrees.

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

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

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

Examples using location map templates

Location map, using default map (image)

Altach is located in Vorarlberg
Altach
Altach
Altach (Vorarlberg)
{{Location map | Austria Vorarlberg
| width   = 200
| lat_deg = 47.353625
| lon_deg = 9.637197
| label   = Altach
}}

See also

Location map templates

Creating new map definitions


return {
	name = 'Vorarlberg',
	top = 47.62,
	bottom = 46.82,
	left = 9.45,
	right = 10.3,
	image = 'Austria Vorarlberg location map.svg',
	image1 = 'Austria Vorarlberg relief location map.jpg'
}