-
What are the CRS:s that are supported by leafmap? Is there a way to convert the CRS? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 6 replies
-
For vector, leafmap supports any CRS supported by GeoPandas. Under the hood, all CRS are converted to WGS 84 (lat/lon) to be displayed on the map. For raster, leafmap supports any CRS supported by ipyleaflet, which only supports a limited number of CRS. See https://github.com/jupyter-widgets/ipyleaflet/blob/stable/ipyleaflet/projections.py |
Beta Was this translation helpful? Give feedback.
-
Thanks, So in order for data to be displayed correctly on the map, it should be converted first to WGS84 EPSG:4326. Can one change the CRS of the basemap instead? |
Beta Was this translation helpful? Give feedback.
For vector, leafmap supports any CRS supported by GeoPandas. Under the hood, all CRS are converted to WGS 84 (lat/lon) to be displayed on the map.
For raster, leafmap supports any CRS supported by ipyleaflet, which only supports a limited number of CRS. See https://github.com/jupyter-widgets/ipyleaflet/blob/stable/ipyleaflet/projections.py