Remove last bits of GPX support code

This commit is contained in:
Patrick Niklaus
2016-03-01 23:44:07 +01:00
parent 82f7ab2ba5
commit a0b4fcc05a
3 changed files with 2 additions and 127 deletions
+1 -2
View File
@@ -62,8 +62,7 @@ template <typename Iterator, class HandlerT> struct APIGrammar : qi::grammar<Ite
destination_with_options = destination >> -location_options;
zoom = (-qi::lit('&')) >> qi::lit('z') >> '=' >>
qi::short_[boost::bind(&HandlerT::SetZoomLevel, handler, ::_1)];
output = (-qi::lit('&')) >> qi::lit("output") >> '=' >>
string[boost::bind(&HandlerT::SetOutputFormat, handler, ::_1)];
output = (-qi::lit('&')) >> qi::lit("output=json");
jsonp = (-qi::lit('&')) >> qi::lit("jsonp") >> '=' >>
stringwithPercent[boost::bind(&HandlerT::SetJSONpParameter, handler, ::_1)];
checksum = (-qi::lit('&')) >> qi::lit("checksum") >> '=' >>