]> git.openstreetmap.org Git - nominatim.git/blobdiff - lib-lua/themes/nominatim/presets.lua
exclude more tourism=information types
[nominatim.git] / lib-lua / themes / nominatim / presets.lua
index 7afb204a7694b93d9a14108455beadb37dd25984..aa51ac14c70a192cdf7dd93b577f6715b04c3bdc 100644 (file)
@@ -190,7 +190,10 @@ module.MAIN_TAGS_POIS = function (group)
     historic = {'always',
                 yes = group,
                 no = group},
-    information = {include_when_tag_present('tourism', 'information')},
+    information = {include_when_tag_present('tourism', 'information'),
+                   yes = 'delete',
+                   route_marker = 'never',
+                   trail_blaze = 'never'},
     junction = {'fallback',
                 no = group},
     leisure = {'always',
@@ -228,7 +231,7 @@ module.MAIN_TAGS_POIS = function (group)
     tourism = {'always',
                no = group,
                yes = group,
-               information = 'fallback'},
+               information = exclude_when_key_present('information')},
     tunnel = {'named_with_key',
               no = group}
 } end