Nathan Olson
Nathan Olson
Great, thanks. The trt_4plus patch worked for me, but based on profiling it seems the NVDLA is not being used. Does this branch compile for NVDLA? Is there a way...
I've been working to improve the parameters used to control the tile-loading behavior at high pitch angles. In addition to the previously demonstrated, unfortunately named, `pitchTileLoadingBehavior`, I've added `tileZoomDeadband`, which...
@HarelM what if the enum values were `uniformTileScreenWidth`, `uniformTileScreenArea`, and `uniformTileScreenHeight`? That's basically what 0, 1 and 2 do. Any ideas what I can do with `tileZoomDeadband`? The best way...
> I would say that the best way to be able to get rid of these parameters would be to allow supplying an override for this method - this way...
> A similar optimization may be to have an option to limit the depth of tiles rendered in the distance. This is currently governed by what I call "the horizon...
> It might be an interesting case for the suggested `CalculateTileZoomFunction` to see if it can facilitate the difference between globe an mercator? Not as currently implemented. Some of the...
The fix makes sense to me. I have a windows machine but not set up for dev.
> As far as I understand this requirement, this doesn't rotate when rotating the map, right? This is somewhat similar to contours...? Correct, the color is a function of elevation...
I think this is the contour-related proposal mentioned by @acalcutt: https://github.com/maplibre/maplibre-style-spec/issues/583
Thanks @larsmaxfield, that looks great! I believe @JBLINZ has a requirement for colormaps with sharp transitions (for example, at sea level) which will make polynomials unsuitable. I'd love to hear...