riatelab / maptiles

Download, compose and display map tiles with R
97 stars 12 forks source link

Use tiles with CRS != EPSG:3857 #16

Closed rCarto closed 10 months ago

rCarto commented 2 years ago

Most of tiles providers serve tiles using epsg:3857 crs. For now this crs is hardcoded in the source code (as well as some transformations from/to epsg:4326). It should be possible to allow other tiles crs. (see #13 and #14 for example). I will not do it, but pull request are welcome.

rCarto commented 10 months ago

wontfix