add --osmfilter option
This commit is contained in:
parent
6473dcdb52
commit
c25d174e60
14 changed files with 185 additions and 30 deletions
|
|
@ -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
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue