From 1c7dc80eed80d1fe3ca84d50341a94aa0d68c8dd Mon Sep 17 00:00:00 2001 From: mpadge Date: Thu, 18 Jul 2024 16:02:58 +0200 Subject: [PATCH] update urls [ci skip] --- DESCRIPTION | 2 +- codemeta.json | 2 +- vignettes/mapstyles.Rmd | 6 +++--- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/DESCRIPTION b/DESCRIPTION index ff050e4..f06038b 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,6 +1,6 @@ Package: mapscanner Title: Print Maps, Draw on Them, Scan Them Back in -Version: 0.1.0.007 +Version: 0.1.0.008 Authors@R: c( person("Mark", "Padgham", , "mark.padgham@email.com", role = c("aut", "cre")), person("Michael D.", "Sumner", , "mdsumner@gmail.com", role = "aut"), diff --git a/codemeta.json b/codemeta.json index 323f067..eca41f2 100644 --- a/codemeta.json +++ b/codemeta.json @@ -7,7 +7,7 @@ "codeRepository": "https://github.com/ropensci/mapscanner", "issueTracker": "https://github.com/ropensci/mapscanner/issues", "license": "https://spdx.org/licenses/GPL-3.0", - "version": "0.1.0.007", + "version": "0.1.0.008", "programmingLanguage": { "@type": "ComputerLanguage", "name": "R", diff --git a/vignettes/mapstyles.Rmd b/vignettes/mapstyles.Rmd index 19c3ea6..5d58b44 100644 --- a/vignettes/mapstyles.Rmd +++ b/vignettes/mapstyles.Rmd @@ -33,13 +33,13 @@ text below, and are: 1. `style = "light"` - the generally recommended style for `mapscanner`, ["designed to provide geographic context while highlighting the data on your analytics dashboard, data visualization, or data - overlay](https://www.mapbox.com/maps/light/). + overlay](https://www.mapbox.com/maps/light). 2. `style = "streets"`, which is, ["a comprehensive, general-purpose map that emphasizes accurate, legible - styling of road and transit networks](https://www.mapbox.com/maps/streets/). + styling of road and transit networks](https://www.mapbox.com/maps/streets). 3. `style = "outdoors"`, which is, ["a general-purpose map with curated tilesets and specialized styling tailored to hiking, biking, and the most - adventurous use cases"](https://www.mapbox.com/maps/outdoors/). + adventurous use cases"](https://www.mapbox.com/maps/outdoors). Alternatively, these different styles can be examined for any desired area with the following code.