mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-24 09:04:02 +02:00
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:
+13
-1
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user