Pascal Bugnion

Results 90 comments of Pascal Bugnion
trafficstars

> There is a pre-release version on Pypi. > > ``` > $ pip install gmaps==0.4.1-pre1 > $ jupyter nbextension enable --py --sys-prefix widgetsnbextension > ``` --- Edit: this is...

It's a module -- you need to import it with `import gmaps.geojson_geometries`.

Have a look at the [loading your own GeoJSON](http://jupyter-gmaps.readthedocs.io/en/latest/gmaps.html#loading-your-own-geojson) section in the documentation.

Thanks for the feedback! > gmaps.geojson_geometries did not load on v0.4.0. I installed V0.4.1 and the module did import[...] GeoJSON support was added in v0.4.1, so anything before that wouldn't...

Thanks for raising this! At the moment, you cannot add layers after the figure has been rendered (sorry -- that could have been documented better). The ability to add /...

Dynamically updating the data underlying the heatmap is a slightly different issue. I've reraised this in issue #188.

Thanks very much for submitting this! Being able to set the zoom and centre after the map is instantiated is definitely on the roadmap. There's complexity around being able to...

Thanks for raising this. At the moment, this isn't possible. See also issue #124. I agree that this would be very useful. PRs welcome! Someone interested in adding this functionality...

Thanks very much for raising this! This is currently not possible, but it would be a great feature to add. Anyone wanting to address this feature request should look at...

For anyone unfamiliar with marker clustering -- it involves merging multiple markers together as you zoom out: