hide tram_*crossing presets

see https://github.com/openstreetmap/iD/pull/9306
This commit is contained in:
Martin Raifer 2022-09-26 19:17:59 +02:00
parent d5fece12ce
commit aadbc34ab7
No known key found for this signature in database
GPG key ID: 3CD561F7B1C461BD
5 changed files with 22 additions and 46 deletions

View file

@ -0,0 +1,11 @@
{
"icon": "temaki-crossing_tram_striped",
"geometry": [
"vertex"
],
"tags": {
"railway": "tram_crossing"
},
"name": "Tram-Path Crossing",
"searchable": false
}

View file

@ -0,0 +1,11 @@
{
"icon": "temaki-crossing_tram_solid",
"geometry": [
"vertex"
],
"tags": {
"railway": "tram_level_crossing"
},
"name": "Tram-Road Crossing",
"searchable": false
}

View file

@ -1,21 +0,0 @@
{
"icon": "temaki-crossing_tram_striped",
"geometry": [
"vertex"
],
"tags": {
"railway": "tram_crossing"
},
"terms": [
"crossing",
"grade crossing",
"level crossing",
"path tram crossing",
"pedestrian crossing",
"streetcar crossing",
"tram path crossing",
"tramway crossing",
"trolley crossing"
],
"name": "Tram-Path Crossing"
}

View file

@ -1,21 +0,0 @@
{
"icon": "temaki-crossing_tram_solid",
"geometry": [
"vertex"
],
"tags": {
"railway": "tram_level_crossing"
},
"terms": [
"crossing",
"grade crossing",
"level crossing",
"pedestrian crossing",
"road tram crossing",
"streetcar crossing",
"tram road crossing",
"tramway crossing",
"trolley crossing"
],
"name": "Tram-Road Crossing"
}