mirror of
https://github.com/FoggedLens/iD.git
synced 2026-02-13 17:23:02 +00:00
Filters out errors not present in the data .json file to enable selective support since Osmose has a wide variety of errors which may be too advanced for iD. Also added processing for the elements associated with an error for forced visibility and highlighting.
45 lines
1.2 KiB
JSON
45 lines
1.2 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": {
|
|
"1070-1": {
|
|
"icon": "maki-home",
|
|
"category": "structure"
|
|
}
|
|
}
|
|
}
|
|
}
|
|
} |