-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Closed
Labels
map-rendererAn issue with how things are rendered in the mapAn issue with how things are rendered in the map
Description
URL
How to reproduce the issue?
- Have two imagery layers that aren't aligned with each other
Paired with Bing in this case (which the offset is relative to) - Switch to second layer
- See that the outgoing
.tile-removing
tile layer isn't abiding by the specified offset
Another example is at https://ideditor.netlify.app/#background=Bing&map=20.90/48.18559/16.37860&offset=-0.8,-0.54 swapping with Esri.
Screenshot(s) or anything else?
Also the z-index: 1
on .tile-removing
covers everything else in the SVG, I wrote this CSS patch:
.ideditor :is(.layer-background, .map-in-map-background) .layer {
img.tile-removing { z-index: 0 }
&:has(img.tile-removing) img.tile:not(.tile-removing) {z-index: -1 }
}
Which deployed environments do you see the issue in?
Released version at openstreetmap.org/edit, Development version at ideditor.netlify.app
What version numbers does this issue effect?
2.31.1, 2.32.0
Which browsers are you seeing this problem on?
Chrome, Firefox, Microsoft Edge, Safari
gy-mate
Metadata
Metadata
Assignees
Labels
map-rendererAn issue with how things are rendered in the mapAn issue with how things are rendered in the map