mirror of
https://github.com/FoggedLens/iD.git
synced 2026-02-13 01:02:58 +00:00
@@ -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
|
||||
|
||||
@@ -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": [
|
||||
|
||||
19
data/presets/presets/man_made/watermill.json
Normal file
19
data/presets/presets/man_made/watermill.json
Normal file
@@ -0,0 +1,19 @@
|
||||
{
|
||||
"icon": "buddhism",
|
||||
"fields": [
|
||||
"building_area"
|
||||
],
|
||||
"geometry": [
|
||||
"point",
|
||||
"area"
|
||||
],
|
||||
"terms": [
|
||||
"water",
|
||||
"wheel",
|
||||
"mill"
|
||||
],
|
||||
"tags": {
|
||||
"man_made": "watermill"
|
||||
},
|
||||
"name": "Watermill"
|
||||
}
|
||||
19
data/presets/presets/man_made/windmill.json
Normal file
19
data/presets/presets/man_made/windmill.json
Normal file
@@ -0,0 +1,19 @@
|
||||
{
|
||||
"icon": "buddhism",
|
||||
"fields": [
|
||||
"building_area"
|
||||
],
|
||||
"geometry": [
|
||||
"point",
|
||||
"area"
|
||||
],
|
||||
"terms": [
|
||||
"wind",
|
||||
"wheel",
|
||||
"mill"
|
||||
],
|
||||
"tags": {
|
||||
"man_made": "windmill"
|
||||
},
|
||||
"name": "Windmill"
|
||||
}
|
||||
@@ -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"
|
||||
|
||||
8
dist/locales/en.json
vendored
8
dist/locales/en.json
vendored
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user