forked from organicmaps/organicmaps
[Experimental] Filter tags witn 'no' value during feature type recognition.
I don't remember, why I comment this early ...
This commit is contained in:
parent
732fd70285
commit
c00dd5678b
1 changed files with 2 additions and 2 deletions
|
@ -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<ToDo>(k, toDo, res));
|
||||
if (res) return res;
|
||||
|
|
Loading…
Add table
Reference in a new issue