Skip to content

Commit 720d973

Browse files
authored
Make natural wood points unsearchable (#755)
1 parent 9512192 commit 720d973

File tree

2 files changed

+18
-2
lines changed

2 files changed

+18
-2
lines changed

data/presets/natural/_wood.json

+17
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
{
2+
"icon": "maki-park-alt1",
3+
"fields": [
4+
"{natural/wood}"
5+
],
6+
"moreFields": [
7+
"{natural/wood}"
8+
],
9+
"geometry": [
10+
"point"
11+
],
12+
"tags": {
13+
"natural": "wood"
14+
},
15+
"searchable": false,
16+
"name": "{natural/wood}"
17+
}

data/presets/natural/wood.json

+1-2
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,7 @@
99
"species/wikidata"
1010
],
1111
"geometry": [
12-
"area",
13-
"point"
12+
"area"
1413
],
1514
"tags": {
1615
"natural": "wood"

0 commit comments

Comments
 (0)