add hidden preset for man_made=yes

This commit is contained in:
Martin Raifer
2022-07-22 18:18:52 +02:00
parent 4332abd7f6
commit da65b12c45
4 changed files with 25 additions and 2 deletions
+1 -1
View File
@@ -16,7 +16,7 @@
"tags": {
"man_made": "*"
},
"matchScore": 0.95,
"matchScore": 0.4,
"searchable": false,
"name": "Man Made Feature"
}
+1 -1
View File
@@ -14,5 +14,5 @@
],
"name": "Barrier (Unspecified Type)",
"searchable": false,
"matchScore": 0.45
"matchScore": 0.5
}
+20
View File
@@ -0,0 +1,20 @@
{
"icon": "temaki-storage_tank",
"fields": [
"name",
"man_made",
"{man_made}"
],
"geometry": [
"point",
"vertex",
"line",
"area"
],
"tags": {
"man_made": "yes"
},
"matchScore": 0.5,
"searchable": false,
"name": "Man Made Feature (Unspecified Type)"
}