Module:Location map/data/Dominica

From Simple English Wikipedia, the free encyclopedia


Location map of Dominica
name Dominica
border
coordinates
15.7
-61.6 ←↕→ -61.1
15.15
map center 15°25′30″N 61°21′00″W / 15.425°N 61.35°W / 15.425; -61.35
image Dominica location map.svg
image1 Dominique.png
Map of Dominica

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

Map definition

  • name = Dominica
    Name used in the default map caption
  • bottom = 15.15
    Latitude at bottom edge of map, in decimal degrees
  • left = -61.6
    Longitude at left edge of map, in decimal degrees
  • right = -61.1
    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.5 degrees.

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

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

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

Examples using location map templates

Location map, using default map (image)

Roseau is located in Dominica
Roseau
Roseau
Roseau (Dominica)
{{Location map | Dominica
| width   = 250
| lat_deg = 15.301 
| lon_deg = -61.388
| label   = Roseau
}}

Location map many, using relief map (image1)

Location map/data/Dominica is located in Dominica
Roseau
Roseau
Portsmouth
Portsmouth
Grand Bay (Berekua)
Grand Bay (Berekua)
Three locations in Dominica
{{Location map many | Dominica
| relief   = yes
| width    = 250
| caption  = Three locations in Dominica
| lat1_deg = 15.301 
| lon1_deg = -61.388
| label1   = Roseau
| lat2_deg = 15.568
| lon2_deg = -61.456
| label2   = Portsmouth
| lat3_deg = 15.239
| lon3_deg = -61.314
| label3   = Grand Bay (Berekua)
}}

Location map+, using AlternativeMap

Location map/data/Dominica is located in Dominica
Roseau
Roseau
Portsmouth
Portsmouth
Grand Bay (Berekua)
Grand Bay (Berekua)
Three locations in Dominica
{{Location map+ | Dominica
| AlternativeMap = Dominique.png
| width   = 250
| caption = Three locations in Dominica
| places  =
  {{Location map~ | Dominica
  | lat_deg = 15.301 
  | lon_deg = -61.388
  | label   = Roseau
  }}
  {{Location map~ | Dominica
  | lat_deg = 15.568
  | lon_deg = -61.456
  | label   = Portsmouth
  }}
  {{Location map~ | Dominica
  | lat_deg = 15.239
  | lon_deg = -61.314
  | label   = Grand Bay (Berekua)
  }}
}}

See also

Location map templates

Creating new map definitions


return {
	name = 'Dominica',
	top = 15.7,
	bottom = 15.15,
	left = -61.6,
	right = -61.1,
	image = 'Dominica location map.svg',
	image1 = 'Dominique.png'
}