Skip to content

Commit

Permalink
Make natural wood points unsearchable (#755)
Browse files Browse the repository at this point in the history
  • Loading branch information
arch0345 committed Jan 23, 2023
1 parent 9512192 commit 720d973
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 2 deletions.
17 changes: 17 additions & 0 deletions data/presets/natural/_wood.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
{
"icon": "maki-park-alt1",
"fields": [
"{natural/wood}"
],
"moreFields": [
"{natural/wood}"
],
"geometry": [
"point"
],
"tags": {
"natural": "wood"
},
"searchable": false,
"name": "{natural/wood}"
}
3 changes: 1 addition & 2 deletions data/presets/natural/wood.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,7 @@
"species/wikidata"
],
"geometry": [
"area",
"point"
"area"
],
"tags": {
"natural": "wood"
Expand Down

0 comments on commit 720d973

Please sign in to comment.