mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-24 17:14:04 +02:00
Fix areaKeys whitelist/blacklist and blacklist junction=roundabout
(closes #2484)
This commit is contained in:
@@ -1829,6 +1829,9 @@ en:
|
||||
relation:
|
||||
name: Relation
|
||||
terms: "<translate with synonyms or related terms for 'Relation', separated by commas>"
|
||||
roundabout:
|
||||
name: Roundabout
|
||||
terms: "<translate with synonyms or related terms for 'Roundabout', separated by commas>"
|
||||
route/ferry:
|
||||
name: Ferry Route
|
||||
terms: "<translate with synonyms or related terms for 'Ferry Route', separated by commas>"
|
||||
|
||||
@@ -6804,6 +6804,17 @@
|
||||
"relation"
|
||||
]
|
||||
},
|
||||
"roundabout": {
|
||||
"geometry": [
|
||||
"vertex",
|
||||
"line"
|
||||
],
|
||||
"tags": {
|
||||
"junction": "roundabout"
|
||||
},
|
||||
"name": "Roundabout",
|
||||
"searchable": false
|
||||
},
|
||||
"route/ferry": {
|
||||
"icon": "ferry",
|
||||
"geometry": [
|
||||
|
||||
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"geometry": [
|
||||
"vertex",
|
||||
"line"
|
||||
],
|
||||
"tags": {
|
||||
"junction": "roundabout"
|
||||
},
|
||||
"name": "Roundabout",
|
||||
"searchable": false
|
||||
}
|
||||
@@ -1629,6 +1629,10 @@
|
||||
"key": "railway",
|
||||
"value": "tram"
|
||||
},
|
||||
{
|
||||
"key": "junction",
|
||||
"value": "roundabout"
|
||||
},
|
||||
{
|
||||
"key": "route",
|
||||
"value": "ferry"
|
||||
|
||||
Reference in New Issue
Block a user