ipyleaflet
ipyleaflet copied to clipboard
A Jupyter - Leaflet.js bridge
When browsing to https://ipyleaflet.readthedocs.io/en/latest: 
Update the Binder link in the Usage section of the docs to be the same as the one in the README: https://mybinder.org/v2/gh/jupyter-widgets/ipyleaflet/stable?urlpath=lab%2Ftree%2Fexamples This will also open JupyterLab by default instead...
Bumps [terser](https://github.com/terser/terser) from 5.5.1 to 5.14.2. Changelog Sourced from terser's changelog. v5.14.2 Security fix for RegExps that should not be evaluated (regexp DDOS) Source maps improvements (#1211) Performance improvements in...
This is a correctly-wound (counter-clockwise, following the right-hand rule) polygon that crosses the antimeridan: ``` { "type": "Polygon", "coordinates": [ [ [ -177.1, 48.6 ], [ 179.6, 49.0 ], [...
Versions: ``` ipyleaflet==0.16.0 ipywidgets==7.7.1 ``` Regardless of how I attempt to style any point data (e.g. Markers, circle markers, GeoJSON, Geodata) all the outputs always show up as Marker icons....
Hi everyone, I'm trying to convert a notebook that displays several maps showing CircleMarkers (673 each) which are created from a pandas dataframe, grouped in different layer groups. with the...
When is disable every draw element without the marker option the marker isn't draggable anymore by default. `dc = DrawControl(marker={"shapeOptions": {"color": "#0000FF"},}, polygon=dict(), polyline=dict(), rectangle={}, circle={}, circlemarker={},)` I try with...
I try to add a layer of points into a map with ipyleaflet, using the following scripts in Jupyter Lab, I do not know what the problems are. ``` from...
I'm using ipyleaflet in a custom lib and since we updated our version to ipyleaflet==0.16 we cannot see the drawing control anymore: the following code: ```python from ipyleaflet import Map,...
Bumps [moment](https://github.com/moment/moment) from 2.29.2 to 2.29.4. Changelog Sourced from moment's changelog. 2.29.4 Release Jul 6, 2022 #6015 [bugfix] Fix ReDoS in preprocessRFC2822 regex 2.29.3 Full changelog Release Apr 17, 2022...