Skip to content

Commit 56e522b

Browse files
johnbaumsgadenbuie
andauthored
Fix url typo in morefeatures.Rmd (#860)
Co-authored-by: Garrick Aden-Buie <[email protected]>
1 parent bc7b4d2 commit 56e522b

File tree

8 files changed

+201
-136
lines changed

8 files changed

+201
-136
lines changed

docs/basemaps.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
<script src="libs/Proj4Leaflet/proj4leaflet.js"></script>
4141
<link href="libs/rstudio_leaflet/rstudio_leaflet.css" rel="stylesheet" />
4242
<script src="libs/leaflet-binding/leaflet.js"></script>
43-
<script src="libs/leaflet-providers/leaflet-providers_1.13.0.js"></script>
43+
<script src="libs/leaflet-providers/leaflet-providers_2.0.0.js"></script>
4444
<script src="libs/leaflet-providers-plugin/leaflet-providers-plugin.js"></script>
4545

4646
<style type="text/css">
@@ -339,7 +339,7 @@ <h3>Third-Party Tiles</h3>
339339
{
340340
"method": "addProviderTiles",
341341
"args": [
342-
"Stamen.Toner",
342+
null,
343343
null,
344344
null,
345345
{
@@ -561,7 +561,7 @@ <h3>Combining Tile Layers</h3>
561561
{
562562
"method": "addProviderTiles",
563563
"args": [
564-
"Stamen.TonerLines",
564+
null,
565565
null,
566566
null,
567567
{
@@ -575,7 +575,7 @@ <h3>Combining Tile Layers</h3>
575575
{
576576
"method": "addProviderTiles",
577577
"args": [
578-
"Stamen.TonerLabels",
578+
null,
579579
null,
580580
null,
581581
{

docs/choropleths.html

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
<script src="libs/Proj4Leaflet/proj4leaflet.js"></script>
4141
<link href="libs/rstudio_leaflet/rstudio_leaflet.css" rel="stylesheet" />
4242
<script src="libs/leaflet-binding/leaflet.js"></script>
43-
<script src="libs/leaflet-providers/leaflet-providers_1.13.0.js"></script>
43+
<script src="libs/leaflet-providers/leaflet-providers_2.0.0.js"></script>
4444
<script src="libs/leaflet-providers-plugin/leaflet-providers-plugin.js"></script>
4545

4646
<style type="text/css">
@@ -248,14 +248,6 @@ <h2>Choropleths</h2>
248248
choropleth tutorial</a> from the Leaflet.js website.</p>
249249
<p>The final result will look like this (scroll to the end to see the
250250
completed code):</p>
251-
<pre><code>## The legacy packages maptools, rgdal, and rgeos, underpinning the sp package,
252-
## which was just loaded, will retire in October 2023.
253-
## Please refer to R-spatial evolution reports for details, especially
254-
## https://r-spatial.org/r/2023/05/15/evolution4.html.
255-
## It may be desirable to make the sf package available;
256-
## package maintainers should consider adding sf to Suggests:.
257-
## The sp package is now running under evolution status 2
258-
## (status 2 uses the sf package in place of rgdal)</code></pre>
259251
<pre><code>## Registered S3 method overwritten by &#39;geojsonsf&#39;:
260252
## method from
261253
## print.geojson geojson</code></pre>

0 commit comments

Comments
 (0)