Hi, I would like to limit the list of OSM tags my Nominatim server makes use of. I found:
I couldn't find any documentation. Anyone knows? Best, Helge asked 24 Sep '15, 16:34 Helge Fahrnb... |
One Answer:
There is no simple configuration file for the tag selection. Tag processing is (still) hard-coded, so you have to hack a bit of code to achieve what you want. The main tag filtering and categorizing happens in answered 24 Sep '15, 20:52 lonvia |
That's great, thank you! So the two settings files are to be ignored, right?
Yes, the files can be ignored. phrase_settings.php is used only when importing special phrases from the Wiki and partitionedtags.def isn't used at all anymore.