mirror of
https://github.com/osm-search/Nominatim.git
synced 2026-02-16 15:47:58 +00:00
remove special handling of rail
Skip railway=rail in the style, so that installations can remove it if they wish.
This commit is contained in:
@@ -98,6 +98,7 @@
|
||||
"values" : {
|
||||
"level_crossing" : "skip",
|
||||
"no" : "skip",
|
||||
"rail" : "extra",
|
||||
"" : "main,with_name"
|
||||
}
|
||||
},
|
||||
|
||||
@@ -98,6 +98,7 @@
|
||||
"values" : {
|
||||
"level_crossing" : "skip",
|
||||
"no" : "skip",
|
||||
"rail" : "skip",
|
||||
"" : "main,with_name"
|
||||
}
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user