mirror of
https://github.com/FoggedLens/id-tagging-schema.git
synced 2026-05-19 23:14:41 +02:00
make sure shop=yes/office=yes have lower match score than other presets
see https://github.com/openstreetmap/id-tagging-schema/issues/399#issuecomment-1039810923
This commit is contained in:
@@ -14,5 +14,6 @@
|
||||
"office": "yes"
|
||||
},
|
||||
"searchable": false,
|
||||
"matchScore": 0.5,
|
||||
"name": "Office (Unspecified Type)"
|
||||
}
|
||||
|
||||
@@ -13,5 +13,6 @@
|
||||
"shop": "yes"
|
||||
},
|
||||
"searchable": false,
|
||||
"matchScore": 0.5,
|
||||
"name": "Shop (Unspecified Type)"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user