]> git.openstreetmap.org Git - nominatim.git/commitdiff
Merge pull request #1921 from lonvia/skip-over-traffic-signs
authorSarah Hoffmann <lonvia@denofr.de>
Wed, 19 Aug 2020 09:50:28 +0000 (11:50 +0200)
committerGitHub <noreply@github.com>
Wed, 19 Aug 2020 09:50:28 +0000 (11:50 +0200)
Remove traffic signs from full styles

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",