Dei
Δεϊ
Dei beach is in the 4th place out of 90 beaches in the Epirus region 60.1 km away from its center, the city of Ioannina. It is one of the most beautiful beaches of Sivota settlement, just 1.6 km from its center. The beach is located in a natural place. It is partially covered by trees which give natural shade.
document.addEventListener('DOMContentLoaded', function() {
var map = L.map('map').setView([38.178, 23.939], 6);
L.tileLayer('https://tile.openstreetmap.org/{z}/{x}/{y}.png', {
attribution: '© OpenStreetMap for Online Watersports'
}).addTo(map);
// Add geolocation control
L.control.locate().addTo(map);
var customIcon = L.icon({
iconUrl: '/wp-content/uploads/2023/04/style-three-pin-boat-skating.png',
iconSize: [27, 27]
});
var marker = L.marker([39.4162615, 20.23084307], {icon: customIcon});
marker.bindPopup('
').openPopup();
marker.postId = 165; // add the post ID as a custom property to the marker
map.addLayer(marker);
});