You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Bump minimum R version from 3.5.0 to 3.6.0 since that's a requirement for one of our indirect dependencies (i.e. evaluate).
Adjusted the SQL syntax used inside oe_get_network so that the queries are compatible with GDAL 3.10 (#298).
The output of oe_get_network does not drop elements tagged as access = 'no' as long as the foot/bicycle/motor_vehicle key (according to the chosen mode of transport) is equal to yes, permissive, or designated (#289).
MINOR CHANGES
Updated the osmconf.ini file to be in synch with the GDAL version.
Added oneway column by default when using oe_get_network(mode = "driving"), which indicates if a link represents a uni-directional road (#296)
Furthermore, oe_get_network(mode = "driving") always include the motor_vehicle field (see #303).