mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-16 22:03:37 +02:00
add preset to noexit=yes
This commit is contained in:
@@ -3280,6 +3280,11 @@ en:
|
||||
name: Wood
|
||||
# 'terms: tree'
|
||||
terms: '<translate with synonyms or related terms for ''Wood'', separated by commas>'
|
||||
noexit/yes:
|
||||
# noexit=yes
|
||||
name: No Exit
|
||||
# 'terms: no exit,road end,dead end'
|
||||
terms: '<translate with synonyms or related terms for ''No Exit'', separated by commas>'
|
||||
office:
|
||||
# office=*
|
||||
name: Office
|
||||
|
||||
@@ -8160,6 +8160,21 @@
|
||||
],
|
||||
"name": "Wood"
|
||||
},
|
||||
"noexit/yes": {
|
||||
"icon": "roadblock",
|
||||
"geometry": [
|
||||
"vertex"
|
||||
],
|
||||
"terms": [
|
||||
"no exit",
|
||||
"road end",
|
||||
"dead end"
|
||||
],
|
||||
"tags": {
|
||||
"noexit": "yes"
|
||||
},
|
||||
"name": "No Exit"
|
||||
},
|
||||
"office": {
|
||||
"icon": "commercial",
|
||||
"fields": [
|
||||
|
||||
@@ -0,0 +1,15 @@
|
||||
{
|
||||
"icon": "roadblock",
|
||||
"geometry": [
|
||||
"vertex"
|
||||
],
|
||||
"terms": [
|
||||
"no exit",
|
||||
"road end",
|
||||
"dead end"
|
||||
],
|
||||
"tags": {
|
||||
"noexit": "yes"
|
||||
},
|
||||
"name": "No Exit"
|
||||
}
|
||||
@@ -1793,6 +1793,10 @@
|
||||
"key": "natural",
|
||||
"value": "wood"
|
||||
},
|
||||
{
|
||||
"key": "noexit",
|
||||
"value": "yes"
|
||||
},
|
||||
{
|
||||
"key": "office"
|
||||
},
|
||||
|
||||
Vendored
+4
@@ -3632,6 +3632,10 @@
|
||||
"name": "Wood",
|
||||
"terms": "tree"
|
||||
},
|
||||
"noexit/yes": {
|
||||
"name": "No Exit",
|
||||
"terms": "no exit,road end,dead end"
|
||||
},
|
||||
"office": {
|
||||
"name": "Office",
|
||||
"terms": ""
|
||||
|
||||
Reference in New Issue
Block a user