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

When running the example code at: https://ipyleaflet.readthedocs.io/en/latest/layers/popup.html in VS Code, I am not getting any output. From this example I am expecting three outputs; a map, a marker with a...

Hello, I am having trouble getting the map to load. I get "Error Displaying Widget" when trying to run the following code, version of ipyleaflet returns just fine at version...

I notice that I can display icons locally only when giving them the file basename, but not the full path or even a `file://` prefix. When not working I get...

Related to [this issue](https://github.com/jupyter-widgets/ipyleaflet/issues/802), this PR adds `fetch_options` to `VectorTileLayer`, allowing credentials to be added to vector tile requests. For example: ```python lyr = ipyleaflet.VectorTileLayer( url=url, fetch_options={ "credentials": "include" }...

is there a way to remove the marker created through a successful search, without having to refresh the whole map? The market can be dragged, and I can perform a...

Fix #1108 In this PR I added a `visible` boolean trait to the MarkerCluster. When updated, all the underlying markers are changed accordingly allowing the user to hide all markers...

When using the marker_cluster example, I cannot hide all the underlying markers at once as with other layers by setting a `visible` trait to `False`: ``` from ipyleaflet import Map,...

Feature Request

Bumps [vega](https://github.com/vega/vega) from 5.22.1 to 5.23.0. Release notes Sourced from vega's releases. v5.23.0 Changes from v5.22.1: This version contains dependency updates, bug fixes, and security patches, plus a few extra...

dependencies

Bumps [vega-functions](https://github.com/vega/vega) from 5.13.0 to 5.13.1. Commits See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=vega-functions&package-manager=npm_and_yarn&previous-version=5.13.0&new-version=5.13.1)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...

dependencies

TLDR - styles are still loaded even when the lab extension is disabled and Jupyterlab's --future-skip-styles-for-disabled flag is used. Jupyterlab 3.6.0 recently introduced an option --future-skip-styles-for-disabled to avoid loading styles...

Enhancement