utymap
utymap copied to clipboard
Increasing Level of Detail
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?
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.