Skip to content

Commit ed3dc3a

Browse files
committed
merge with changes from main
Merge branch 'main' into v0.4.1 # Conflicts: # docs/articles/Making_maps_with_cancensus.html
2 parents 7cd2692 + 851ef3e commit ed3dc3a

3 files changed

Lines changed: 7 additions & 7 deletions

File tree

docs/articles/Making_maps_with_cancensus.html

Lines changed: 5 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/pkgdown.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ articles:
88
cancensus: cancensus.html
99
data_discovery: data_discovery.html
1010
intersecting_geometries: intersecting_geometries.html
11-
last_built: 2021-01-24T07:48Z
11+
last_built: 2021-01-24T07:54Z
1212
urls:
1313
reference: https://mountainmath.github.io/cancensus/index.html/reference
1414
article: https://mountainmath.github.io/cancensus/index.html/articles

vignettes/Making_maps_with_cancensus.Rmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ ggplot(toronto) + geom_sf(aes(fill = median_hh_income), colour = "grey") +
8080

8181
# Interactive maps with leaflet
8282

83-
The [leaflet](http://leafletjs.com) library is a mainstay behind interactive web maps, and RStudio has [package](https://rstudio.github.io/leaflet/) that allows creation of interactive leaflet maps without having to leave R or use Javascript.
83+
The [leaflet](https://leafletjs.com) library is a mainstay behind interactive web maps, and RStudio has [package](https://rstudio.github.io/leaflet/) that allows creation of interactive leaflet maps without having to leave R or use Javascript.
8484

8585
Leaflet for R can natively read in `sf` or `sp` class objects. Leaflet maps use a tile layer server to generate the base maps on which your data is plotted. There's a number of different base layers available to use, although some require third party API keys. A gallery of available basemaps can be found [here](http://leaflet-extras.github.io/leaflet-providers/preview/index.html).
8686
```{r message=FALSE, warning=FALSE, include=FALSE}

0 commit comments

Comments
 (0)