mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-19 23:14:47 +02:00
Add presets for man_made=storage_tank and silo (closes #2662)
This commit is contained in:
@@ -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>"
|
||||
|
||||
@@ -286,6 +286,11 @@
|
||||
"type": "combo",
|
||||
"label": "Type"
|
||||
},
|
||||
"content": {
|
||||
"key": "content",
|
||||
"type": "combo",
|
||||
"label": "Contents"
|
||||
},
|
||||
"country": {
|
||||
"key": "country",
|
||||
"type": "combo",
|
||||
|
||||
@@ -0,0 +1,5 @@
|
||||
{
|
||||
"key": "content",
|
||||
"type": "combo",
|
||||
"label": "Contents"
|
||||
}
|
||||
@@ -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": [
|
||||
|
||||
@@ -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"
|
||||
}
|
||||
@@ -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"
|
||||
|
||||
Vendored
+11
@@ -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": ""
|
||||
|
||||
Reference in New Issue
Block a user