Leaflet.widget
Leaflet.widget copied to clipboard
this.handlers error
Hello,
I'm working on diagnosing an issue using the leaflet widget (particularly the Drupal version). When loading a page with the widget, I get an error with the select control:
TypeError: this.handlers is undefined (line 220)
I'm trying to figure out what the code that uses this.handlers
is referencing to see if this changed in leaflet.draw or leaflet somewhere, but I can't seem to find anything. The page in question is using Leaflet 0.7.2.
In Drupal you can replicate by:
- Adding Leaflet 0.7.2 to sites/all/libraries
- Enable leaflet_widget
- Add a geofield with a leaflet widget to a content type
- Load the node/add screen for that content type
Thanks,
Rob
Any update on this issue?