access=destination and similar tags get parsed by extractor

This commit is contained in:
DennisOSRM
2012-03-21 15:41:38 +01:00
parent 1a224e2adc
commit bd2c99d9ec
3 changed files with 19 additions and 3 deletions
+1
View File
@@ -88,6 +88,7 @@ public:
// }
std::vector<std::string> textCoord;
for(unsigned i = 0; i < routeParameters.viaPoints.size(); ++i) {
textCoord.resize(0);
stringSplit (routeParameters.viaPoints[i], ',', textCoord);
if(textCoord.size() != 2) {
reply = http::Reply::stockReply(http::Reply::badRequest);