Module:Location map/data/Slovenia

From Simple English Wikipedia, the free encyclopedia
Location map of Slovenia
name Slovenia
border
coordinates
47.1
13.2 ←↕→ 16.8
45.2
map center 46°09′N 15°00′E / 46.15°N 15°E / 46.15; 15
image Slovenia_location_map.svg
image1 Slovenia relief map.png
Map of Slovenia

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

Map definition

  • name = Slovenia
    Name used in the default map caption
  • bottom = 45.2
    Latitude at bottom edge of map, in decimal degrees
  • left = 13.2
    Longitude at left edge of map, in decimal degrees
  • right = 16.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 3.6 degrees.

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

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

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

Examples using location map templates

Location map, using default map (image)

Ljubljana is located in Slovenia
Ljubljana
Ljubljana
Ljubljana (Slovenia)
{{Location map | Slovenia
| width   = 250
| lat_deg = 46.056
| lon_deg = 14.508
| label   = Ljubljana
}}

Location map many, using relief map (image1)

Location map/data/Slovenia is located in Slovenia
Ljubljana
Ljubljana
Koper
Koper
Ptuj
Ptuj
Three locations in Slovenia
{{Location map many | Slovenia
| relief   = yes
| width    = 250
| caption  = Three locations in Slovenia
| lat1_deg = 46.056
| lon1_deg = 14.508
| label1   = Ljubljana
| lat2_deg = 45.55
| lon2_deg = 13.73
| label2   = Koper
| lat3_deg = 46.417
| lon3_deg = 15.867
| label3   = Ptuj
}}

Location map+, using AlternativeMap

Location map/data/Slovenia is located in Slovenia
Ljubljana
Ljubljana
Koper
Koper
Ptuj
Ptuj
Three locations in Slovenia
{{Location map+ | Slovenia
| AlternativeMap = Slovenia relief map.png
| width   = 250
| caption = Three locations in Slovenia
| places  =
  {{Location map~ | Slovenia
  | lat_deg = 46.056
  | lon_deg = 14.508
  | label   = Ljubljana
  }}
  {{Location map~ | Slovenia
  | lat_deg = 45.55
  | lon_deg = 13.73
  | label   = Koper
  }}
  {{Location map~ | Slovenia
  | lat_deg = 46.417
  | lon_deg = 15.867
  | label   = Ptuj
  }}
}}

See also

Location map templates

Creating new map definitions



return {
	name = 'Slovenia',
	top = 47.1,
	bottom = 45.2,
	left = 13.2,
	right = 16.8,
	image = 'Slovenia_location_map.svg',
	image1 = 'Slovenia relief map.png'
}