Skip to content

Commit

Permalink
gazetteer: ignore name:suffix tag
Browse files Browse the repository at this point in the history
  • Loading branch information
lonvia committed Apr 8, 2018
1 parent e70ae2a commit 31a12d3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions output-gazetteer.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@ void place_tag_processor::process_tags(osmium::OSMObject const &o)
if (boost::ends_with(k, "source")) {
// ignore
} else if (strcmp(k, "name:prefix") == 0 ||
strcmp(k, "name:suffix") == 0 ||
strcmp(k, "name:botanical") == 0 ||
boost::ends_with(k, "wikidata")) {
extratags.push_back(&item);
Expand Down

0 comments on commit 31a12d3

Please sign in to comment.