albar965 / littlenavmap

Little Navmap is a free flight planner, navigation tool, moving map, airport search and airport information system for Flight Simulator X, Microsoft Flight Simulator 2020, Prepar3D and X-Plane.
https://albar965.github.io/littlenavmap.html
GNU General Public License v3.0
1.23k stars 161 forks source link

extended web API slightly, changed map navigation to click becomes ce… #1159

Closed u-an-i closed 1 week ago

u-an-i commented 1 week ago

…nter

latitude linearly interpolated, delivered postion as good as center

@albar965 new map click behavior, the left/right/top/bottom mouse click went on my nerves when "misjudging" click (despite cursor showing).

I observed after many clicks and zoom changes that the api-delivered latLonRect values must have been off because centering didn't occur correctly. I assume it has something to do with marble sometimes delivering pixelated images and hence the BoundingBox might be inprecise internally.
I tested all edge and corner ( :) literally) cases for some zoom levels from equator to norway: except on far out zoom (map repeats itself) the logic principally works.