Module:Location map/data/Belize/doc

From Wikipedia, the free encyclopedia
This is the current revision of this page, as edited by imported>Dmm1169 at 08:44, 1 June 2022 (More specific category). The present address (URL) is a permanent link to this version.
(diff) ← Previous revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search


Location map of Belize
name Belize
border
coordinates
18.9
-89.7 ←↕→ -87.2
15.6
map center Lua error: callParserFunction: function "#coordinates" was not found.
image Belize location map.svg
File:Belize location map.svg
image1 Belize physical map.svg
File:Belize physical map.svg
File:Belize-CIA WFB Map.png
Map of Belize

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

Map definition

  • name = Belize
    Name used in the default map caption
  • bottom = 15.6
    Latitude at bottom edge of map, in decimal degrees
  • left = -89.7
    Longitude at left edge of map, in decimal degrees
  • right = -87.2
    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 2.5 degrees.

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

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

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

Examples using location map templates

Location map, using default map (image)

Belmopan (Belize)
{{Location map | Belize
| width   = 150
| lat_deg = 17.25
| lon_deg = -88.77
| label   = Belmopan
}}

Location map many, using relief map (image1)

{{Location map many | Belize
| relief   = yes
| width    = 150
| caption  = Two locations in Belize
| lat1_deg = 17.25
| lon1_deg = -88.77
| label1   = Belmopan
| pos1     = bottom
| lat2_deg = 17.505
| lon2_deg = -88.187
| label2   = Belize City
| pos2     = top
}}

Location map+, using AlternativeMap

{{Location map+ | Belize
| AlternativeMap = Belize physical map.svg
| width   = 150
| caption = Two locations in Belize
| places  =
  {{Location map~ | Belize
  | lat_deg  = 17.25
  | lon_deg  = -88.77
  | label    = Belmopan
  | position = bottom
  }}
  {{Location map~ | Belize
  | lat_deg  = 17.505
  | lon_deg  = -88.187
  | label    = Belize City
  | position = top
  }}
}}

See also

Location map templates

Creating new map definitions