structural changes, motorway handling
This commit is contained in:
committed by
Patrick Niklaus
parent
3fa9672d9a
commit
b06dddaf5e
@@ -51,7 +51,7 @@ struct NodeBasedEdgeData
|
||||
bool IsCompatibleTo(const NodeBasedEdgeData &other) const
|
||||
{
|
||||
return (reversed == other.reversed) && (name_id == other.name_id) &&
|
||||
(travel_mode == other.travel_mode);
|
||||
(travel_mode == other.travel_mode && road_classification == other.road_classification);
|
||||
}
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user