mirror of
https://codeberg.org/comaps/comaps
synced 2025-12-21 13:53:37 +00:00
[routing] Support conditional routing
Signed-off-by: Henry Sternberg <henry@bluelightmaps.com>
This commit is contained in:
@@ -64,13 +64,7 @@ public:
|
||||
case Header::WithoutAccessConditional: DeserializeAccess(src, vehicleType, roadAccess); break;
|
||||
case Header::WithAccessConditional:
|
||||
DeserializeAccess(src, vehicleType, roadAccess);
|
||||
|
||||
/// @todo By VNG: WTF?
|
||||
// access:conditional should be switch off for release 10.0 and probably for the next one.
|
||||
// It means that they should be switch off for cross_mwm section generation and for runtime.
|
||||
// To switch on access:conditional the line below should be uncommented.
|
||||
// Also tests in routing/routing_tests/road_access_test.cpp should be uncommented.
|
||||
// DeserializeAccessConditional(src, vehicleType, roadAccess);
|
||||
DeserializeAccessConditional(src, vehicleType, roadAccess);
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user