Ditiki Plakas Leonidiou
Δυτική Πλάκας Λεονιδίου
Ditiki Plakas Leonidiou beach is a beautiful pebble beach located in the eastern coast of the Peloponnese. The crystal-clear waters of Ditiki Plakas Leonidiou are perfect for swimming and snorkeling, while the surrounding hills provide a picturesque backdrop. The beach is relatively secluded, making it a great spot for those looking for a peaceful and relaxing escape from the crowds. Visitors can enjoy stunning views of the Aegean Sea and nearby islands, as well as indulge in delicious local seafood at the nearby tavernas.
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([37.1430027, 22.8889611], {icon: customIcon});
marker.bindPopup('
').openPopup();
marker.postId = 169; // add the post ID as a custom property to the marker
map.addLayer(marker);
});