Module:Location map/data/Honduras

From Simple English Wikipedia, the free encyclopedia


Location map of Honduras
name Honduras
border
coordinates
16.7
-89.5 ←↕→ -83
12.8
map center 14°45′N 86°15′W / 14.75°N 86.25°W / 14.75; -86.25
image Honduras location map.svg
image1 Relief map of Honduras.jpg
Map of Honduras

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

Map definition

  • name = Honduras
    Name used in the default map caption
  • bottom = 12.8
    Latitude at bottom edge of map, in decimal degrees
  • left = -89.5
    Longitude at left edge of map, in decimal degrees
  • right = -83
    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 6.5 degrees.

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

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

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

Examples using location map templates

Location map, using default map (image)

Tegucigalpa is located in Honduras
Tegucigalpa
Tegucigalpa
Tegucigalpa (Honduras)
{{Location map | Honduras
| width   = 250
| lat_deg = 14.08
| lon_deg = -87.22
| label   = Tegucigalpa
}}

Location map many, using relief map (image1)

Location map/data/Honduras is located in Honduras
Tegucigalpa
Tegucigalpa
La Ceiba
La Ceiba
Two locations in Honduras
{{Location map many | Honduras
| relief   = yes
| width    = 250
| caption  = Two locations in Honduras
| lat1_deg = 14.08
| lon1_deg = -87.22
| label1   = Tegucigalpa
| lat2_deg = 15.77
| lon2_deg = -86.83
| label2   = La Ceiba
}}

Location map+, using AlternativeMap

Location map/data/Honduras is located in Honduras
Tegucigalpa
Tegucigalpa
La Ceiba
La Ceiba
Two locations in Honduras
{{Location map+ | Honduras
| AlternativeMap = Relief map of Honduras.jpg
| width   = 250
| caption = Two locations in Honduras
| places  =
  {{Location map~ | Honduras
  | lat_deg = 14.08
  | lon_deg = -87.22
  | label   = Tegucigalpa
  }}
  {{Location map~ | Honduras
  | lat_deg = 15.77
  | lon_deg = -86.83
  | label   = La Ceiba
  }}
}}

See also

Location map templates

Creating new map definitions


return {
	name = 'Honduras',
	top = 16.70,
	bottom = 12.80,
	left = -89.50,
	right = -83.00,
	image = 'Honduras location map.svg',
	image1 = 'Relief map of Honduras.jpg'
}