themacboy

Results 79 comments of themacboy

> Could this be merged? @silkimen

I supose that image is not totally removed from DOM, and it still refered in the layerGroup.

Hello guys, nice idea and work. I will add one suggestion: A menu option with sub-menus selectors for each mode, to direct change to desired mode ;)

Sorry was a typp error, I would say version 0.12.6. sorry

@VladimirMikulic no sorry I don't use any repository. Still learning how github works. But as explained the problem comes when I override this lib file with a version 0.11.4 or...

ummmm toGeoJSON () it is working with DistrotableImages? with distrosion, rotation, etc?

console print of the check and value of variable : `exceedsTop = map.project(corner).y / zoom < 2;` ![image](https://user-images.githubusercontent.com/8063711/182755162-f0896eee-1440-4bc7-a065-2971a71c14e7.png)

Example of other output values: map.project(corner).x = 12888737.999999993 map.project(corner).y = -147853214.99999997 object corner = {lat: 41.72958170926682, lng: 1.8309573804288197}

Sorry Im not skilled on all this, not sure what kind of L.CRS im using, i copy you my lines to creqate the map: this.ocrs = new L.Proj.CRS('EPSG:25831', '+proj=utm +zone=31...

this is the code I have modified to "patch" the issue (but really is a worng solution): ``` _cornerExceedsMapLats: function(zoom, corner, map) { var exceedsTop; var exceedsBottom; if (zoom ===...