mirror of
https://github.com/FoggedLens/id-tagging-schema.git
synced 2026-08-13 14:50:22 +02:00
add hidden preset for man_made=yes
This commit is contained in:
@@ -16,7 +16,7 @@
|
||||
"tags": {
|
||||
"man_made": "*"
|
||||
},
|
||||
"matchScore": 0.95,
|
||||
"matchScore": 0.4,
|
||||
"searchable": false,
|
||||
"name": "Man Made Feature"
|
||||
}
|
||||
|
||||
@@ -14,5 +14,5 @@
|
||||
],
|
||||
"name": "Barrier (Unspecified Type)",
|
||||
"searchable": false,
|
||||
"matchScore": 0.45
|
||||
"matchScore": 0.5
|
||||
}
|
||||
|
||||
@@ -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)"
|
||||
}
|
||||
Reference in New Issue
Block a user