Add windmill and watermill presets

(closes #4168)
This commit is contained in:
Bryan Housel
2017-07-21 10:37:12 -04:00
parent e55f680d33
commit 121f1f8fde
6 changed files with 102 additions and 0 deletions

View File

@@ -3309,6 +3309,16 @@ en:
# man_made=water_works
name: Water Works
terms: '<translate with synonyms or related terms for ''Water Works'', separated by commas>'
man_made/watermill:
# man_made=watermill
name: Watermill
# 'terms: water,wheel,mill'
terms: '<translate with synonyms or related terms for ''Watermill'', separated by commas>'
man_made/windmill:
# man_made=windmill
name: Windmill
# 'terms: wind,wheel,mill'
terms: '<translate with synonyms or related terms for ''Windmill'', separated by commas>'
man_made/works:
# man_made=works
name: Factory

View File

@@ -8632,6 +8632,44 @@
},
"name": "Water Works"
},
"man_made/watermill": {
"icon": "buddhism",
"fields": [
"building_area"
],
"geometry": [
"point",
"area"
],
"terms": [
"water",
"wheel",
"mill"
],
"tags": {
"man_made": "watermill"
},
"name": "Watermill"
},
"man_made/windmill": {
"icon": "buddhism",
"fields": [
"building_area"
],
"geometry": [
"point",
"area"
],
"terms": [
"wind",
"wheel",
"mill"
],
"tags": {
"man_made": "windmill"
},
"name": "Windmill"
},
"man_made/works": {
"icon": "industry",
"fields": [

View File

@@ -0,0 +1,19 @@
{
"icon": "buddhism",
"fields": [
"building_area"
],
"geometry": [
"point",
"area"
],
"terms": [
"water",
"wheel",
"mill"
],
"tags": {
"man_made": "watermill"
},
"name": "Watermill"
}

View File

@@ -0,0 +1,19 @@
{
"icon": "buddhism",
"fields": [
"building_area"
],
"geometry": [
"point",
"area"
],
"terms": [
"wind",
"wheel",
"mill"
],
"tags": {
"man_made": "windmill"
},
"name": "Windmill"
}

View File

@@ -1773,6 +1773,14 @@
"key": "man_made",
"value": "water_works"
},
{
"key": "man_made",
"value": "watermill"
},
{
"key": "man_made",
"value": "windmill"
},
{
"key": "man_made",
"value": "works"

View File

@@ -4003,6 +4003,14 @@
"name": "Water Works",
"terms": ""
},
"man_made/watermill": {
"name": "Watermill",
"terms": "water,wheel,mill"
},
"man_made/windmill": {
"name": "Windmill",
"terms": "wind,wheel,mill"
},
"man_made/works": {
"name": "Factory",
"terms": "assembly,build,brewery,car,plant,plastic,processing,manufacture,refinery"