Module:Location map/data/Colombia

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

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

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)

Template:Location map

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

Template:Clear

Location map many, using relief map (image1)

Template:Location map many

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

Template:Clear

Location map+, using AlternativeMap

Template:Location map+

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

Template:Clear

See also

Location map templates

Creating new map definitions


return {
	name = 'Colombia',
	top = 16.594,
	bottom = -4.609,
	left = -85.056,
	right = -66.401,
	image = 'Colombia location map.svg',
	image1 = 'Colombia relief location_map.jpg'
}