Module:Location map/data/Cyprus


Location map of Cyprus
name Cyprus
border
coordinates
35.8
32.1 ←↕→ 34.8
34.4
map center 35°06′N 33°27′E / 35.1°N 33.45°E / 35.1; 33.45
image Cyprus location map.svg
image1 Cyprus relief location map.jpg
Map of Cyprus

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

Map definition

  • name = Cyprus
    Name used in the default map caption
  • bottom = 34.4
    Latitude at bottom edge of map, in decimal degrees
  • left = 32.1
    Longitude at left edge of map, in decimal degrees
  • right = 34.8
    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.7 degrees.

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

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

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

Examples using location map templates

Location map, using default map (image)

Nicosia is located in Cyprus
Nicosia
Nicosia
Nicosia (Cyprus)
{{Location map | Cyprus
| width   = 250
| lat_deg = 35.17
| lon_deg = 33.37
| label   = Nicosia
}}

Location map many, using relief map (image1)

Location map/data/Cyprus is located in Cyprus
Nicosia
Nicosia
Limassol
Limassol
Two locations in Cyprus
{{Location map many | Cyprus
| relief   = yes
| width    = 250
| caption  = Two locations in Cyprus
| lat1_deg = 35.17
| lon1_deg = 33.37
| label1   = Nicosia
| lat2_deg = 34.67
| lon2_deg = 33.03
| label2   = Limassol
}}

Location map+, using AlternativeMap

Location map/data/Cyprus is located in Cyprus
Nicosia
Nicosia
Limassol
Limassol
Two locations in Cyprus
{{Location map+ | Cyprus
| AlternativeMap = Cyprus relief location map.jpg
| width = 250
| caption = Two locations in Cyprus
| places =
  {{Location map~ | Cyprus
  | lat_deg = 35.17
  | lon_deg = 33.37
  | label   = Nicosia
  }}
  {{Location map~ | Cyprus
  | lat_deg = 34.67
  | lon_deg = 33.03
  | label   = Limassol
  }}
}}

See also

Location map templates

Creating new map definitions


return {
	name = 'Cyprus',
	top = 35.8,
	bottom = 34.4,
	left = 32.1,
	right = 34.8,
	image = 'Cyprus location map.svg',
	image1 = 'Cyprus relief location map.jpg'
}