mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-28 10:51:45 +02:00
Change "Unclassified Road" to "Minor Road" (closes #2916)
This commit is contained in:
+21
-13
@@ -647,19 +647,6 @@ path.casing.tag-tertiary {
|
||||
stroke:#7f7f3f;
|
||||
}
|
||||
|
||||
.preset-icon .icon.highway-unclassified {
|
||||
color: #eaeaea;
|
||||
fill: #444;
|
||||
}
|
||||
path.stroke.tag-highway-unclassified,
|
||||
path.stroke.tag-unclassified {
|
||||
stroke:#eaeaea;
|
||||
}
|
||||
path.casing.tag-highway-unclassified,
|
||||
path.casing.tag-unclassified {
|
||||
stroke:#444;
|
||||
}
|
||||
|
||||
.preset-icon .icon.highway-residential {
|
||||
color: #fff;
|
||||
fill: #444;
|
||||
@@ -675,6 +662,7 @@ path.casing.tag-residential {
|
||||
|
||||
/* narrow highways */
|
||||
path.stroke.tag-highway-living_street,
|
||||
path.stroke.tag-highway-unclassified,
|
||||
path.stroke.tag-highway-service,
|
||||
path.stroke.tag-highway-track,
|
||||
path.stroke.tag-highway-path,
|
||||
@@ -686,6 +674,7 @@ path.stroke.tag-highway-pedestrian,
|
||||
path.stroke.tag-highway-steps,
|
||||
path.stroke.tag-highway-road,
|
||||
path.stroke.tag-living_street,
|
||||
path.stroke.tag-unclassified,
|
||||
path.stroke.tag-service,
|
||||
path.stroke.tag-track,
|
||||
path.stroke.tag-path,
|
||||
@@ -699,6 +688,7 @@ path.stroke.tag-road {
|
||||
stroke-width:4;
|
||||
}
|
||||
path.casing.tag-highway-living_street,
|
||||
path.casing.tag-highway-unclassified,
|
||||
path.casing.tag-highway-service,
|
||||
path.casing.tag-highway-track,
|
||||
path.casing.tag-highway-path,
|
||||
@@ -710,6 +700,7 @@ path.casing.tag-highway-pedestrian,
|
||||
path.casing.tag-highway-steps,
|
||||
path.casing.tag-highway-road,
|
||||
path.casing.tag-living_street,
|
||||
path.casing.tag-unclassified,
|
||||
path.casing.tag-service,
|
||||
path.casing.tag-track,
|
||||
path.casing.tag-path,
|
||||
@@ -724,6 +715,7 @@ path.casing.tag-road {
|
||||
}
|
||||
|
||||
.low-zoom path.stroke.tag-highway-living_street,
|
||||
.low-zoom path.stroke.tag-highway-unclassified,
|
||||
.low-zoom path.stroke.tag-highway-service,
|
||||
.low-zoom path.stroke.tag-highway-track,
|
||||
.low-zoom path.stroke.tag-highway-path,
|
||||
@@ -735,6 +727,7 @@ path.casing.tag-road {
|
||||
.low-zoom path.stroke.tag-highway-steps,
|
||||
.low-zoom path.stroke.tag-highway-road,
|
||||
.low-zoom path.stroke.tag-living_street,
|
||||
.low-zoom path.stroke.tag-unclassified,
|
||||
.low-zoom path.stroke.tag-service,
|
||||
.low-zoom path.stroke.tag-track,
|
||||
.low-zoom path.stroke.tag-path,
|
||||
@@ -748,6 +741,7 @@ path.casing.tag-road {
|
||||
stroke-width:2;
|
||||
}
|
||||
.low-zoom path.casing.tag-highway-living_street,
|
||||
.low-zoom path.casing.tag-highway-unclassified,
|
||||
.low-zoom path.casing.tag-highway-service,
|
||||
.low-zoom path.casing.tag-highway-track,
|
||||
.low-zoom path.casing.tag-highway-path,
|
||||
@@ -759,6 +753,7 @@ path.casing.tag-road {
|
||||
.low-zoom path.casing.tag-highway-steps,
|
||||
.low-zoom path.casing.tag-highway-road,
|
||||
.low-zoom path.casing.tag-living_street,
|
||||
.low-zoom path.casing.tag-unclassified,
|
||||
.low-zoom path.casing.tag-service,
|
||||
.low-zoom path.casing.tag-track,
|
||||
.low-zoom path.casing.tag-path,
|
||||
@@ -810,6 +805,19 @@ path.casing.tag-pedestrian.tag-unpaved {
|
||||
stroke-dasharray: none;
|
||||
}
|
||||
|
||||
.preset-icon .icon.highway-unclassified {
|
||||
color: #eee;
|
||||
fill: #444;
|
||||
}
|
||||
path.stroke.tag-highway-unclassified,
|
||||
path.stroke.tag-unclassified {
|
||||
stroke:#eee;
|
||||
}
|
||||
path.casing.tag-highway-unclassified,
|
||||
path.casing.tag-unclassified {
|
||||
stroke:#444;
|
||||
}
|
||||
|
||||
.preset-icon .icon.highway-road {
|
||||
color: #9e9e9e;
|
||||
fill: #666;
|
||||
|
||||
Reference in New Issue
Block a user