-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Open
Description
Our current implementation only stores the applicable RoadAccess for cars:
graphhopper/core/src/main/java/com/graphhopper/routing/util/parsers/OSMRoadAccessParser.java
Lines 35 to 37 in 91afeb7
| public OSMRoadAccessParser() { | |
| this(new EnumEncodedValue<>(RoadAccess.KEY, RoadAccess.class), toOSMRestrictions(TransportationMode.CAR)); | |
| } |
There is already an open issue regarding access handling(#1835) but it seems to be more focused on the FlagEncoder/Weighting perspective. Before we can tackle this, we'd need to figure out how we want to store parsed access restrictions for multiple transportation modes in the graph.
Without this we can't properly express truck routing via a CustomModel.
Related: #223
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels