KAMI911 / osm_poi_matchmaker

OSM POI Matchmaker
GNU General Public License v3.0
9 stars 4 forks source link

Make possible to add bad words on OSM 'online' search #92

Closed KAMI911 closed 2 years ago

KAMI911 commented 3 years ago

Sometimes there are POIs with same type around each other. This may causes overwriting of POIs from other name and brands. In this issue I will try to avoid this with a preconfigured field called poi_search_avoid_name that contains a name or regexp or "(a corp|b inc)" like string. Any names or brands are matching with this string will be skipped during the online matching phase.

Database string field name is poi_common: poi_search_avoid_name

KAMI911 commented 2 years ago

Competed.