Fixes issue #136

This commit is contained in:
DennisOSRM 2012-02-21 10:34:17 +01:00
parent d3bf394b16
commit 4aaecfb4f9

View File

@ -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
//TODO: type is not set, perhaps use a bimap'ed speed profile to do set the type correctly?
w.type = settings.GetHighwayTypeID(highway);
if(0 > w.type) {
ERR("Resolved highway " << highway << " to " << w.type);