
Kompas
Source (link to git-repo or to original if based on someone elses unmodified work):
* Bing Maps
* Freemap.sk
* Google Maps
* HikeBikeMap.de
* Historic aerial maps of Czech Republic
* MapQuest Open
* Mapy.cz
* OpenStreetMap
* Ovi Maps
* Yahoo Maps
* Also there are three historical maps in stereographic projection to demonstrate application flexibility.
Maps can be downloaded into packages, packages merged, split or converted into another format via intuitive saving wizard. Application has also a few simple tools for distance measuring or coordinate conversion.
Almost everything the application consists of is a plugin, so it's easy to change, add or remove functionality dynamically without the need for application restart.
You can learn more in the official announcement of version 0.1.2: http://mosra.cz/blog/article.php?a=17-kompas-0-1-2-packaged-for-your-favourite-distribution
Help needed - any help with packaging for another distributions, testing on different operating systems, translations or just bugreports are really welcome. Thanks in advance.
Version 0.1.2:
Finally packaged for DEB and RPM-based distributions.
New plugins:
* Historic aerial maps of Czech Republic
* MapQuest Open
Changes, fixes:
* Fixed compilation and installation on various distributions
* Updated Google Maps plugin
* Fixed a few crashes related to map downloading
Version 0.1.1:
New plugins:
* Bing Maps
* Celestial map from 1675
* HikeBikeMap.de
* Freemap.sk
* Ovi Maps
* Yahoo Maps
Changes, fixes:
* Added *.desktop file for Linux users, so the application shows in programs menu
* Updated and fixed OpenStreetMap and Google Maps plugins
* Improved layout of the Map Options dock
Version 0.1
Initial release.
Ratings & Comments
5 Comments
very interesting approach with these plugins, also this app has a low latency and stable qt-gui -> i like it! Are you going to include search of places in the future? thx
Thanks for your nice comment :-) Searching will be part of vector map support, which is planned for next version (0.2 or 0.3). Next to searching I'm also planning support for points of interest, geotagged photos and wikipedia articles, webcam support, 360° or "street-view"-like images, etc.
I've tried to compile kompas on kubuntu 10.10 but I think I've missed library. virgolus@virgolus:~/Desktop/kompas-qt/build$ Running with debug output on. virgolus@virgolus:~/Desktop/kompas-qt/build$ cmake -DCMAKE_INSTALL_PREFIX=/usr --debug-output .. Running with debug output on. CMake Error at CMakeLists.txt:18 (include): include could not find load file: KompasMacros Called from: [1] /home/virgolus/Desktop/kompas-qt/CMakeLists.txt CMake Error at CMakeLists.txt:20 (set_parent_scope): Unknown CMake command "set_parent_scope". Called from: [1] /homRunning: command not found
I see the problem, you should first compile and install Core library and then compile Qt GUI (and then plugins). The makefiles are acting weird in this case, instead of outputting strange errors like this they should say that Core library was not found. I will try to fix that and post new sources. Currently it would be probably easier to build everything at once - create build dir in root of the sources (not in any subdir) and build&install it from there.
I see the problem, you should first compile and install Core library and then compile Qt GUI (and then plugins). The makefiles are acting weird in this case, instead of outputting strange errors like this they should say that Core library was not found. I will try to fix that and post new sources. Currently it would be probably easier to build everything at once - create build dir in root of the sources (not in any subdir) and build&install it from there.