Create a tmap object for visualizing the classified cycle network
Source:R/osmactive.R
plot_osm_tmap.Rd
Create a tmap object for visualizing the classified cycle network
Usage
plot_osm_tmap(
cycle_network_classified,
popup.vars = c("name", "osm_id", "cycle_segregation", "distance_to_road", "maxspeed",
"highway", "cycleway", "bicycle", "lanes", "width", "surface", "other_tags"),
lwd = 4,
palette = get_palette_npt()
)