Module:Location map/data/Colombia Bogotá savanna
From HandWiki
< Module:Location map
Revision as of 11:19, 19 January 2019 by imported>Frietjes (Frietjes moved page Module:Location map/data/Bogotá savanna to Module:Location map/data/Colombia Bogotá savanna without leaving a redirect)
name | the Bogotá savanna | |||
---|---|---|---|---|
border coordinates | ||||
5.371231 | ||||
-74.902572 | ←↕→ | -73.443919 | ||
4.145645 | ||||
map center | [ ⚑ ] 4°45′30″N 74°10′24″W / 4.758438°N 74.1732455°W | |||
image | Sabana de Bogota.png
| |||
Module:Location map/data/Colombia Bogotá savanna is a location map definition used to overlay markers and labels on an equirectangular projection map of the Bogotá savanna. 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 "Colombia Bogotá savanna":
{{Location map|Colombia Bogotá savanna |...}}
{{Location map many|Colombia Bogotá savanna |...}}
{{Location map+|Colombia Bogotá savanna |...}}
{{Location map~|Colombia Bogotá savanna |...}}
Map definition
name = the Bogotá savanna
- Name used in the default map caption
image = Sabana de Bogota.png
- The default map image, without "Image:" or "File:"
top = 5.371231
- Latitude at top edge of map, in decimal degrees
bottom = 4.145645
- Latitude at bottom edge of map, in decimal degrees
left = -74.902572
- Longitude at left edge of map, in decimal degrees
right = -73.443919
- Longitude at right edge of map, in decimal degrees
Precision
Longitude: from West to East this map definition covers 1.4587 degrees.
- At an image width of 200 pixels, that is 0.0073 degrees per pixel.
- At an image width of 1000 pixels, that is 0.0015 degrees per pixel.
Latitude: from North to South this map definition covers 1.2256 degrees.
- At an image height of 200 pixels, that is 0.0061 degrees per pixel.
- At an image height of 1000 pixels, that is 0.0012 degrees per pixel.
Examples using location map templates
Location map, using default map (image)
{{Location map | Colombia Bogotá savanna | width = 250 | lat_deg = 4.598056 | lon_deg = -74.075833 | label = '''Bogotá''' | position = right | mark = Red pog.svg | marksize = 10 }}
Location Map+ using different marks, positions and marksizes
Recommended use:
- - for cities, towns, settlements
- - for waterbodies; rivers, lakes, reservoirs, waterfalls
- - for protected areas, wetlands, emerald mines
- - for battles, archaeological sites and other features
[[File:Red pog.svg|10x10px|[[Bogotá|Template:Yellow]]|link=|class=notpageimage]]
[[Bogotá|Template:Yellow]]
Lake Herrera
[[File:Lightgreen pog.svg|8x8px|[[Thomas van der Hammen Natural Reserve|Template:Lime]]|link=|class=notpageimage]]
[[Thomas van der Hammen Natural Reserve|Template:Lime]]
El Abra
Battle of Tocarema
{{Location map+ | Colombia Bogotá savanna | width = 350 | caption = Various sites on the [[Bogotá savanna]] | places = {{Location map~ | Colombia Bogotá savanna | lat_deg = 4.598056 | lon_deg = -74.075833 | mark = Red pog.svg | marksize = 10 | label = [[Bogotá|{{yellow|Bogotá}}]] | position = left }} {{Location map~ | Colombia Bogotá savanna | lat_deg = 4.690556 | lon_deg = -74.274722 | mark = Turquoise pog.svg | marksize = 10 | label = {{white|Lake Herrera}} | position = right }} {{Location map~ | Colombia Bogotá savanna | lat_deg = 4.773889 | lon_deg = -74.094444 | mark = Lightgreen pog.svg | marksize = 8 | label = [[Thomas van der Hammen Natural Reserve|{{lime|TvdH Reserve}}]] | position = top }} {{Location map~ | Colombia Bogotá savanna | lat_deg = 5.017358 | lon_deg = -73.951203 | mark = White pog.svg | marksize = 10 | label = {{white|El Abra}} | position = bottom }} {{Location map~ | Colombia Bogotá savanna | lat_deg = 4.750556 | lon_deg = -74.434722 | mark = White pog.svg | marksize = 8 | label = {{white|Battle of Tocarema}} | position = top }} }}
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 = 'the Bogotá savanna', top = 5.371231, bottom = 4.145645, left = -74.902572, right = -73.443919, image = 'Sabana de Bogota.png', }