I am creating a standalone Slippy map using QML and their new QtLocation module (> = Qt5.4). I was able to quite easily display tiles with a standalone cache. Now I would like to add user data to this map (list of ~ 7000 airports). This huge list should be clustered depending on the level of scaling (for performance and readability reasons, if QtLocation has no built-in "optimizations" ..?
What would be the most elegant / best way to achieve this while staying as close to the Qt / QML API as possible?
I saw interesting material about a similar approach: How to process large amounts of data on iOS Maps . But this is for native iOS.
Any advice is very welcome;)
source
share