mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-22 00:07:03 +02:00
Add preset for area:highway=* (closes #2627)
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -187,6 +187,11 @@
|
||||
"type": "typeCombo",
|
||||
"label": "Type"
|
||||
},
|
||||
"area/highway": {
|
||||
"key": "area:highway",
|
||||
"type": "typeCombo",
|
||||
"label": "Type"
|
||||
},
|
||||
"artist": {
|
||||
"key": "artist_name",
|
||||
"type": "text",
|
||||
|
||||
@@ -0,0 +1,5 @@
|
||||
{
|
||||
"key": "area:highway",
|
||||
"type": "typeCombo",
|
||||
"label": "Type"
|
||||
}
|
||||
@@ -1968,6 +1968,18 @@
|
||||
],
|
||||
"matchScore": 0.1
|
||||
},
|
||||
"area/highway": {
|
||||
"fields": [
|
||||
"area/highway"
|
||||
],
|
||||
"geometry": [
|
||||
"area"
|
||||
],
|
||||
"tags": {
|
||||
"area:highway": "*"
|
||||
},
|
||||
"name": "Road Surface"
|
||||
},
|
||||
"barrier": {
|
||||
"geometry": [
|
||||
"point",
|
||||
|
||||
@@ -0,0 +1,12 @@
|
||||
{
|
||||
"fields": [
|
||||
"area/highway"
|
||||
],
|
||||
"geometry": [
|
||||
"area"
|
||||
],
|
||||
"tags": {
|
||||
"area:highway": "*"
|
||||
},
|
||||
"name": "Road Surface"
|
||||
}
|
||||
@@ -408,6 +408,9 @@
|
||||
"key": "area",
|
||||
"value": "yes"
|
||||
},
|
||||
{
|
||||
"key": "area:highway"
|
||||
},
|
||||
{
|
||||
"key": "barrier"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user