diff --git a/generator/osm2type.cpp b/generator/osm2type.cpp index 2302fd9102..af506e927e 100644 --- a/generator/osm2type.cpp +++ b/generator/osm2type.cpp @@ -476,8 +476,8 @@ namespace ftype { continue; // this means "no" - //if (get_mark_value(k, v) == -1) - // continue; + if (get_mark_value(k, v) == -1) + continue; strings::Tokenize(v, ";", tags_wrapper(k, toDo, res)); if (res) return res;