]> git.openstreetmap.org Git - nominatim.git/commitdiff
remove traffic signs from full styles
authorSarah Hoffmann <lonvia@denofr.de>
Sat, 15 Aug 2020 20:37:45 +0000 (22:37 +0200)
committerSarah Hoffmann <lonvia@denofr.de>
Sat, 15 Aug 2020 20:37:45 +0000 (22:37 +0200)
Traffic signs rarely have name and are therefore mostly not
searchable. Remove them completely. Allow street lamps only when
they have a name. Removes about 2M object from a planet instance.

settings/import-extratags.style
settings/import-full.style

index b7c5223ba8fdb623c9b9f199df99ce9ea63bfab4..d1ae5511f0c95a8335fa2d01342ff57c0d46162b 100644 (file)
@@ -76,6 +76,9 @@
         "mini_roundabout" : "skip",
         "noexit" : "skip",
         "crossing" : "skip",
+        "give_way" : "skip",
+        "stop" : "skip",
+        "street_lamp" : "main,with_name",
         "traffic_signals" : "main,with_name",
         "service" : "main,with_name",
         "cycleway" : "main,with_name",
index e446f18a02ff7555b1ec26775c3cb0e15a2c0bf8..0e2d62e7ca992917a62579a21f8a5dd6af0ff74b 100644 (file)
@@ -76,6 +76,9 @@
         "mini_roundabout" : "skip",
         "noexit" : "skip",
         "crossing" : "skip",
+        "give_way" : "skip",
+        "stop" : "skip",
+        "street_lamp" : "main,with_name",
         "traffic_signals" : "main,with_name",
         "service" : "main,with_name",
         "cycleway" : "main,with_name",