Add embankment presets

This commit is contained in:
John Firebaugh
2013-11-21 13:35:22 -08:00
parent d403ab9eb1
commit 9e6eacb698
5 changed files with 54 additions and 0 deletions
+6
View File
@@ -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>"
+20
View File
@@ -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"
+10
View File
@@ -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
}
+8
View File
@@ -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": ""