Brian Sperlongano

Results 347 comments of Brian Sperlongano

The main issue is the ability to render complex layerings at high zoom (13 or 14 is where the distinctions are generally visible). The discussion of performance is to demonstrate...

> Maybe then the scope or goal of this issue is actually to implement dynamic z-ordering across multiple MapLibre GL JS style layers... Yes, that's exactly right, sorry if I...

This is also apparently a duplicate of a Mapbox issue: mapbox/mapbox-gl-js#1349

> The missing ability to set render order (although I believe one can do it by simply ordering the layers inside the file, but I might be wrong)? This was...

I'll mock up some illustrations which will hopefully better express the problem.

Suppose we have a stacked interchange as follows, with 4 different levels of bridges. In other words, the lowest level (layer=1) is a motorway viaduct, and there are additional bridges...

The problem is that I have to anticipate the highest possible value of `layer` that might exist in in the data, let's call that **N**. I then have to replicate...

The problem is that I don't know what **N** is. Replication is easy, it's just a [for loop](https://github.com/ZeLonewolf/openstreetmap-americana/blob/9e85aa4b1327b878e3f0d0bb0e89d12290d48353/src/layer/rail.js#L436-L450)! When we implemented this originally, we crawled the map looking for worst-case...

> @ZeLonewolf can you maybe condense the insights from this thread in the opening paragraph of the issue? I've updated the summary, hopefully that's more clear.

> You could just generate vector tiles where everything road, tunnel, bridge related is in the same layer? That's already the case and is irrelevant to this issue. Here's a...