From ac1b0e5aa997f1d6d75ef1eb2f9c540dbc6f3ecc Mon Sep 17 00:00:00 2001 From: rCarto Date: Fri, 15 Dec 2023 14:27:12 +0100 Subject: [PATCH] chore: update NEWS, DESCRIPTION, codemeta and cff --- CITATION.cff | 4 ++-- DESCRIPTION | 4 ++-- NEWS.md | 9 +++++++++ codemeta.json | 8 ++++---- 4 files changed, 17 insertions(+), 8 deletions(-) diff --git a/CITATION.cff b/CITATION.cff index 189880a..4f40a1f 100644 --- a/CITATION.cff +++ b/CITATION.cff @@ -8,9 +8,9 @@ message: 'To cite package "maptiles" in publications use:' type: software license: GPL-3.0-only title: 'maptiles: Download and Display Map Tiles' -version: 0.6.1 +version: 0.7.0 abstract: To create maps from tiles, 'maptiles' downloads, composes and displays tiles - from a large number of providers (e.g. 'OpenStreetMap', 'Stamen', 'Esri', 'CARTO', + from a large number of providers (e.g. 'OpenStreetMap', 'Stadia', 'Esri', 'CARTO', or 'Thunderforest'). authors: - family-names: Giraud diff --git a/DESCRIPTION b/DESCRIPTION index 4657057..bd05dc4 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,6 +1,6 @@ Package: maptiles Title: Download and Display Map Tiles -Version: 0.7.0.0 +Version: 0.7.0 Authors@R: c(person(given = "Timothée", family = "Giraud", email = "timothee.giraud@cnrs.fr", @@ -19,7 +19,7 @@ Authors@R: c(person(given = "Timothée", role = c("ctb"))) Description: To create maps from tiles, 'maptiles' downloads, composes and displays tiles from a large number of providers (e.g. 'OpenStreetMap', - 'Stamen', 'Esri', 'CARTO', or 'Thunderforest'). + 'Stadia', 'Esri', 'CARTO', or 'Thunderforest'). URL: https://github.com/riatelab/maptiles/ BugReports: https://github.com/riatelab/maptiles/issues/ License: GPL-3 diff --git a/NEWS.md b/NEWS.md index d6a69fd..807871d 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,3 +1,12 @@ +# maptiles 0.7.0 + +## fix +- update tests with valid provider + +## feat +- improve doc in create_provider() for wms inspection (#) +- add *.webp tile extension support + # maptiles 0.6.1 ## fix diff --git a/codemeta.json b/codemeta.json index b31f571..2ab1ae9 100644 --- a/codemeta.json +++ b/codemeta.json @@ -2,18 +2,18 @@ "@context": "https://doi.org/10.5063/schema/codemeta-2.0", "@type": "SoftwareSourceCode", "identifier": "maptiles", - "description": "To create maps from tiles, 'maptiles' downloads, composes and displays tiles from a large number of providers (e.g. 'OpenStreetMap', 'Stamen', 'Esri', 'CARTO', or 'Thunderforest').", + "description": "To create maps from tiles, 'maptiles' downloads, composes and displays tiles from a large number of providers (e.g. 'OpenStreetMap', 'Stadia', 'Esri', 'CARTO', or 'Thunderforest').", "name": "maptiles: Download and Display Map Tiles", "codeRepository": "https://github.com/riatelab/maptiles/", "issueTracker": "https://github.com/riatelab/maptiles/issues/", "license": "https://spdx.org/licenses/GPL-3.0", - "version": "0.6.1", + "version": "0.7.0", "programmingLanguage": { "@type": "ComputerLanguage", "name": "R", "url": "https://r-project.org" }, - "runtimePlatform": "R version 4.3.1 (2023-06-16)", + "runtimePlatform": "R version 4.3.2 (2023-10-31)", "provider": { "@id": "https://cran.r-project.org", "@type": "Organization", @@ -168,5 +168,5 @@ }, "SystemRequirements": null }, - "fileSize": "1154.742KB" + "fileSize": "1160.077KB" }