SpatiaLinesNetwork fix
NEW FEATURES
- stplanr now imports lwgeom, needed for
sf::st_length()
, used inSpatialLinesNetwork()
. - Plotting behaviour updated for
sfNetwork
objects: now only plots the geometry by default. - Improved documentation for
SpatialLinesNetwork()
andplot()
for spatial networks.
BUG FIXES
- Bug in
sum_network_routes()
fixed (see #240).