Add support for more Osmose error types

- Unconnected level crossings
- Unconnected highway features/barries
- Unexpected punctuation/symbols in tag values
- Unbalanced parentheses/quotes in name values
- Invalid date formats
- Access tagging that permits all transport modes
- Elements with a "name" tag and no main tagging
- Relations missing a "type" value
This commit is contained in:
SilentSpike
2019-12-31 18:16:36 +00:00
parent cc3039033f
commit c13eb15691
10 changed files with 165 additions and 10 deletions
+13 -1
View File
@@ -165,12 +165,19 @@
.osmose.category-1070,
.osmose.category-1080,
.osmose.category-1150,
.osmose.category-1190,
.osmose.category-1280 {
color: #DCB000;
}
.osmose.category-2110 {
color: #2CDCDC;
}
.osmose.category-3040,
.osmose.category-3090,
.osmose.category-3161,
.osmose.category-3220,
.osmose.category-3250 {
color: #2D9359;
}
@@ -179,7 +186,12 @@
color: #F2F230;
}
.osmose.category-7040 {
.osmose.category-5070 {
color: #EC0000;
}
.osmose.category-7040,
.osmose.category-7090 {
color: #9F16B4;
}