Interactive maps are knitted to static ones. This PR adds a note to tutorials with such maps, so users are notified:
Note: run the code to see the interactive map.
I have updated all tutorials that mention leaflet:
spatial_wms_services: note added
spatial_create_leaflet_map: note added
spatial_transform_crs: note added
spatial_point_in_polygon: note added
spatial_transform_crs_2: note added
spatial_crs_coding: leaflet mentioned, but not rendered
The notes are added to the index.Rmd and then knitted to index.md, except for spatial_transform_crs_2 where I could not knit due to Google Auth issue. For that one I have included the note manually in index.md
Description
Interactive maps are knitted to static ones. This PR adds a note to tutorials with such maps, so users are notified:
I have updated all tutorials that mention
leaflet
:The notes are added to the
index.Rmd
and then knitted toindex.md
, except for spatial_transform_crs_2 where I could not knit due to Google Auth issue. For that one I have included the note manually inindex.md
Related Issue
74