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:
Sarah Hoffmann
2020-01-08 23:53:23 +01:00
parent d732dc3bb2
commit ddaf1b79d4
3 changed files with 2 additions and 2 deletions

View File

@@ -98,6 +98,7 @@
"values" : {
"level_crossing" : "skip",
"no" : "skip",
"rail" : "extra",
"" : "main,with_name"
}
},

View File

@@ -98,6 +98,7 @@
"values" : {
"level_crossing" : "skip",
"no" : "skip",
"rail" : "skip",
"" : "main,with_name"
}
},