leaflet-splitmap icon indicating copy to clipboard operation
leaflet-splitmap copied to clipboard

A Leaflet control to compare two map layers

Results 8 leaflet-splitmap issues
Sort by recently updated
recently updated
newest added

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) ![Screenshot from 2021-03-01 17-00-50](https://user-images.githubusercontent.com/50639499/109567043-bab31d00-7ab2-11eb-98e7-952b51607f24.png) )

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...