Add presets for man_made=storage_tank and silo (closes #2662)

This commit is contained in:
Bryan Housel
2015-05-28 09:42:49 -04:00
parent 043239a38b
commit 840e3727cb
8 changed files with 113 additions and 0 deletions
+8
View File
@@ -157,6 +157,8 @@ en:
label: Collection Times
construction:
label: Type
content:
label: Contents
country:
label: Country
covered:
@@ -1591,6 +1593,12 @@ en:
man_made/pipeline:
name: Pipeline
terms: "<translate with synonyms or related terms for 'Pipeline', separated by commas>"
man_made/silo:
name: Silo
terms: "<translate with synonyms or related terms for 'Silo', separated by commas>"
man_made/storage_tank:
name: Storage Tank
terms: "<translate with synonyms or related terms for 'Storage Tank', separated by commas>"
man_made/survey_point:
name: Survey Point
terms: "<translate with synonyms or related terms for 'Survey Point', separated by commas>"
+5
View File
@@ -286,6 +286,11 @@
"type": "combo",
"label": "Type"
},
"content": {
"key": "content",
"type": "combo",
"label": "Contents"
},
"country": {
"key": "country",
"type": "combo",
+5
View File
@@ -0,0 +1,5 @@
{
"key": "content",
"type": "combo",
"label": "Contents"
}
+38
View File
@@ -5538,6 +5538,44 @@
},
"name": "Pipeline"
},
"man_made/silo": {
"fields": [
"building_area",
"crop"
],
"geometry": [
"point",
"area"
],
"terms": [
"grain",
"corn",
"wheat"
],
"tags": {
"man_made": "silo"
},
"name": "Silo"
},
"man_made/storage_tank": {
"fields": [
"building_area",
"content"
],
"geometry": [
"point",
"area"
],
"terms": [
"oil",
"gas",
"petrol"
],
"tags": {
"man_made": "storage_tank"
},
"name": "Storage Tank"
},
"man_made/survey_point": {
"icon": "monument",
"fields": [
+19
View File
@@ -0,0 +1,19 @@
{
"fields": [
"building_area",
"crop"
],
"geometry": [
"point",
"area"
],
"terms": [
"grain",
"corn",
"wheat"
],
"tags": {
"man_made": "silo"
},
"name": "Silo"
}
@@ -0,0 +1,19 @@
{
"fields": [
"building_area",
"content"
],
"geometry": [
"point",
"area"
],
"terms": [
"oil",
"gas",
"petrol"
],
"tags": {
"man_made": "storage_tank"
},
"name": "Storage Tank"
}
+8
View File
@@ -1299,6 +1299,14 @@
"key": "man_made",
"value": "pipeline"
},
{
"key": "man_made",
"value": "silo"
},
{
"key": "man_made",
"value": "storage_tank"
},
{
"key": "man_made",
"value": "survey_point"
+11
View File
@@ -765,6 +765,9 @@
"construction": {
"label": "Type"
},
"content": {
"label": "Contents"
},
"country": {
"label": "Country"
},
@@ -2688,6 +2691,14 @@
"name": "Pipeline",
"terms": ""
},
"man_made/silo": {
"name": "Silo",
"terms": "grain,corn,wheat"
},
"man_made/storage_tank": {
"name": "Storage Tank",
"terms": "oil,gas,petrol"
},
"man_made/survey_point": {
"name": "Survey Point",
"terms": ""