mirror of
https://github.com/FoggedLens/iD.git
synced 2026-02-13 01:02:58 +00:00
Add preset man_made=pumping_station
This commit is contained in:
@@ -2829,6 +2829,10 @@ en:
|
||||
# man_made=pipeline
|
||||
name: Pipeline
|
||||
terms: '<translate with synonyms or related terms for ''Pipeline'', separated by commas>'
|
||||
man_made/pumping_station:
|
||||
# man_made=pumping_station
|
||||
name: Pumping Station
|
||||
terms: '<translate with synonyms or related terms for ''Pumping Station'', separated by commas>'
|
||||
man_made/silo:
|
||||
# man_made=silo
|
||||
name: Silo
|
||||
|
||||
@@ -6597,6 +6597,16 @@
|
||||
},
|
||||
"name": "Pipeline"
|
||||
},
|
||||
"man_made/pumping_station": {
|
||||
"geometry": [
|
||||
"point",
|
||||
"area"
|
||||
],
|
||||
"tags": {
|
||||
"man_made": "pumping_station"
|
||||
},
|
||||
"name": "Pumping Station"
|
||||
},
|
||||
"man_made/silo": {
|
||||
"fields": [
|
||||
"building_area",
|
||||
|
||||
10
data/presets/presets/man_made/pumping_station.json
Normal file
10
data/presets/presets/man_made/pumping_station.json
Normal file
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"geometry": [
|
||||
"point",
|
||||
"area"
|
||||
],
|
||||
"tags": {
|
||||
"man_made": "pumping_station"
|
||||
},
|
||||
"name": "Pumping Station"
|
||||
}
|
||||
@@ -1510,6 +1510,10 @@
|
||||
"key": "man_made",
|
||||
"value": "pipeline"
|
||||
},
|
||||
{
|
||||
"key": "man_made",
|
||||
"value": "pumping_station"
|
||||
},
|
||||
{
|
||||
"key": "man_made",
|
||||
"value": "silo"
|
||||
|
||||
4
dist/locales/en.json
vendored
4
dist/locales/en.json
vendored
@@ -3128,6 +3128,10 @@
|
||||
"name": "Pipeline",
|
||||
"terms": ""
|
||||
},
|
||||
"man_made/pumping_station": {
|
||||
"name": "Pumping Station",
|
||||
"terms": ""
|
||||
},
|
||||
"man_made/silo": {
|
||||
"name": "Silo",
|
||||
"terms": "grain,corn,wheat"
|
||||
|
||||
Reference in New Issue
Block a user