Marwin Hochfelsner

Results 101 comments of Marwin Hochfelsner

Esri uses two different imageries in Vienna, one with 8cm resolution (zoom level 21) from march 2017 as per [Esri Metadata](https://arcg.is/r5ma90 "popup on map"). The other one is the current...

If there's no imagery whitelist and only the blacklist regex to update, then the solution in #3512 should do it.

I doubt that there will be many false negatives if elements of the same name and ref as a route relation in which they're a member are classified as a...

Yeah, I wanted to have a leaner PR, like already raised by @DerDakon in https://github.com/OpenRailwayMap/OpenRailwayMap/pull/814#discussion_r1059973240. Also, I found that the class specified in `className` didn't get applied from `L.Control.Layers` so...

Yes, when changing z-indices while transitioning zoom levels a different approach should be used. But statically, I sometimes have problems with tile load timeouts, so that three tiles load, one...

And what would be a non-workaround solution?

Why should already loaded-in tiles be discarded in favour of lower resolution/detail tiles? Placing the high-res tiles in the front and the low-res tiles in the background seems like doing...

But when I'm zooming out the higher resolution tiles get removed anyway, so these tiles aren't going to be in front of the lower resolution tiles and don't need to...

So I found an edge case when the overlays are on a lower zoom level, but to find more issues, I can't bodge that manually and d3 needs to make...

Sure, the map key sidebar pane content loading update would need to be merged before the other panes' PRs as they would depend on that.