mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-19 15:08:23 +02:00
Add embankment presets
This commit is contained in:
@@ -544,6 +544,9 @@ en:
|
||||
building/residential:
|
||||
name: Residential Building
|
||||
terms: "<translate with synonyms or related terms for 'Residential Building', separated by commas>"
|
||||
embankment:
|
||||
name: Embankment
|
||||
terms: "<translate with synonyms or related terms for 'Embankment', separated by commas>"
|
||||
emergency/ambulance_station:
|
||||
name: Ambulance Station
|
||||
terms: "<translate with synonyms or related terms for 'Ambulance Station', separated by commas>"
|
||||
@@ -823,6 +826,9 @@ en:
|
||||
man_made/cutline:
|
||||
name: Cut line
|
||||
terms: "<translate with synonyms or related terms for 'Cut line', separated by commas>"
|
||||
man_made/embankment:
|
||||
name: Embankment
|
||||
terms: "<translate with synonyms or related terms for 'Embankment', separated by commas>"
|
||||
man_made/flagpole:
|
||||
name: Flagpole
|
||||
terms: "<translate with synonyms or related terms for 'Flagpole', separated by commas>"
|
||||
|
||||
@@ -1622,6 +1622,16 @@
|
||||
},
|
||||
"name": "Residential Building"
|
||||
},
|
||||
"embankment": {
|
||||
"geometry": [
|
||||
"line"
|
||||
],
|
||||
"tags": {
|
||||
"embankment": "yes"
|
||||
},
|
||||
"name": "Embankment",
|
||||
"matchScore": 0.2
|
||||
},
|
||||
"emergency/ambulance_station": {
|
||||
"fields": [
|
||||
"operator"
|
||||
@@ -3041,6 +3051,16 @@
|
||||
},
|
||||
"name": "Cut line"
|
||||
},
|
||||
"man_made/embankment": {
|
||||
"geometry": [
|
||||
"line"
|
||||
],
|
||||
"tags": {
|
||||
"man_made": "embankment"
|
||||
},
|
||||
"name": "Embankment",
|
||||
"searchable": false
|
||||
},
|
||||
"man_made/flagpole": {
|
||||
"geometry": [
|
||||
"point"
|
||||
|
||||
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"geometry": [
|
||||
"line"
|
||||
],
|
||||
"tags": {
|
||||
"embankment": "yes"
|
||||
},
|
||||
"name": "Embankment",
|
||||
"matchScore": 0.2
|
||||
}
|
||||
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"geometry": [
|
||||
"line"
|
||||
],
|
||||
"tags": {
|
||||
"man_made": "embankment"
|
||||
},
|
||||
"name": "Embankment",
|
||||
"searchable": false
|
||||
}
|
||||
Vendored
+8
@@ -1144,6 +1144,10 @@
|
||||
"name": "Residential Building",
|
||||
"terms": ""
|
||||
},
|
||||
"embankment": {
|
||||
"name": "Embankment",
|
||||
"terms": ""
|
||||
},
|
||||
"emergency/ambulance_station": {
|
||||
"name": "Ambulance Station",
|
||||
"terms": ""
|
||||
@@ -1516,6 +1520,10 @@
|
||||
"name": "Cut line",
|
||||
"terms": ""
|
||||
},
|
||||
"man_made/embankment": {
|
||||
"name": "Embankment",
|
||||
"terms": ""
|
||||
},
|
||||
"man_made/flagpole": {
|
||||
"name": "Flagpole",
|
||||
"terms": ""
|
||||
|
||||
Reference in New Issue
Block a user