return speed annotations
This commit is contained in:
committed by
Patrick Niklaus
parent
1ed1bae249
commit
921ff43acf
@@ -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) |
|
||||
|
||||
Reference in New Issue
Block a user