1 (edited by Amen 2019-05-20 11:41:42)

Topic: adaptation of the resolution

Hi,
How can I solve the problem of the resolution according to the distance of my aircraft relative to the ground.
When I'm close to the ground, I need a small, well-resolved area.Otherwise it is a bigger  area with less resolution.
It can be  translated to zoom levels because it's not possible to make a too big Map ??
If zoom levels is the solution ,how can I make it ?
Any help please !

Re: adaptation of the resolution

Hello.

You need to change the zoom of the map.

OnlineMaps.instance.floatZoom = newValue;

newValue must be calculated based on altitude.

Kind Regards,
Infinity Code Team.

Boost your productivity a lot and immediately using Ultimate Editor Enhancer. Trial and non-commerce versions available.

Re: adaptation of the resolution

Thank you