Main Map: Difference between revisions

From The Lands Of Liberos Project

Content added Content deleted
(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);")
 
(Replaced content with " e5e5y45")
Tag: Replaced
 
(101 intermediate revisions by the same user not shown)
Line 1: Line 1:

var map = L.map('map', {
e5e5y45
crs: L.CRS.Simple
});
var bounds = [[0,0], [1000,1000]];
var image = L.imageOverlay('uqm_map_full.png', bounds).addTo(map);
map.fitBounds(bounds);

Latest revision as of 14:38, 27 January 2024

e5e5y45

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