mirror of
https://github.com/FoggedLens/iD.git
synced 2026-02-13 09:12:52 +00:00
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.
84 lines
2.3 KiB
JSON
84 lines
2.3 KiB
JSON
{
|
|
"services": {
|
|
"improveOSM": {
|
|
"errorTypes": {
|
|
"ow": {
|
|
"icon": "fas-long-arrow-alt-right",
|
|
"category": "routing"
|
|
},
|
|
"mr-both": {
|
|
"icon": "maki-car",
|
|
"category": "geometry"
|
|
},
|
|
"mr-parking": {
|
|
"icon": "maki-parking",
|
|
"category": "geometry"
|
|
},
|
|
"mr-path": {
|
|
"icon": "maki-shoe",
|
|
"category": "geometry"
|
|
},
|
|
"mr-road": {
|
|
"icon": "maki-car",
|
|
"category": "geometry"
|
|
},
|
|
"tr": {
|
|
"icon": "temaki-junction",
|
|
"category": "routing"
|
|
}
|
|
}
|
|
},
|
|
"keepRight": {
|
|
"errorTypes": {
|
|
|
|
}
|
|
},
|
|
"osmose": {
|
|
"items": ["0", "1040", "1050", "1070", "1150", "1280"],
|
|
"errorTypes": {
|
|
"0-1": {
|
|
"icon": "maki-home"
|
|
},
|
|
"0-2": {
|
|
"icon": "maki-home"
|
|
},
|
|
"1040-1": {
|
|
"icon": "maki-square-stroked"
|
|
},
|
|
"1050-1": {
|
|
"icon": "maki-circle-stroked"
|
|
},
|
|
"1050-1050": {
|
|
"icon": "maki-circle-stroked"
|
|
},
|
|
"1150-1": {
|
|
"icon": "far-clone"
|
|
},
|
|
"1150-2": {
|
|
"icon": "far-clone"
|
|
},
|
|
"1150-3": {
|
|
"icon": "far-clone"
|
|
},
|
|
"1070-1": {
|
|
"icon": "maki-home"
|
|
},
|
|
"1070-4": {
|
|
"icon": "maki-dam"
|
|
},
|
|
"1070-5": {
|
|
"icon": "maki-dam"
|
|
},
|
|
"1070-8": {
|
|
"icon": "maki-cross"
|
|
},
|
|
"1070-10": {
|
|
"icon": "maki-cross"
|
|
},
|
|
"1280-1": {
|
|
"icon": "maki-attraction"
|
|
}
|
|
}
|
|
}
|
|
}
|
|
} |