mirror of
https://github.com/openstreetmap/id-tagging-schema.git
synced 2025-10-28 05:13:50 +01:00
hide tram_*crossing presets
see https://github.com/openstreetmap/iD/pull/9306
This commit is contained in:
parent
d5fece12ce
commit
aadbc34ab7
5 changed files with 22 additions and 46 deletions
11
data/presets/railway/_tram_crossing.json
Normal file
11
data/presets/railway/_tram_crossing.json
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
{
|
||||
"icon": "temaki-crossing_tram_striped",
|
||||
"geometry": [
|
||||
"vertex"
|
||||
],
|
||||
"tags": {
|
||||
"railway": "tram_crossing"
|
||||
},
|
||||
"name": "Tram-Path Crossing",
|
||||
"searchable": false
|
||||
}
|
||||
11
data/presets/railway/_tram_level_crossing.json
Normal file
11
data/presets/railway/_tram_level_crossing.json
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
{
|
||||
"icon": "temaki-crossing_tram_solid",
|
||||
"geometry": [
|
||||
"vertex"
|
||||
],
|
||||
"tags": {
|
||||
"railway": "tram_level_crossing"
|
||||
},
|
||||
"name": "Tram-Road Crossing",
|
||||
"searchable": false
|
||||
}
|
||||
|
|
@ -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"
|
||||
}
|
||||
|
|
@ -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"
|
||||
}
|
||||
|
|
@ -9088,13 +9088,9 @@ en:
|
|||
railway/tram_crossing:
|
||||
# railway=tram_crossing | Translate the primary name. Optionally, add equivalent synonyms on newlines in order of preference (press the Return key).
|
||||
name: Tram-Path Crossing
|
||||
# 'terms: crossing,grade crossing,level crossing,path tram crossing,pedestrian crossing,streetcar crossing,tram path crossing,tramway crossing,trolley crossing'
|
||||
terms: <translate with synonyms or related terms for 'Tram-Path Crossing', separated by commas>
|
||||
railway/tram_level_crossing:
|
||||
# railway=tram_level_crossing | Translate the primary name. Optionally, add equivalent synonyms on newlines in order of preference (press the Return key).
|
||||
name: Tram-Road Crossing
|
||||
# 'terms: crossing,grade crossing,level crossing,pedestrian crossing,road tram crossing,streetcar crossing,tram road crossing,tramway crossing,trolley crossing'
|
||||
terms: <translate with synonyms or related terms for 'Tram-Road Crossing', separated by commas>
|
||||
railway/tram_stop:
|
||||
# railway=tram_stop | Translate the primary name. Optionally, add equivalent synonyms on newlines in order of preference (press the Return key).
|
||||
name: Tram Stopping Position
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue