O:Stadtteilbibliothek Brackwede

{ const map = L.map('custom-map').setView([51.1657, 10.4515], 6); // Deutschland-Zentrum L.tileLayer('https://{s}.tile.openstreetmap.org/{z}/{x}/{y}.png', { maxZoom: 19, }).addTo(map); // Marker hinzufügen L.marker([52.5200, 13.4050]).addTo(map).bindPopup('Berlin'); L.marker([48.8566, 2.3522]).addTo(map).bindPopup('Paris'); }); ?>