You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We are experiencing an issue similar to the one described here.
Essentially, the zoom level for any given tile on the globe is determined by its distance from the camera. For a "roughly top-down" view (however we decide to define that), we would prefer all visible tiles to be the same zoom level. This helps tiles that contain text, heatmaps, or other important information to line up properly with the adjacent tiles.
I know that the solution in that groups discussion is both hacky and very old. I poked around and the screenSpaceError() function appears to have moved to a closure within Scene/QuadtreePrimitive.js. Is it possible to expose it on the API in some way that would allow it to be overwritten or replaced?
If not, is there some other way of achieving a more uniform level of detail for this imagery?
The text was updated successfully, but these errors were encountered:
I don't think there is any way to achieve this at the moment, but we plan to improve imagery loading in the future. We have a brain dump of ideas in this roadmap issue #526
I don't know if this is anything we'd be able to address in the near future, but we'll consider this when we get back to making changes to imagery loading. Thanks!
We are experiencing an issue similar to the one described here.
Essentially, the zoom level for any given tile on the globe is determined by its distance from the camera. For a "roughly top-down" view (however we decide to define that), we would prefer all visible tiles to be the same zoom level. This helps tiles that contain text, heatmaps, or other important information to line up properly with the adjacent tiles.
I know that the solution in that groups discussion is both hacky and very old. I poked around and the
screenSpaceError()
function appears to have moved to a closure withinScene/QuadtreePrimitive.js
. Is it possible to expose it on the API in some way that would allow it to be overwritten or replaced?If not, is there some other way of achieving a more uniform level of detail for this imagery?
The text was updated successfully, but these errors were encountered: