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

I'm trying to use ipleaflet in a Flask/python web map project running on windows 11 using Visual Studio as IDE. However, when I load the page it's returning a HTTP...

I was trying to build the doc file into LaTeX. And run the code in `Colab`, but `from ipyleaflet import Map, ImageService, basemaps` occurs . How can I solve the...

https://ipyleaflet.readthedocs.io/en/latest/layers/marker.html -- when trying this in jupyterlab, map shows, layer does not. env: conda --version conda 4.11.0 jupyter --version Selected Jupyter core packages... IPython : 7.23.1 ipykernel : 6.9.1 ipywidgets...

When a user reports a bug there could be a bug button on the issue template which asks the user for things such as: - browser - python version -...

Enhancement

I posted this issue in the geemap repo but was redirected here as the drawing tools on the map are missing even with DrawControl. ipywidgets work with no issues, and...

## Renderer factory Vector tile layers can be [rendered](https://leaflet.github.io/Leaflet.VectorGrid/vectorgrid-api-docs.html#svg-vs-canvas) using either `L.canvas.tile` or `L.svg.tile`. Currently, only the canvas option is implemented in ipyleaflet and it's not doing a great job...

Hi, I'm experiencing problems in displaying the widget on my Jupyter Notebook (I'm using Windows). The functions seem to be working just fine, so it's probably a problem of the...

When visualizing map using geemap, it shows javascript error and says failed to ailed to load model class 'LeafletMapModel' from module 'jupyter-leaflet' but i have insatlled all the requirements for...

## Context I have a component built upon `ipyleaflet` to streamline the interactive exploration of geo-located data in `xarray`. This worked on the assumption that an `on_click` event on a...

Styling for vector tiles can be pretty complex and the current implementation of `VectorTileLayer` only allows for one static style per "tile layer" e.g. "roads". This is a severe limitation...