Florence Haudin
Florence Haudin
Using an event synchronization primitive, wait that the execution of a cell is finished before to start the execution of the following one.
Propose a version of the geojson renderer including a fuzzy search that compares a user input to the items of the list of tilelayers (from xyz services). Results are proposed...
Add subitems to layers (either layers or controls or a mixture of both).
Adapt velocity layer re-building the color_scale list from a linear colormap of Branca. This enables to easily use a ColormapControl with this layer using the same colormap in the layer...
Adapt heatmap layer for an easier use with a colormap control. The colormap is defined from the color gradient defined in Heatmap class  .
Propose in examples 2 notebooks basemaps_with_apikey.ipynb and basemaps_without_apikey.ipynb and a script gallery.py to easily select basemaps among a list and display them. The notebooks deal with the case with and...
Integrate the controls of the geoportal extensions leaflet. This includes : - `GeoportalLayerSwitcher`: a control to switch between different tile layers - `GeoportalSearchEngine`: a control to locate an address, a...
Fix issue https://github.com/jupyter-widgets/ipyleaflet/issues/1020. The first solution proposed by @jtpio in this issue is implemented, that is "pinning the version with piplite.install('ipyleaflet==0.17') in the notebook."
Propose a solution for using Choropleth layer without giving an initial `choro_data`. Fix issue #934 In this implementation, when no dict is given for `choro_data`, a dict is built from...
In the `filebrowser-extension`, this PR aims at modfiying the defaultFileBrowser and in the browserWidget plugins to enable to replace the default filebrowser by a custom one having different properties such...