Module:Location map/data/Austria Vorarlberg

From blackwiki
< Module:Location map
Revision as of 14:17, 22 December 2018 by blackwiki>Frietjes (Frietjes moved page Module:Location map/data/Vorarlberg to Module:Location map/data/Austria Vorarlberg without leaving a redirect)
Jump to navigation Jump to search


Location map of Vorarlberg
name Vorarlberg
border
coordinates
47.62
9.45 ←↕→ 10.3
46.82
map center Lua error: callParserFunction: function "#coordinates" was not found.
image Austria Vorarlberg location map.svg
400x400px

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

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 (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',
}