Asprokavos
Άσπροκαβος
At the southern edge of Corfu, opposite Paxos, we find the cape of Asprokavos and a little further north on the west coast the cape Arkoudilas. These are virgin areas without tourist development, thus unchanged for hundreds of years a natural landscape consisting of a series of high cliffs parallel to the sandy beaches at the edge of southwest Corfu.
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.37522553, 20.11935269], {icon: customIcon});
marker.bindPopup('
').openPopup();
marker.postId = 139; // add the post ID as a custom property to the marker
map.addLayer(marker);
});