mirror of
https://github.com/openstreetmap/id-tagging-schema.git
synced 2025-10-27 04:43:52 +01:00
Add search terms to more presets
This commit is contained in:
parent
679616c451
commit
f07914f5a1
63 changed files with 304 additions and 64 deletions
|
|
@ -12,7 +12,6 @@
|
|||
"tags": {
|
||||
"landuse": "churchyard"
|
||||
},
|
||||
"terms": [],
|
||||
"searchable": false,
|
||||
"name": "Churchyard"
|
||||
}
|
||||
|
|
|
|||
|
|
@ -9,7 +9,11 @@
|
|||
"tags": {
|
||||
"landuse": "brownfield"
|
||||
},
|
||||
"terms": [],
|
||||
"terms": [
|
||||
"development",
|
||||
"industrial",
|
||||
"lot"
|
||||
],
|
||||
"matchScore": 0.9,
|
||||
"name": "Brownfield"
|
||||
}
|
||||
|
|
|
|||
|
|
@ -16,7 +16,9 @@
|
|||
"tags": {
|
||||
"landuse": "commercial"
|
||||
},
|
||||
"terms": [],
|
||||
"terms": [
|
||||
"offices"
|
||||
],
|
||||
"matchScore": 0.9,
|
||||
"name": "Commercial Area"
|
||||
}
|
||||
|
|
|
|||
|
|
@ -16,6 +16,8 @@
|
|||
"tags": {
|
||||
"landuse": "garages"
|
||||
},
|
||||
"terms": [],
|
||||
"terms": [
|
||||
"parking"
|
||||
],
|
||||
"name": "Garage Landuse"
|
||||
}
|
||||
|
|
|
|||
|
|
@ -9,7 +9,10 @@
|
|||
"tags": {
|
||||
"landuse": "greenfield"
|
||||
},
|
||||
"terms": [],
|
||||
"terms": [
|
||||
"development",
|
||||
"lot"
|
||||
],
|
||||
"matchScore": 0.9,
|
||||
"name": "Greenfield"
|
||||
}
|
||||
|
|
|
|||
|
|
@ -17,7 +17,10 @@
|
|||
"tags": {
|
||||
"landuse": "industrial"
|
||||
},
|
||||
"terms": [],
|
||||
"terms": [
|
||||
"factory",
|
||||
"manufacturing"
|
||||
],
|
||||
"matchScore": 0.9,
|
||||
"name": "Industrial Area"
|
||||
}
|
||||
|
|
|
|||
|
|
@ -16,7 +16,15 @@
|
|||
"tags": {
|
||||
"landuse": "military"
|
||||
},
|
||||
"terms": [],
|
||||
"terms": [
|
||||
"air force",
|
||||
"army",
|
||||
"base",
|
||||
"coast guard",
|
||||
"marines",
|
||||
"navy",
|
||||
"security"
|
||||
],
|
||||
"matchScore": 0.9,
|
||||
"name": "Military Area"
|
||||
}
|
||||
|
|
|
|||
|
|
@ -10,7 +10,9 @@
|
|||
"tags": {
|
||||
"landuse": "residential"
|
||||
},
|
||||
"terms": [],
|
||||
"terms": [
|
||||
"housing"
|
||||
],
|
||||
"matchScore": 0.9,
|
||||
"name": "Residential Area"
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue