Post #1153266
2026-01-29 00:25 UTC
I managed to get the FAA charts downloaded, stripped away the margins, combined into a big file which is then turned into various LOD tiles, and Godot can load at the given LOD for me. Now to get panning and zooming to work.
#godot #avgeek
Replies (2)
-
@Aut@hachyderm.io 2026-01-29 02:02
I got panning to work. It dynamically loads and unloads tiles as you move the camera around and it works really well. Nice! Check out the video #avgeek #godot
-
@younata@hachyderm.io 2026-01-29 05:33
@Aut Oh, sweet! Nice! I also just got this working today! The backend is still very slow, but once you wait... forever and a day for tiles to sync, then I have it working ok with iOS's MKMapView.