Adding some more railway presets

This commit is contained in:
JamesKingdom
2017-07-31 12:59:40 +01:00
parent 4135511d31
commit 8b8f1f5b89
5 changed files with 73 additions and 0 deletions
+13
View File
@@ -0,0 +1,13 @@
{
"icon": "roadblock",
"geometry": [
"vertex"
],
"tags": {
"railway": "derail"
},
"terms": [
"derailer"
],
"name": "Railway Derailer"
}
@@ -0,0 +1,15 @@
{
"icon": "roadblock",
"geometry": [
"point",
"vertex"
],
"tags": {
"railway": "milestone"
},
"terms": [
"milestone",
"marker"
],
"name": "Railway Milestone"
}
+15
View File
@@ -0,0 +1,15 @@
{
"icon": "poi-junction",
"geometry": [
"point",
"vertex"
],
"tags": {
"railway": "signal"
},
"terms": [
"signal",
"lights"
],
"name": "Railway Signal"
}
+14
View File
@@ -0,0 +1,14 @@
{
"icon": "poi-junction",
"geometry": [
"vertex"
],
"tags": {
"railway": "switch"
},
"terms": [
"switch",
"points"
],
"name": "Railway Switch"
}
+16
View File
@@ -0,0 +1,16 @@
{
"icon": "rail",
"geometry": [
"point",
"vertex",
"area"
],
"tags": {
"railway": "wash"
},
"terms": [
"wash",
"clean"
],
"name": "Railway Wash"
}