Add search terms to more presets

This commit is contained in:
Quincy Morgan 2020-11-30 11:07:36 -05:00
parent 679616c451
commit f07914f5a1
63 changed files with 304 additions and 64 deletions

View file

@ -12,7 +12,6 @@
"tags": {
"landuse": "churchyard"
},
"terms": [],
"searchable": false,
"name": "Churchyard"
}

View file

@ -9,7 +9,11 @@
"tags": {
"landuse": "brownfield"
},
"terms": [],
"terms": [
"development",
"industrial",
"lot"
],
"matchScore": 0.9,
"name": "Brownfield"
}

View file

@ -16,7 +16,9 @@
"tags": {
"landuse": "commercial"
},
"terms": [],
"terms": [
"offices"
],
"matchScore": 0.9,
"name": "Commercial Area"
}

View file

@ -16,6 +16,8 @@
"tags": {
"landuse": "garages"
},
"terms": [],
"terms": [
"parking"
],
"name": "Garage Landuse"
}

View file

@ -9,7 +9,10 @@
"tags": {
"landuse": "greenfield"
},
"terms": [],
"terms": [
"development",
"lot"
],
"matchScore": 0.9,
"name": "Greenfield"
}

View file

@ -17,7 +17,10 @@
"tags": {
"landuse": "industrial"
},
"terms": [],
"terms": [
"factory",
"manufacturing"
],
"matchScore": 0.9,
"name": "Industrial Area"
}

View file

@ -16,7 +16,15 @@
"tags": {
"landuse": "military"
},
"terms": [],
"terms": [
"air force",
"army",
"base",
"coast guard",
"marines",
"navy",
"security"
],
"matchScore": 0.9,
"name": "Military Area"
}

View file

@ -10,7 +10,9 @@
"tags": {
"landuse": "residential"
},
"terms": [],
"terms": [
"housing"
],
"matchScore": 0.9,
"name": "Residential Area"
}