-
i think we need a way to get leafmap map javascript instance inside blade template
-
Thank you for providing leafmap (and geemap). It's really a remarkable tool.
Issue: When I add multiple geotiff rasters to a leafmap using `add_raster`, the map zooms around like crazy. This is b…
-
### Description
It would be a nice addition to add CircleMarker from folium to allow more control and display overlapping markers.
I have tried to use add_points_from_xy but without success.…
-
### Environment Information
- leafmap version: The current leafmap version in GitHub version
- Python version: 3.9
- Operating System: Windows 10
### Description
When I draw a circl…
-
### Discussed in https://github.com/giswqs/leafmap/discussions/178
Originally posted by **jamesvrt** January 13, 2022
I'm interested in using leafmap to annotate satellite imagery from within …
-
- leafmap version: latest
- Python version: 3.7, 3.8 and 3.9
- Operating System: In docker ubuntu:20 , python3.7 base image and pangeo notebook
import leafmap
m = leafmap.Map()
dem_path='…
-
### Environment Information
- 0.7.5:
- 3.7:
- Ubuntu
### Description
Add local tile layer not working.No local tile is getting displayed
### What I Did
import os
import leafmap…
-
Is it possible to get pixel value by lat/lon for a local tile? Leafmap already has the functionality for retrieving pixel value by lat/lon for remote COGs using [titiler endpoint](https://developments…
-
How are `vmin` and `vmax` determined when plotting a single band with `vmin=None` and `vmax=None`? Are they derived from `TileClient.metadata()["bands"]` when users do not specify the values?
From…
-
Currently, the default `titiler_endpoint` is `https://api.cogeo.xyz/`. It would be useful to generalize the `titiler_endpoint`so that users can provide a custom endpoint. @TomAugspurger
For example…