Add support for even more Osmose error types

- Conflicting tags
- Orthographic errors (excess whitespace and all capital names)
- Deprecated tagging
- Bad use of the "area" tag
This commit is contained in:
SilentSpike
2019-12-31 22:23:09 +00:00
parent 406264c37e
commit 9fca611ec1
7 changed files with 75 additions and 7 deletions
+4
View File
@@ -177,15 +177,19 @@
.osmose.item-3040,
.osmose.item-3090,
.osmose.item-3161,
.osmose.item-3200,
.osmose.item-3220,
.osmose.item-3250 {
color: #2D9359;
}
.osmose.item-4010,
.osmose.item-4030,
.osmose.item-4080 {
color: #F2F230;
}
.osmose.item-5010,
.osmose.item-5070 {
color: #EC0000;
}