leaflet-splitmap
leaflet-splitmap copied to clipboard
A Leaflet control to compare two map layers
The sample code just doesn't work. I've also tried to import this in my vue project and bypassing the missing type definitions it doesn't add sideBySide to L.control I tried...
fix QuantStack/leaflet-splitmap#10
Hi, I'am trying to add Popup to leaflet object in splitMap, but i'am getting this error : ```javascript TypeError: Cannot read property 'call' of undefined NewClass.fire src/core/Events.js:190 187 | this._firingCount...
I like this control a lot, but some time it's needed it to work on vertical screens (in my case in vertical signaling screen, but could also mean in portrait...
`arg==='undefined'` =>`arg===undefined`
I'm getting this error here as I have explained in this [stackoverflow-question](https://stackoverflow.com/questions/66430510/leaflet-splitmap-typeerror-cannot-read-property-style-of-undefined)  )
This PR aims to close https://github.com/jupyter-widgets/ipyleaflet/issues/1233 by disposing the layer containers instead of removing its styles. https://github.com/user-attachments/assets/af48ed8e-8b5b-4f19-9365-3aed92239972
If the layers have already been removed from the map before the control, `layer.getContainer` can return null. This would make the change in style throw, preventing the rest of the...