Module:Location map/data/Grenada

From Simple English Wikipedia, the free encyclopedia


Location map of Grenada
name Grenada
border
coordinates
12.55
-61.9 ←↕→ -61.25
11.95
map center 12°15′00″N 61°34′30″W / 12.25°N 61.575°W / 12.25; -61.575
image Grenada location map.svg
image1 Grenada relief location map.jpg
Map of Grenada

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

Map definition

  • name = Grenada
    Name used in the default map caption
  • bottom = 11.95
    Latitude at bottom edge of map, in decimal degrees
  • left = -61.9
    Longitude at left edge of map, in decimal degrees
  • right = -61.25
    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.65 degrees.

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

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

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

Examples using location map templates

Location map, using default map (image)

St. George's is located in Grenada
St. George's
St. George's
St. George's (Grenada)
{{Location map | Grenada
| width   = 250
| lat_deg = 12.05
| lon_deg = -61.75
| label   = St. George's
}}

Location map many, using relief map (image1)

Location map/data/Grenada is located in Grenada
St. George's
St. George's
Hillsborough
Hillsborough
Two locations in Grenada
{{Location map many | Grenada
| relief   = yes
| width    = 250
| caption  = Two locations in Grenada
| lat1_deg = 12.05
| lon1_deg = -61.75
| label1   = St. George's
| lat2_deg = 12.48
| lon2_deg = -61.47
| label2   = Hillsborough
}}

Location map+, using AlternativeMap

Location map/data/Grenada is located in Grenada
St. George's
St. George's
Hillsborough
Hillsborough
Two locations in Grenada
{{Location map+ | Grenada
| AlternativeMap = Grenada relief location map.jpg
| width   = 250
| caption = Two locations in Grenada
| places  =
  {{Location map~ | Grenada
  | lat_deg = 12.05
  | lon_deg = -61.75
  | label   = St. George's
  }}
  {{Location map~ | Grenada
  | lat_deg = 12.48
  | lon_deg = -61.47
  | label   = Hillsborough
  }}
}}

See also

Location map templates

Creating new map definitions


return {
	name = 'Grenada',
	top = 12.55,
	bottom = 11.95,
	left = -61.9,
	right = -61.25,
	image = 'Grenada location map.svg',
	image1 = 'Grenada relief location map.jpg'
}