gmaps icon indicating copy to clipboard operation
gmaps copied to clipboard

Drawing layer should work when exported to HTML

Open pbugnion opened this issue 7 years ago • 0 comments

At the moment, the drawing layer only works in the notebook. We should see if it's possible to move more of the interaction client-side, so that the map still works when exported to HTML.

The main source of problems will be widget instantiation: when a feature is added to the map, this sends a callback to the Python side, which instantiates an appropriate widget. We need to replace this with an instantiation of the widget client-side.

Originally opened in issue #223 .

pbugnion avatar Mar 12 '18 07:03 pbugnion