Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

use "narrow road" styling for all link roads #10722

Merged
merged 1 commit into from
Feb 12, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 4 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -42,6 +42,7 @@ _Breaking developer changes, which may affect downstream projects or sites that
* Also show search result for coordinates in `lon/lat` order in search results ([#10720], thanks [@Deeptanshu-sankhwar])
* Linkify keys & tags in the preset docs from the wiki ([#10763], thanks [@k-yle])
* Allow broken (unclosed) areas to be continued ([#9635], thanks [@k-yle])
* Render `*_link` roads narrower than their "regular" counterpart ([#10722])
#### :scissors: Operations
* Fix splitting of closed ways (or areas) when two or more split-points are selected
#### :camera: Street-Level
@@ -57,6 +58,7 @@ _Breaking developer changes, which may affect downstream projects or sites that
* Fix too dim markers of selected/hovered photo of some street level imagery layers ([#10755], thanks [@draunger])
* Fix `+` symbol appearing in changeset comments from external tools ([#10766], thanks [@k-yle])
#### :earth_asia: Localization
* Add `housename` to address format in Bolivia ([#10727])
#### :hourglass: Performance
#### :mortar_board: Walkthrough / Help
#### :rocket: Presets
@@ -67,6 +69,8 @@ _Breaking developer changes, which may affect downstream projects or sites that
[#10003]: https://github.com/openstreetmap/iD/pull/10003
[#10648]: https://github.com/openstreetmap/iD/pull/10648
[#10720]: https://github.com/openstreetmap/iD/issues/10720
[#10722]: https://github.com/openstreetmap/iD/pull/10722
[#10727]: https://github.com/openstreetmap/iD/issues/10727
[#10747]: https://github.com/openstreetmap/iD/issues/10747
[#10748]: https://github.com/openstreetmap/iD/issues/10748
[#10755]: https://github.com/openstreetmap/iD/issues/10755
@@ -118,7 +122,6 @@ _Breaking developer changes, which may affect downstream projects or sites that
* Add Ladin (language code `lld`) as an available option for multilingual names
* Add 30 indigenous languages as dropdown options for multilingual names ([#10684], thanks [@k-yle])
* Add `lang`uage attributes to input fields for multilingual names, as well as wikidata and wikipedia fields ([#10716], thanks [@mapmeld])
* Add `housename` to address format in Bolivia ([#10727])
#### :hourglass: Performance
#### :mortar_board: Walkthrough / Help
* Fix walkthrough from showing tooltips on wrong location under certain circumstances ([#10650], [#10624], [#10634])
@@ -153,7 +156,6 @@ _Breaking developer changes, which may affect downstream projects or sites that
[#10683]: https://github.com/openstreetmap/iD/issues/10683
[#10684]: https://github.com/openstreetmap/iD/pull/10684
[#10716]: https://github.com/openstreetmap/iD/pull/10716
[#10727]: https://github.com/openstreetmap/iD/issues/10727
[@winstonsung]: https://github.com/winstonsung/
[@Nekzuris]: https://github.com/Nekzuris
[@michaelabon]: https://github.com/michaelabon
42 changes: 36 additions & 6 deletions css/30_highways.css
Original file line number Diff line number Diff line change
@@ -224,21 +224,36 @@ path.line.shadow.tag-highway-living_street,
path.line.shadow.tag-highway-bus_guideway,
path.line.shadow.tag-highway-service,
path.line.shadow.tag-highway-track,
path.line.shadow.tag-highway-road {
path.line.shadow.tag-highway-road,
path.line.shadow.tag-highway-motorway_link,
path.line.shadow.tag-highway-trunk_link,
path.line.shadow.tag-highway-primary_link,
path.line.shadow.tag-highway-secondary_link,
path.line.shadow.tag-highway-tertiary_link {
stroke-width: 16;
}
path.line.casing.tag-highway-living_street,
path.line.casing.tag-highway-bus_guideway,
path.line.casing.tag-highway-service,
path.line.casing.tag-highway-track,
path.line.casing.tag-highway-road {
path.line.casing.tag-highway-road,
path.line.casing.tag-highway-motorway_link,
path.line.casing.tag-highway-trunk_link,
path.line.casing.tag-highway-primary_link,
path.line.casing.tag-highway-secondary_link,
path.line.casing.tag-highway-tertiary_link {
stroke-width: 7;
}
path.line.stroke.tag-highway-living_street,
path.line.stroke.tag-highway-bus_guideway,
path.line.stroke.tag-highway-service,
path.line.stroke.tag-highway-track,
path.line.stroke.tag-highway-road {
path.line.stroke.tag-highway-road,
path.line.stroke.tag-highway-motorway_link,
path.line.stroke.tag-highway-trunk_link,
path.line.stroke.tag-highway-primary_link,
path.line.stroke.tag-highway-secondary_link,
path.line.stroke.tag-highway-tertiary_link {
stroke-width: 5;
}
path.line.casing.tag-highway-service.tag-service-driveway {
@@ -280,21 +295,36 @@ path.line.stroke.tag-highway-steps {
.low-zoom path.line.shadow.tag-highway-bus_guideway,
.low-zoom path.line.shadow.tag-highway-service,
.low-zoom path.line.shadow.tag-highway-track,
.low-zoom path.line.shadow.tag-highway-road {
.low-zoom path.line.shadow.tag-highway-road,
.low-zoom path.line.shadow.tag-highway-motorway_link,
.low-zoom path.line.shadow.tag-highway-trunk_link,
.low-zoom path.line.shadow.tag-highway-primary_link,
.low-zoom path.line.shadow.tag-highway-secondary_link,
.low-zoom path.line.shadow.tag-highway-tertiary_link {
stroke-width: 12;
}
.low-zoom path.line.casing.tag-highway-living_street,
.low-zoom path.line.casing.tag-highway-bus_guideway,
.low-zoom path.line.casing.tag-highway-service,
.low-zoom path.line.casing.tag-highway-track,
.low-zoom path.line.casing.tag-highway-road {
.low-zoom path.line.casing.tag-highway-road,
.low-zoom path.line.casing.tag-highway-motorway_link,
.low-zoom path.line.casing.tag-highway-trunk_link,
.low-zoom path.line.casing.tag-highway-primary_link,
.low-zoom path.line.casing.tag-highway-secondary_link,
.low-zoom path.line.casing.tag-highway-tertiary_link {
stroke-width: 5;
}
.low-zoom path.line.stroke.tag-highway-living_street,
.low-zoom path.line.stroke.tag-highway-bus_guideway,
.low-zoom path.line.stroke.tag-highway-service,
.low-zoom path.line.stroke.tag-highway-track,
.low-zoom path.line.stroke.tag-highway-road {
.low-zoom path.line.stroke.tag-highway-road,
.low-zoom path.line.stroke.tag-highway-motorway_link,
.low-zoom path.line.stroke.tag-highway-trunk_link,
.low-zoom path.line.stroke.tag-highway-primary_link,
.low-zoom path.line.stroke.tag-highway-secondary_link,
.low-zoom path.line.stroke.tag-highway-tertiary_link {
stroke-width: 3;
}
.low-zoom path.line.casing.tag-highway-service.tag-service-driveway {