Skip to content

Commit

Permalink
add non-searchable "Planter (Barrier)" preset
Browse files Browse the repository at this point in the history
This allows to show the "access" field if a man_made=planter vertex has also the barrier=planter tag.
  • Loading branch information
tyrasd committed Jun 22, 2022
1 parent 2cccadf commit 87e795f
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 0 deletions.
16 changes: 16 additions & 0 deletions data/presets/barrier/_planter.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
{
"icon": "maki-garden",
"fields": [
"access",
"material"
],
"geometry": [
"vertex"
],
"tags": {
"barrier": "planter",
"man_made": "planter"
},
"name": "Planter (Barrier)",
"searchable": false
}
1 change: 1 addition & 0 deletions data/presets/man_made/planter.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,6 @@
"tags": {
"man_made": "planter"
},
"matchScore": 0.9,
"name": "Planter"
}

0 comments on commit 87e795f

Please sign in to comment.