Sorry for my english
Hi, I have leaflet.js (image of map 5913x7863) and there L.CRS.Simple
I had
var imageBounds = [[1468.9700,-11.7050], [1968.2705,363.7705]];var file0 = new L.imageOverlay(imageUrl, imageBounds).addTo(map);and everything was good, but I understood, that L.imageOverlay -...