Module:Location map/data/Colombia/doc

This is the documentation page for Module:Location map/data/Colombia


Location map of Colombia
name Colombia
border
coordinates
16.594
-85.056 ←↕→ -66.401
-4.609
map center 5°59′33″N 75°43′43″W / 5.9925°N 75.7285°W / 5.9925; -75.7285
image Colombia location map.svg
image1 Colombia relief location_map.jpg
Map of Colombia

Module:Location map/data/Colombia is a location map definition used to overlay markers and labels on an equirectangular projection map of Colombia. 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":

Map definition

  • name = Colombia
    Name used in the default map caption
  • bottom = -4.609
    Latitude at bottom edge of map, in decimal degrees
  • left = -85.056
    Longitude at left edge of map, in decimal degrees
  • right = -66.401
    Longitude at right edge of map, in decimal degrees

Alternative map

The {{Location map}}, {{Location map many}}, and {{Location map+}} templates have parameters to specify an alternative map image. The map displayed as image1 can be used with the relief or AlternativeMap parameters. Examples may be found below or in the following:

Precision

Longitude: from West to East this map definition covers 18.655 degrees.

  • At an image width of 200 pixels, that is 0.0933 degrees per pixel.
  • At an image width of 1000 pixels, that is 0.0187 degrees per pixel.

Latitude: from North to South this map definition covers 21.203 degrees.

  • At an image height of 200 pixels, that is 0.106 degrees per pixel.
  • At an image height of 1000 pixels, that is 0.0212 degrees per pixel.

Examples using location map templates

Location map, using default map (image)

 
 
Bogotá
Bogotá (Colombia)
{{Location map | Colombia
| width   = 200
| lat_deg = 4.6
| lon_deg = -74.08
| label   = Bogotá
}}

Location map many, using relief map (image1)

 
 
Bogotá
 
Barranquilla
 
Leticia
Three locations in Colombia
{{Location map many | Colombia
| relief   = yes
| width    = 200
| caption  = Three locations in Colombia
| lat1_deg = 4.6
| lon1_deg = -74.08
| label1   = Bogotá
| lat2_deg = 10.96
| lon2_deg = -74.8
| label2   = Barranquilla
| lat3_deg = -4.22
| lon3_deg = -69.93
| label3   = Leticia
}}

Location map+, using AlternativeMap

 
 
Bogotá
 
Barranquilla
 
Leticia
Three locations in Colombia
{{Location map+ | Colombia
| AlternativeMap = Colombia relief location map.jpg
| width = 200
| caption = Three locations in Colombia
| places =
  {{Location map~ | Colombia
  | lat_deg = 4.6
  | lon_deg = -74.08
  | label   = Bogotá
  }}
  {{Location map~ | Colombia
  | lat_deg = 10.96
  | lon_deg = -74.8
  | label   = Barranquilla
  }}
  {{Location map~ | Colombia
  | lat_deg = -4.22
  | lon_deg = -69.93
  | label   = Leticia
  }}
}}

See also

Location map templates

Creating new map definitions