Difference between revisions of "Module:Location map/data/Austria Vorarlberg"

From blackwiki
Jump to navigation Jump to search
blackwiki>Edd of Mercia
(Created page with 'return { name = 'Vorarlberg', top = 47.62, bottom = 46.82, left = 9.45, right = 10.3, image = 'Austria Vorarlberg location map.svg', }')
 
blackwiki>Frietjes
m (Frietjes moved page Module:Location map/data/Vorarlberg to Module:Location map/data/Austria Vorarlberg without leaving a redirect)
(No difference)

Revision as of 14:17, 22 December 2018


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
Austria Vorarlberg location map.svg
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

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