Hersonisos Beach
Παραλία Χερσονήσου
Chersonisos is a coastal town located on the northern coast of the island of Crete in Greece. The weather in the main beach is generally warm and sunny during the summer months, with temperatures often reaching the high 20s and low 30s Celsius. The sea is generally calm and warm, making it a great place for swimming and water sports such as jet skiing, parasailing, and paddleboarding.
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([35.323963, 25.3167608], {icon: customIcon});
marker.bindPopup('
').openPopup();
marker.postId = 128; // add the post ID as a custom property to the marker
map.addLayer(marker);
});