Main Map

From The Lands Of Liberos Project

Revision as of 18:59, 25 January 2024 by Though you bgt (talk | contribs)

var map = L.map('map').setView([51.505, -0.09], 13);

L.tileLayer('https://tile.openstreetmap.org/{z}/{x}/{y}.png', {
    attribution: '&copy; <a href="https://www.openstreetmap.org/copyright">OpenStreetMap</a> contributors'
}).addTo(map);

L.marker([51.5, -0.09]).addTo(map)
    .bindPopup('A pretty CSS popup.<br> Easily customizable.')
    .openPopup();
Cookies help us deliver our services. By using our services, you agree to our use of cookies.