Fix: Mapillary viewer link to viewed image (#10141)

This commit is contained in:
Sushil Singh
2024-03-02 19:52:43 +05:30
committed by GitHub
parent 97442403cf
commit 0b029aae3e
2 changed files with 7 additions and 1 deletions
+4
View File
@@ -41,6 +41,7 @@ _Breaking developer changes, which may affect downstream projects or sites that
#### :sparkles: Usability & Accessibility
#### :scissors: Operations
#### :camera: Street-Level
* Show Mapillary username and deep link to external viewer on Mapillary photos ([#10135], thanks [@Sushil642])
#### :white_check_mark: Validation
* Drop validation which checks for [old style multipolygons](https://wiki.openstreetmap.org/wiki/Old_style_multipolygons), as these have long been [fixed](https://blog.jochentopf.com/2017-08-28-polygon-fixing-effort-concluded.html) in OSM
#### :bug: Bugfixes
@@ -50,6 +51,9 @@ _Breaking developer changes, which may affect downstream projects or sites that
#### :rocket: Presets
#### :hammer: Development
[#10135]: https://github.com/openstreetmap/iD/issues/10135#
[@Sushil642]: https://github.com/Sushil642
# 2.28.1
##### 2024-Feb-29
+3 -1
View File
@@ -381,7 +381,9 @@ label.streetside-hires {
}
.mly-wrapper .mapillary-attribution-container .mapillary-attribution-username {
display: none;
display: block;
padding: 0px 8px 0 6px;
margin-bottom: -2px;
}
.mly-wrapper .mapillary-attribution-container .mapillary-attribution-date {