return speed annotations

This commit is contained in:
karenzshea
2017-02-09 19:37:56 +01:00
committed by Patrick Niklaus
parent 1ed1bae249
commit 921ff43acf
6 changed files with 34 additions and 9 deletions
@@ -61,7 +61,8 @@ struct RouteParametersGrammar : public BaseParametersGrammar<Iterator, Signature
annotations_type.add("duration", AnnotationsType::Duration)(
"nodes", AnnotationsType::Nodes)("distance", AnnotationsType::Distance)(
"weight", AnnotationsType::Weight)("datasources", AnnotationsType::Datasources);
"weight", AnnotationsType::Weight)("datasources", AnnotationsType::Datasources)(
"speed", AnnotationsType::Speed);
base_rule =
BaseGrammar::base_rule(qi::_r1) |