Fixes issue #136
This commit is contained in:
parent
d3bf394b16
commit
4aaecfb4f9
@ -189,7 +189,6 @@ public:
|
|||||||
}
|
}
|
||||||
|
|
||||||
if ( w.useful && w.access && (1 < w.path.size()) ) { //Only true if the way is specified by the speed profile
|
if ( w.useful && w.access && (1 < w.path.size()) ) { //Only true if the way is specified by the speed profile
|
||||||
//TODO: type is not set, perhaps use a bimap'ed speed profile to do set the type correctly?
|
|
||||||
w.type = settings.GetHighwayTypeID(highway);
|
w.type = settings.GetHighwayTypeID(highway);
|
||||||
if(0 > w.type) {
|
if(0 > w.type) {
|
||||||
ERR("Resolved highway " << highway << " to " << w.type);
|
ERR("Resolved highway " << highway << " to " << w.type);
|
||||||
|
Loading…
Reference in New Issue
Block a user