Main Map

From The Lands Of Liberos Project

Revision as of 18:32, 25 January 2024 by Though you bgt (talk | contribs) (Created page with "var map = L.map('map', { crs: L.CRS.Simple }); var bounds = [[0,0], [1000,1000]]; var image = L.imageOverlay('uqm_map_full.png', bounds).addTo(map); map.fitBounds(bounds);")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

var map = L.map('map', {

   crs: L.CRS.Simple

}); var bounds = [[0,0], [1000,1000]]; var image = L.imageOverlay('uqm_map_full.png', bounds).addTo(map); map.fitBounds(bounds);

Cookies help us deliver our services. By using our services, you agree to our use of cookies.