leafmap icon indicating copy to clipboard operation
leafmap copied to clipboard

A Python package for interactive mapping and geospatial analysis with minimal coding in a Jupyter environment

Results 20 leafmap issues
Sort by recently updated
recently updated
newest added

### Description Two requests: (1) multi-band COGs frequently need different rescaling for different bands. How to do this isn't documented in the API, but this works because of how requests...

Feature Request

The Panoply app is quite interesting. It would be great to have some similar functionality in leafmap. - https://www.giss.nasa.gov/tools/panoply/ - http://soliton.vm.bytemark.co.uk/pub/cpt-city/ - https://www.ventusky.com/ ![image](https://user-images.githubusercontent.com/5016453/187991714-ca486fe1-face-4028-bf31-11d5ed502842.png)

Feature Request

### Description Are the maintainers open to a PR pinning dependencies to latest python versions? And installing something like [dependabot](https://github.blog/2020-06-01-keep-all-your-packages-up-to-date-with-dependabot/) for keeping dependencies up to date? This would allow users...

Feature Request

### Environment Information - leafmap version: lates - Python version: 3.11 - Operating System: Linux ### Description The Color Styles are not working with streamlit UI. I have followed below...

bug

### Environment Information - leafmap version: 0.31.9 - Python version: 3.10.12 - Operating System: ubuntu 22.03 ### Description - The polygon draw tool no longer works when we add a...

bug

When using pmtiles, we can already do some cool things that maplibre supports, such as mapping data to aesthetics (e.g. https://github.com/opengeos/leafmap/discussions/708). One option that looks very compelling within maplibre is...

Feature Request

It would be great to add maplibre as a new mapping backend. https://github.com/eodaGmbH/py-maplibregl

Feature Request

### Environment Information - leafmap version: 0.35.1 - streamlit version: 1.36.0 - Python version: 3.11.5 - Operating System: Window 11 ### Description: Issue-1 This Leafmap code is not working in...

bug

Fix deprecated OSMNx functions as per https://github.com/gboeing/osmnx/issues/1123 This suppresses the FutureWarning in current OSMNx version 1.9.3

I'm trying to get [leafmap](https://github.com/opengeos/leafmap) working with Panel similarly to [Solara-Leafmap](https://github.com/opengeos/solara-geospatial/blob/main/pages/01_leafmap.py). A lot of features work. But when I click the tool icon nothing visible happens. But in the console...

bug