mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-20 23:44:47 +02:00
Add Osmose issue detail fetching for UI
Must fetch details per-issue to get the associated OSM elements for highlighting and use in the error description. Also fixes URL for error closure.
This commit is contained in:
@@ -857,9 +857,6 @@ en:
|
||||
title: 'Highway intersecting highway'
|
||||
1070-10:
|
||||
title: 'Waterway intersecting waterway'
|
||||
1080-1:
|
||||
title: 'Orphan Nodes Cluster'
|
||||
description: 'A culster of nodes with no tags is present.'
|
||||
1150:
|
||||
title: 'Overlapping Similar Areas'
|
||||
description: '{0} and {1} overlap.'
|
||||
|
||||
@@ -34,6 +34,7 @@
|
||||
}
|
||||
},
|
||||
"osmose": {
|
||||
"items": ["0", "1040", "1050", "1070", "1150", "1280"],
|
||||
"errorTypes": {
|
||||
"0-1": {
|
||||
"icon": "maki-home"
|
||||
|
||||
Reference in New Issue
Block a user