How to use the QML/QtLocation module for displaying a large amount of offline data on a map?
- 阅读更多 关于 How to use the QML/QtLocation module for displaying a large amount of offline data on a map?
问题 I'm in the process of creating an offline Slippy Map using QML and their new QtLocation module (>=Qt5.4). I managed quite easily to display the tiles with an offline cache. Now I would like to add custom data to this map (a list of ~7000 airports). This huge list would have to be clustered depending on the zoom level (for performance and readability reasons, unless the QtLocation has built-in "optimizations"..?. What would be to most elegant/best way to achieve this, staying as close as