Soča spring is one of the most beautiful karst springs in
the Alps. Vent-hole lies at the elevation of 1087 m. There is a fantastic
panorama to the valley of "Zadnja Trenta".
|
46.413203, 13.724161],14);
L.tileLayer('https://api.tiles.mapbox.com/v4/{id}/{z}/{x}/{y}.png?access_token=pk.eyJ1IjoiYm9zdGphbmJ1cmdlciIsImEiOiJjam12bTNtNm8xMjcxM3dxeWlteWN3MDU0In0.dOwOKg0j8_L_stfpv3YxNw', {
maxZoom: 18,
attribution: 'Map data © OpenStreetMap contributors, ' +
'CC-BY-SA, ' +
'Imagery © Mapbox',
id: 'mapbox.streets'
}).addTo(mymap);
// KML _Slovenska geološka pot - lokacije
var kmlLayer = new google.maps.KmlLayer({
url: 'https://www.burger.si/GoogleEarth/SGP_Lokacije.kml',
suppressInfoWindows: false,
map: map,
preserveViewport: true
});
// KML _Slovenska geološka pot - linija
var kmlLayer = new google.maps.KmlLayer({
url: 'https://www.burger.si/GoogleEarth/SGP.kmz',
suppressInfoWindows: false,
map: map,
preserveViewport: true });
|