Merge branch 'unify' of https://github.com/SilentSpike/iD into SilentSpike-unify

This commit is contained in:
Bryan Housel
2019-02-05 10:41:08 -05:00
18 changed files with 261 additions and 277 deletions
+37
View File
@@ -0,0 +1,37 @@
{
"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": {
}
}
}
}