Closed patel-zeel closed 1 month ago
Thank you for reporting! The bug has been fixed. Please update leafmap to the latest version and try again
Thank you, Prof. @giswqs, for fixing it quickly.
Prof. @giswqs, the latest version is not yet pushed to PyPI right?
I just published it. Please try again.
It's working now. Thank you, Prof. @giswqs.
Environment Information
Description
I was working with a GeoJSON file in UTM projection Zone 43 (EPSG:32643). I kept it in EPSG:32643 and not in EPSG:4326 because I wanted to create a K km buffer around the geometry as accurately as I can. When I saved this file locally with GeoPandas and tried to visualize it by providing a path to the
add_geojson
method, it was unable to show the geometry correctly (lines are visible at the perimeter of the entire map). I have included a minimum working example below.What I Did