Module:Location map/data/Slovenia

MyWikiBiz, Author Your Legacy — Monday May 20, 2024
Jump to navigationJump to search

Template:High-use Lua error: expandTemplate: template "coord" does not exist.

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)

Template:Location map

{{Location map | Slovenia
| width   = 250
| lat_deg = 46.056
| lon_deg = 14.508
| label   = Ljubljana
}}

Template:Clear

Location map many, using relief map (image1)

Template:Location map many

{{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
}}

Template:Clear

Location map+, using AlternativeMap

Template:Location map+

{{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
  }}
}}

Template:Clear

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'
}