Module:Location map/data/Italy Trentino-South Tyrol
< Module:Location map
Jump to navigation
Jump to search
Revision as of 16:27, 23 April 2018 by blackwiki>Frietjes (created from Template:Location map Italy Trentino-South Tyrol, earlier edit history will be saved in Module:Location map/data/Italy Trentino-South Tyrol/doc)
| name | Trentino-Alto Adige/Südtirol | |||
|---|---|---|---|---|
| border coordinates | ||||
| 47.158416 | ||||
| 10.3104166 | ←↕→ | 12.5526916 | ||
| 45.6061388 | ||||
| map center | Lua error: callParserFunction: function "#coordinates" was not found. | |||
| image | Italy Trentino-South Tyrol location map.svg
| |||
Module:Location map/data/Italy Trentino-South Tyrol is a location map definition used to overlay markers and labels on an equirectangular projection map of Trentino-Alto Adige/Südtirol. The markers are placed by latitude and longitude coordinates on the default map or a similar map image.
Contents
Usage
These definitions are used by the following templates when invoked with parameter "Italy Trentino-South Tyrol":
{{Location map | Italy Trentino-South Tyrol | ...}}{{Location map many | Italy Trentino-South Tyrol | ...}}{{Location map+ | Italy Trentino-South Tyrol | ...}}{{Location map~ | Italy Trentino-South Tyrol | ...}}
Map definition
name = Trentino-Alto Adige/Südtirol- Name used in the default map caption
image = Italy Trentino-South Tyrol location map.svg- The default map image, without "Image:" or "File:"
top = 47.158416- Latitude at top edge of map, in decimal degrees
bottom = 45.6061388- Latitude at bottom edge of map, in decimal degrees
left = 10.3104166- Longitude at left edge of map, in decimal degrees
right = 12.5526916- Longitude at right edge of map, in decimal degrees
Precision
Longitude: from West to East this map definition covers 2.2423 degrees.
- At an image width of 200 pixels, that is 0.0112 degrees per pixel.
- At an image width of 1000 pixels, that is 0.0022 degrees per pixel.
Latitude: from North to South this map definition covers 1.5523 degrees.
- At an image height of 200 pixels, that is 0.0078 degrees per pixel.
- At an image height of 1000 pixels, that is 0.0016 degrees per pixel.
See also
Location map templates
- Template:Location map, to display one mark and label using latitude and longitude
- Template:Location map many, to display up to nine marks and labels
- Template:Location map+, to display an unlimited number of marks and labels
Creating new map definitions
return {
name = 'Trentino-Alto Adige/Südtirol',
top = 47.158416,
bottom = 45.6061388,
left = 10.3104166,
right = 12.5526916,
image = 'Italy Trentino-South Tyrol location map.svg'
}