Pascal Bugnion
Pascal Bugnion
Thanks for raising this. Answers to the following would be helpful so I can get a better picture. 1. You seem to be getting a lot of errors related to...
I agree that that would be a nice addition. PRs welcome!
> Hi Pascal, I am using your great package on a data science project Great! Thanks for the feedback. At the moment, there is no canned way to add a...
For anyone interested in implementing this. One avenue to consider is [using the feature built into google maps](https://developers.google.com/maps/documentation/javascript/adding-a-legend). Alternatively, we add a legend box to the figure that can be...
Thanks for submitting the issue. I agree that supporting KML would be very useful. Realistically, I won't be able to add this myself in the near future. For anyone interested...
Thanks for raising this. We definitely need a way to have higher resolution on screenshots. Google Maps does not provide a way to generate exports directly (as far as I...
Thanks! Let's leave the issue open, so I or other contributors know that this is something they can work on.
I cannot reproduce that. What browser are you using? Does the JavaScript console say anything useful? Could the download size be too large for some firewall on your network?
Thanks for raising an issue, and for the kind words! > the user clicks on a polygon What do you mean by polygon here? Do you mean a GeoJSON feature?...
Thanks for clarifying. As mentioned, click events on GeoJSON features aren't supported yet. Anyone wanting to implement this should look at how ipywidgets define a click event on buttons ([Python](https://github.com/jupyter-widgets/ipywidgets/blob/master/ipywidgets/widgets/widget_button.py)-side...