mirror of
https://github.com/FoggedLens/id-tagging-schema.git
synced 2026-05-21 07:46:49 +02:00
Make natural wood points unsearchable (#755)
This commit is contained in:
@@ -0,0 +1,17 @@
|
||||
{
|
||||
"icon": "maki-park-alt1",
|
||||
"fields": [
|
||||
"{natural/wood}"
|
||||
],
|
||||
"moreFields": [
|
||||
"{natural/wood}"
|
||||
],
|
||||
"geometry": [
|
||||
"point"
|
||||
],
|
||||
"tags": {
|
||||
"natural": "wood"
|
||||
},
|
||||
"searchable": false,
|
||||
"name": "{natural/wood}"
|
||||
}
|
||||
@@ -9,8 +9,7 @@
|
||||
"species/wikidata"
|
||||
],
|
||||
"geometry": [
|
||||
"area",
|
||||
"point"
|
||||
"area"
|
||||
],
|
||||
"tags": {
|
||||
"natural": "wood"
|
||||
|
||||
Reference in New Issue
Block a user