16EAGLE / basemaps

A lightweight package for accessing basemaps from open sources in R 🗺️
https://jakob.schwalb-willmann.de/basemaps
GNU General Public License v3.0
58 stars 16 forks source link

osm_stamen watercolor file extension fix #31

Closed pushing-boulders closed 1 week ago

pushing-boulders commented 2 weeks ago

This update fixes the osm_stamen watercolor 404 error by appending .jpg instead of .png to the URLs as discussed in Issue 30.

pushing-boulders commented 2 weeks ago

Hello. I am not an R developer, so I apologize if this is not an elegant solution. I did some testing with a few different types of map_service and map_type options and they appear to work as expected, including watercolor.

16EAGLE commented 1 week ago

Thank you for the fix and your contribution. Merging momentarily.

pushing-boulders commented 1 week ago

Thank you so much @16EAGLE!