utymap icon indicating copy to clipboard operation
utymap copied to clipboard

Increasing Level of Detail

Open charihs opened this issue 7 years ago • 1 comments

The Document here gives ways to optimize the map.

Can level of details too be helpful for smooth rendering? If we increase the LOD to something more than what we have right now, it will have to render small area compared to the previous LOD. Can that be done?

charihs avatar Nov 30 '18 02:11 charihs

there is no hard constraint for LOD values, they are dynamically mapped to specific bbox using functions defined here: https://github.com/reinterpretcat/utymap/blob/master/core/src/utils/GeoUtils.hpp

However, I would not consider changing LOD as main approach for performance optimizations.

reinterpretcat avatar Nov 30 '18 09:11 reinterpretcat