Give missing maxspeed its own marker color style

There are a lot of these
This commit is contained in:
Bryan Housel
2019-01-03 18:45:21 -05:00
parent d0343c9fa7
commit 10ece546f4
+4 -1
View File
@@ -88,7 +88,6 @@
.kr_error_type_110, /* poi without name */
.kr_error_type_150, /* railway crossing without tag */
.kr_error_type_220, /* misspelled tag */
.kr_error_type_300, /* missing maxspeed */
.kr_error_type_380, /* non-physical sport tag */
.kr_error_type_390 { /* missing tracktype */
color: #5d0;
@@ -124,6 +123,10 @@
color: #ace;
}
.kr_error_type_300 { /* missing maxspeed */
color: #090;
}
.kr_error_type_360, /* language unknown */
.kr_error_type_370, /* doubled places */
.kr_error_type_410 { /* website issues */