mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-15 05:30:35 +02:00
use "narrow road" styling for all *_link roads, fixes #10717
This commit is contained in:
+4
-2
@@ -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
|
||||
|
||||
+36
-6
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user