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
No known key found for this signature in database
GPG key ID: 3CD561F7B1C461BD
4 changed files with 25 additions and 2 deletions

View file

@ -16,7 +16,7 @@
"tags": {
"man_made": "*"
},
"matchScore": 0.95,
"matchScore": 0.4,
"searchable": false,
"name": "Man Made Feature"
}

View file

@ -14,5 +14,5 @@
],
"name": "Barrier (Unspecified Type)",
"searchable": false,
"matchScore": 0.45
"matchScore": 0.5
}

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)"
}