Files
iD/data/qa_errors.json
SilentSpike ebd206595a Use Osmose tiles API endpoint instead of issues
- Simplifies our code a little bit
- Quick to provide and gives us the `item` + `class` without requesting
all other information (the two things needed to know the error type)
- Removed handling of associated elements for now, need to implement
fetching for that data on a per-issue basis when the UI loads
- Set things up for the possibility of using the provided translation
strings (need to determine if desirable)

See: https://github.com/osm-fr/osmose-frontend/issues/193
2020-02-03 23:01:03 +00:00

83 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": {
"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"
}
}
}
}
}