BREAKING CHANGE, REPROCESS YOUR OSM FILES

Information if its possible at all to turn at the end of edges is propagated through the complete toolchain
This commit is contained in:
Dennis Luxen
2010-09-30 15:40:48 +00:00
parent 94cfb4aad7
commit 5637c2f92a
6 changed files with 23 additions and 19 deletions
+3 -1
View File
@@ -75,7 +75,9 @@ public:
bool shortcut : 1;
bool forward : 1;
bool backward : 1;
short type;
short type:6;
bool forwardTurn:1;
bool backwardTurn:1;
_MiddleName middleName;
} data;