Add search terms to Quarry preset (close #7730)

This commit is contained in:
Quincy Morgan
2020-09-03 15:12:29 -04:00
parent 1ab476d360
commit 493c334750
4 changed files with 11 additions and 3 deletions
+1
View File
@@ -5859,6 +5859,7 @@ en:
landuse/quarry:
# landuse=quarry
name: Quarry
# 'terms: aggregate quarry,open pit mine,sand mine,sand pit,sand quarry,sandpit'
terms: '<translate with synonyms or related terms for ''Quarry'', separated by commas>'
landuse/railway:
# landuse=railway
+1 -1
View File
@@ -649,7 +649,7 @@
"landuse/military/training_area": {"icon": "temaki-military", "fields": ["name"], "geometry": ["point", "area"], "tags": {"military": "training_area"}, "addTags": {"landuse": "military", "military": "training_area"}, "terms": ["air force", "army", "base", "fight", "fire", "force", "guard", "gun", "marine", "navy", "rifle", "shoot*", "snip*", "train", "troop", "war"], "name": "Military Training Area"},
"landuse/orchard": {"icon": "maki-park", "fields": ["name", "operator", "trees"], "moreFields": ["address", "email", "fax", "phone", "species/wikidata", "website"], "geometry": ["area"], "tags": {"landuse": "orchard"}, "terms": ["fruit"], "name": "Orchard"},
"landuse/plant_nursery": {"icon": "fas-seedling", "fields": ["name", "operator", "plant"], "moreFields": ["address", "email", "fax", "phone", "website"], "geometry": ["area"], "tags": {"landuse": "plant_nursery"}, "terms": ["flower", "garden", "grow", "vivero"], "name": "Plant Nursery"},
"landuse/quarry": {"icon": "temaki-pick_hammer", "geometry": ["area", "point"], "fields": ["name", "operator", "resource"], "moreFields": ["address", "email", "fax", "phone", "website"], "tags": {"landuse": "quarry"}, "terms": [], "name": "Quarry"},
"landuse/quarry": {"icon": "temaki-pick_hammer", "geometry": ["area", "point"], "fields": ["name", "operator", "resource"], "moreFields": ["address", "email", "fax", "phone", "website"], "tags": {"landuse": "quarry"}, "terms": ["aggregate quarry", "open pit mine", "sand mine", "sand pit", "sand quarry", "sandpit"], "name": "Quarry"},
"landuse/railway": {"icon": "temaki-train", "fields": ["operator"], "geometry": ["area"], "tags": {"landuse": "railway"}, "terms": ["rail", "train", "track"], "name": "Railway Corridor"},
"landuse/recreation_ground": {"icon": "maki-pitch", "geometry": ["area"], "fields": ["name"], "moreFields": ["address", "email", "fax", "phone", "website"], "tags": {"landuse": "recreation_ground"}, "terms": ["playing fields"], "name": "Recreation Ground"},
"landuse/religious": {"icon": "maki-place-of-worship", "geometry": ["area"], "fields": ["name", "religion", "denomination"], "moreFields": ["address", "email", "fax", "phone", "website"], "tags": {"landuse": "religious"}, "terms": ["christian", "churchyard", "hindu", "jewish", "mosque", "muslim", "place of worship", "shinto", "sikh", "taoist", "temple", "shrine", "synagogue"], "name": "Religious Area"},
+8 -1
View File
@@ -19,6 +19,13 @@
"tags": {
"landuse": "quarry"
},
"terms": [],
"terms": [
"aggregate quarry",
"open pit mine",
"sand mine",
"sand pit",
"sand quarry",
"sandpit"
],
"name": "Quarry"
}
+1 -1
View File
@@ -7767,7 +7767,7 @@
},
"landuse/quarry": {
"name": "Quarry",
"terms": ""
"terms": "aggregate quarry,open pit mine,sand mine,sand pit,sand quarry,sandpit"
},
"landuse/railway": {
"name": "Railway Corridor",