Recent Releases of maptiles
maptiles - CRAN version
fix
- manage "inverted" jpg/jpeg images with terra::is.flipped (#36)
- R
Published by rCarto about 1 year ago
maptiles - CRAN version
fix
- manage "inverted" jpg images (see #34 and https://github.com/rspatial/terra/issues/1627)
- fix OpenStreetMap.HOT server address
feat
- add 'retina' argument in get_tiles() to download high resolution tiles when available (#33 and #35)
- add some Stadia variants (AlidadeSmooth, AlidadeSmoothDark, OSMBright and Outdoors)
- R
Published by rCarto about 1 year ago
maptiles - CRAN version
fix
- use the same provider names as leaflet (#31 @mtennekes)
- correct a typo in attribution for OSM FR provider
feat
- add get_providers() to export the provider list with URLS, subdomains, name and attribution (#31)
- R
Published by rCarto over 1 year ago
maptiles - CRAN version
This release is a refactoring of the package, functions has been exploded to be better tested and inspected.
fix
- update tests with valid provider
- remove (not functioning) Esri Delorme provider
- better management of cache, tiles and composed raster are cached (huge speed gain)
- remove the gdal-based merging mechanism, not efficient anymore.
feat
- improve doc in create_provider() for wms inspection (#22 @paul-carteron)
- add *.webp tile extension support (#28 @tadhg-moore)
- change the output of verbose
- cache composed raster for future use
- API keys management for Stadia and Thunderforest with env variable
- R
Published by rCarto over 2 years ago
maptiles - CRAN version
fix
- deactivate get_tiles() example due to unpredictable download time leading to CRAN note/rejection..
- R
Published by rCarto over 2 years ago
maptiles - CRAN version
fix
- remove various unreliable provider (OpenStreetMap.MapnikBW, HikeBike, Wikimedia, OpenStreetMap.NoLabels...)
- update openstreetmap provider url (#23)
- update stamen provider to stadia (#24)
- fix forceDownload mechanism (force replace *.tif files)
feat
- new function create_provider() to create provider
- use a better mechanism for apikey
- R
Published by rCarto over 2 years ago
maptiles - maptiles_0.3.0
Minor changes
- Change projection management, faster with 3857 now
- Add adjust argument to plot_tiles() to plot the raster without zoom-in or zoom-out in the graphic device
- Modify attribution of Stamen maps
- R
Published by rCarto over 4 years ago