Add preset for area:highway=* (closes #2627)

This commit is contained in:
Bryan Housel
2015-07-08 21:34:49 -04:00
parent d0cb74638f
commit ee00564a6c
7 changed files with 51 additions and 0 deletions
+7
View File
@@ -143,6 +143,9 @@ en:
amenity:
# 'amenity=*'
label: Type
area/highway:
# 'area:highway=*'
label: Type
artist:
# 'artist_name=*'
label: Artist
@@ -1496,6 +1499,10 @@ en:
# area=yes
name: Area
terms: "<translate with synonyms or related terms for 'Area', separated by commas>"
area/highway:
# 'area:highway=*'
name: Road Surface
terms: "<translate with synonyms or related terms for 'Road Surface', separated by commas>"
barrier:
# 'barrier=*'
name: Barrier
+5
View File
@@ -187,6 +187,11 @@
"type": "typeCombo",
"label": "Type"
},
"area/highway": {
"key": "area:highway",
"type": "typeCombo",
"label": "Type"
},
"artist": {
"key": "artist_name",
"type": "text",
+5
View File
@@ -0,0 +1,5 @@
{
"key": "area:highway",
"type": "typeCombo",
"label": "Type"
}
+12
View File
@@ -1968,6 +1968,18 @@
],
"matchScore": 0.1
},
"area/highway": {
"fields": [
"area/highway"
],
"geometry": [
"area"
],
"tags": {
"area:highway": "*"
},
"name": "Road Surface"
},
"barrier": {
"geometry": [
"point",
+12
View File
@@ -0,0 +1,12 @@
{
"fields": [
"area/highway"
],
"geometry": [
"area"
],
"tags": {
"area:highway": "*"
},
"name": "Road Surface"
}
+3
View File
@@ -408,6 +408,9 @@
"key": "area",
"value": "yes"
},
{
"key": "area:highway"
},
{
"key": "barrier"
},