structural changes, motorway handling
This commit is contained in:
committed by
Patrick Niklaus
parent
f12bb2fa2f
commit
cf5e722578
@@ -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