You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We currently do not support warping the tiles pulled within the Place API. It'd be good to add a crs parameter specifying the CRS for the data retrieved and "plottable".
We currently do not support warping the tiles pulled within the
Place
API. It'd be good to add acrs
parameter specifying the CRS for the data retrieved and "plottable".This should be an easy fix to pass here:
https://github.com/geopandas/contextily/blob/cbd968eabefac598f5b975e957f0b1cb453b259f/contextily/place.py#L131:L138
I think we just need to make it an explicit parameter here:
contextily/contextily/place.py
Line 72 in cbd968e
and document it.
The text was updated successfully, but these errors were encountered: