mirror of
https://github.com/osm-search/Nominatim.git
synced 2026-03-13 14:24:08 +00:00
Merge pull request #1921 from lonvia/skip-over-traffic-signs
Remove traffic signs from full styles
This commit is contained in:
@@ -76,6 +76,9 @@
|
|||||||
"mini_roundabout" : "skip",
|
"mini_roundabout" : "skip",
|
||||||
"noexit" : "skip",
|
"noexit" : "skip",
|
||||||
"crossing" : "skip",
|
"crossing" : "skip",
|
||||||
|
"give_way" : "skip",
|
||||||
|
"stop" : "skip",
|
||||||
|
"street_lamp" : "main,with_name",
|
||||||
"traffic_signals" : "main,with_name",
|
"traffic_signals" : "main,with_name",
|
||||||
"service" : "main,with_name",
|
"service" : "main,with_name",
|
||||||
"cycleway" : "main,with_name",
|
"cycleway" : "main,with_name",
|
||||||
|
|||||||
@@ -76,6 +76,9 @@
|
|||||||
"mini_roundabout" : "skip",
|
"mini_roundabout" : "skip",
|
||||||
"noexit" : "skip",
|
"noexit" : "skip",
|
||||||
"crossing" : "skip",
|
"crossing" : "skip",
|
||||||
|
"give_way" : "skip",
|
||||||
|
"stop" : "skip",
|
||||||
|
"street_lamp" : "main,with_name",
|
||||||
"traffic_signals" : "main,with_name",
|
"traffic_signals" : "main,with_name",
|
||||||
"service" : "main,with_name",
|
"service" : "main,with_name",
|
||||||
"cycleway" : "main,with_name",
|
"cycleway" : "main,with_name",
|
||||||
|
|||||||
Reference in New Issue
Block a user