unbam / Leaflet.SlideMenu

A simple slide menu for Leaflet.
BSD 2-Clause "Simplified" License
58 stars 19 forks source link

Clean DOM and small refactor #2

Closed SirenHound closed 8 years ago

SirenHound commented 8 years ago

Cleans up DOM tree after control removed

References map container by 'map._container' instead of externally through document (document.getElementsByClassName('leaflet-container')[0])

unbam commented 8 years ago

Thanks for Pull requests :)

SirenHound commented 8 years ago

こちらこそ!