Skip to content
Snippets Groups Projects
Commit 0fb7d699 authored by Tom Rushby's avatar Tom Rushby
Browse files

Update with resource link

parent d8e8747c
No related branches found
No related tags found
1 merge request!3Cartograms example
This commit is part of merge request !3. Comments created here will be created in the context of that merge request.
......@@ -26,6 +26,8 @@ head(sf_data)
```
Draw the map using leaflet ([useful resource](https://rstudio.github.io/leaflet/)) ...
```{r}
# Useful lookup spatial reference for CRS
# https://spatialreference.org/ref/epsg/27700/
......@@ -85,6 +87,8 @@ Join to geography data ...
sf_data_elec <- left_join(sf_data,lsoa_elecData, by = c("LSOA11CD" = "Lower Layer Super Output Area (LSOA) Code"))
```
And re-draw the map ...
```{r}
# create popup first (using htmltools)
sf_data_elec$popup_text <-
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment