Module:Location map/data/Guadeloupe


Location map of Guadeloupe
name Guadeloupe
border
coordinates
16.575
-61.875 ←↕→ -60.925
15.775
map center 16°10′30″N 61°24′00″W / 16.175°N 61.4°W / 16.175; -61.4
image Guadeloupe department location map.svg
image1 Guadeloupe department relief location map.jpg
Map of Guadeloupe

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

Map definition

  • name = Guadeloupe
    Name used in the default map caption
  • bottom = 15.775
    Latitude at bottom edge of map, in decimal degrees
  • left = -61.875
    Longitude at left edge of map, in decimal degrees
  • right = -60.925
    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 0.95 degrees.

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

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

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

Examples using location map templates

Location map, using default map (image)

Basse-Terre is located in Guadeloupe
Basse-Terre
Basse-Terre
Basse-Terre (Guadeloupe)
{{Location map | Guadeloupe
| width   = 250
| lat_deg = 15.996 
| lon_deg = -61.729
| label   = Basse-Terre
}}

Location map many, using relief map (image1)

Location map/data/Guadeloupe is located in Guadeloupe
Basse-Terre
Basse-Terre
Grand-Bourg
Grand-Bourg
Two locations in Guadeloupe
{{Location map many | Guadeloupe
| relief   = yes
| width    = 250
| caption  = Two locations in Guadeloupe
| lat1_deg = 15.996 
| lon1_deg = -61.729
| label1   = Basse-Terre
| lat2_deg = 15.88
| lon2_deg = -61.32
| label2   = Grand-Bourg
}}

Location map+, using AlternativeMap

Location map/data/Guadeloupe is located in Guadeloupe
Basse-Terre
Basse-Terre
Grand-Bourg
Grand-Bourg
Two locations in Guadeloupe
{{Location map+ | Guadeloupe
| AlternativeMap = Guadeloupe department relief location map.jpg
| width   = 250
| caption = Two locations in Guadeloupe
| places  =
  {{Location map~ | Guadeloupe
  | lat_deg = 15.996 
  | lon_deg = -61.729
  | label   = Basse-Terre
  }}
  {{Location map~ | Guadeloupe
  | lat_deg = 15.88
  | lon_deg = -61.32
  | label   = Grand-Bourg
  }}
}}

See also

Location map templates

Creating new map definitions


return {
	name = 'Guadeloupe',
	top = 16.575,
	bottom = 15.775,
	left = -61.875,
	right = -60.925,
	image = 'Guadeloupe department location map.svg',
	image1 = 'Guadeloupe department relief location map.jpg'
}