mirror of
https://github.com/osm-search/Nominatim.git
synced 2024-11-30 02:07:52 +03:00
remove traffic signs from full styles
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.
This commit is contained in:
parent
a163ea63c5
commit
071db1fae7
@ -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",
|
||||||
|
Loading…
Reference in New Issue
Block a user