ipyleaflet icon indicating copy to clipboard operation
ipyleaflet copied to clipboard

A Jupyter - Leaflet.js bridge

Results 227 ipyleaflet issues
Sort by recently updated
recently updated
newest added

NPM audit report on jupyter_leaflet-0.9.2: ``` # npm audit report ansi-regex 3.0.0 || 4.0.0 - 4.1.0 Severity: high Inefficient Regular Expression Complexity in chalk/ansi-regex - https://github.com/advisories/GHSA-93q8-gq69-wqmw Inefficient Regular Expression Complexity...

This pull request adds event coordinates to the message sent on click and mouseover on `GeoJSON.ts`. For example, here we can open a popup on the feature clicked by the...

Is it possible to display popups for a GeoJSON layer at mouse clicked locations? It seems the event handler does not contain mouse clicked coordinates. One workaround is to use...

This pull request fixes #1224 Update: also fixes the same issue with other types of zoom: - doubleClickZoom - touchZoom - boxZoom

As mentioned in the title, adding a control with a Play widget after the map is displayed somehow messes up the Play widget. Here's the code to reproduce the normal...

Updating `scroll_wheel_zoom` does not enable/disable the corresponding behavior on an existing map. Example: `scroll_wheel_zoom` is set to True initially, then the user updates it to `False`, but the map is...

I would like to give maptiles a grayscale. Is the colorfilter availabe for tiled maplayers in ipyleaflet, like the following plugin in leaflet? And if yes, is there an example...

Editing a circle radius does not seem to persist: For instance, moving the circle after changing the radius restores the original radius. ```py from ipyleaflet import * m = Map(basemap=basemaps.CartoDB.Positron,...

I noticed a weird behaviour when creating maps with ipyleaflet. Every time I create an ipyleaflet map and want to save it as an html file the resulting file gets...

Fixes #1215, see discussion therein. The possible usage of `pm_ignore=False` is now also included in the in 'Geoman Draw Control' documentation page (with some minor adjustments to existing content)