Module:Location map/data/Colombia Bogotá savanna

MyWikiBiz, Author Your Legacy — Tuesday April 30, 2024
Jump to navigationJump to search

Lua error: expandTemplate: template "coord" does not exist.

File:Sabana de Bogota.png
Map of the Bogotá savanna

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":

Map definition

  • name = the Bogotá savanna
    Name used in the default map caption
  • 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)

Template:Location map

{{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
}}

Template:Clear

Location Map+ using different marks, positions and marksizes

Recommended use:

10px - for cities, towns, settlements
10px - for waterbodies; rivers, lakes, reservoirs, waterfalls
10px - for protected areas, wetlands, emerald mines
10px - for battles, archaeological sites and other features

Template:Location map+

{{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
  }}
}}

Template:Clear

See also

Location map templates

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