Lower matchScore of generic Boundary preset to be below that of the Administrative Boundary preset (close #7118)

This commit is contained in:
Quincy Morgan
2019-12-13 09:55:14 -05:00
parent ff506fc332
commit bc56d2c599
2 changed files with 3 additions and 2 deletions

View File

@@ -4,7 +4,7 @@
"aeroway": {"icon": "maki-airport", "fields": ["aeroway"], "geometry": ["point", "vertex", "line", "area"], "tags": {"aeroway": "*"}, "searchable": false, "name": "Aeroway"},
"amenity": {"fields": ["amenity"], "geometry": ["point", "vertex", "line", "area"], "tags": {"amenity": "*"}, "searchable": false, "name": "Amenity"},
"attraction": {"icon": "maki-star", "fields": ["name", "attraction", "operator", "opening_hours", "fee", "charge_fee"], "moreFields": ["address", "email", "fax", "opening_hours", "payment_multi", "phone", "website"], "geometry": ["point", "vertex", "line", "area"], "tags": {"attraction": "*"}, "searchable": false, "name": "Attraction"},
"boundary": {"fields": ["boundary"], "geometry": ["line"], "tags": {"boundary": "*"}, "searchable": false, "name": "Boundary"},
"boundary": {"fields": ["boundary"], "geometry": ["line"], "tags": {"boundary": "*"}, "searchable": false, "name": "Boundary", "matchScore": 0.45},
"building_point": {"icon": "maki-home", "fields": ["{building}"], "moreFields": ["{building}"], "geometry": ["point"], "tags": {"building": "*"}, "matchScore": 0.6, "searchable": false, "name": "Building"},
"embankment": {"geometry": ["line"], "tags": {"embankment": "yes"}, "name": "Embankment", "matchScore": 0.2, "searchable": false},
"emergency": {"fields": ["emergency_combo"], "geometry": ["point", "vertex", "area"], "tags": {"emergency": "*"}, "searchable": false, "name": "Emergency Feature"},

View File

@@ -9,5 +9,6 @@
"boundary": "*"
},
"searchable": false,
"name": "Boundary"
"name": "Boundary",
"matchScore": 0.45
}