Skip to content

Commit

Permalink
Change "Unclassified Road" to "Minor Road" (closes #2916)
Browse files Browse the repository at this point in the history
  • Loading branch information
bhousel committed Jan 21, 2016
1 parent 129eaa4 commit 5923d97
Show file tree
Hide file tree
Showing 7 changed files with 34 additions and 26 deletions.
34 changes: 21 additions & 13 deletions css/map.css
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand All @@ -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,
Expand All @@ -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,
Expand All @@ -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,
Expand All @@ -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,
Expand All @@ -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,
Expand All @@ -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,
Expand All @@ -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,
Expand All @@ -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,
Expand Down Expand Up @@ -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;
Expand Down
4 changes: 2 additions & 2 deletions data/presets.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2304,8 +2304,8 @@ en:
terms: "<translate with synonyms or related terms for 'Turning Circle', separated by commas>"
highway/unclassified:
# highway=unclassified
name: Unclassified Road
terms: "<translate with synonyms or related terms for 'Unclassified Road', separated by commas>"
name: Minor Road
terms: "<translate with synonyms or related terms for 'Minor Road', separated by commas>"
historic:
# 'historic=*'
name: Historic Site
Expand Down
2 changes: 1 addition & 1 deletion data/presets/presets.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion data/presets/presets/highway/unclassified.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,5 @@
"highway": "unclassified"
},
"terms": [],
"name": "Unclassified Road"
"name": "Minor Road"
}
2 changes: 1 addition & 1 deletion dist/locales/en.json

Large diffs are not rendered by default.

Binary file modified svg/iD-sprite.src.idraw
Binary file not shown.
16 changes: 8 additions & 8 deletions svg/iD-sprite.src.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 5923d97

Please sign in to comment.