add --osmfilter option

This commit is contained in:
Patrick Brosi 2022-01-11 17:32:50 +01:00
parent 6473dcdb52
commit c25d174e60
14 changed files with 185 additions and 30 deletions

View file

@ -319,6 +319,7 @@ std::string HttpServer::compress(const std::string& str, std::string* enc) {
*enc = "gzip";
return ret;
#else
UNUSED(enc);
return str;
#endif
}