Martin Tůma

Results 35 comments of Martin Tůma

Hi. The idea of auto-updates is nice. I would not see this as the optimal way how to obtain the device's location - there is QtPositioning for that - but...

There is no OBF support (yet) because there is no documentation at all for the format. Which is not a showstopper (the Garmin maps were reverse-engineered even without source codes...

If you want to see maps that are way better than OpenStreetMaps for the given area, then look at the Swisstopo maps. Another example are mapy.cz for my country (Czech...

MBtiles and Mapsforge files work fine in GPXSee. You just have to open them as maps (like all other map formats), not as data files.

Thanks for the link, that could make a lot of things much easier. There is however still the problem of the content (text) of the CLA. I'm not a lawyer...

The problem with KMZ it, that it would require a dependency on QuaZIP or at least zlib. And I'm still not convinced that KMZ support is worth doing so (although...

Ok. Let's make really big changes for the 8.0 release :-). KMZ maps support is in d01a5a7e4281bc3afa6666871638e4c323ca809e. It uses the internal Qt implementation, but for Qt5 this is no more...

This means that the file uses ZIP64 format extensions which are not supported by the Qt unzip class. Some info here https://github.com/nezticle/qtcompress/issues/1

I have tested KMZ maps generated by QGIS, MOBAC and "self-made" maps zipped with the standar system `zip` command and none of them is using ZIP64 format extensions. So I...

Yes, absolute time (distance?) graphs make sense for some use cases, however after a quick research it seems that this feature would require quiet a lot of changes in the...