diff --git a/settings/import-extratags.style b/settings/import-extratags.style index b7c5223b..d1ae5511 100644 --- a/settings/import-extratags.style +++ b/settings/import-extratags.style @@ -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", diff --git a/settings/import-full.style b/settings/import-full.style index e446f18a..0e2d62e7 100644 --- a/settings/import-full.style +++ b/settings/import-full.style @@ -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",