rinigus
rinigus
I wonder if you are using qmake then. As I don't see how the following line can work in the systems without Qt6: https://github.com/maplibre/maplibre-native-qt/blob/57bf1a38ac12023d9454d27aebba7604d357d2ad/CMakeLists.txt#L15
OK, so that was a lost functionality when compared to building maplibre-native. I guess I will wait for new release instead of changing building scripts for SFOS
Thank you for working on it! Sorry, I haven't been following the recent developments. In this picture, would Qt support disappear in maplibre-gl-native? If yes, is it planned to outsource...
Sounds great! The QML plugin that you mention with QMapLibreLocation is the one that will plugin into Qt6 QtLocation, right? Thank you very much for explaining!
> I want to put it in a separate library so we can make our custom public API, but still have it separated from core if people (like you) do...
I think we have to :) . I'll try to review as much as I can.
I have this issue at almost all links. For example, when trying to zoom in on links shown above and holding them, nothing happens. While holding, sometimes link flicks into...
Kyotocabinet can maybe be replaced by just table in SQLite using the same format as in Kyotocabinet: (primary index): BLOB string of ints
Kyotocabinet replacement: LMDB http://www.lmdb.tech/doc/
Kyotocabinet replacement: RocksDB: https://rocksdb.org/ Has spatial indexing as well, see https://rocksdb.org/blog/2015/07/17/spatial-indexing-in-rocksdb.html . Although, sounds as tuned for showing tiles.