
Source (link to git-repo or to original if based on someone elses unmodified work): Add the source-code for this project on opencode.net
QLandkarte GT is the ultimate outdoor aficionado's tool for GPS maps in GeoTiff format as well as Garmin's img vector map format. Additional it is the PC side frontend to QLandkarte M, a moving map application for mobile devices. And it fills the gap Garmin leaves in refusing to support Linux. QLandkarte GT is the proof that writing portable applications for Unix, Windows and OSX is feasible with a minimum of overhead. No excuses!
QLandkarte GT does replace the original QLandkarte with a much more flexible architecture. It's not limited to a map format or device. Thus if you think your Magellan GPS or other should be supported, join the team.
Additionally it is a front end to the GDAL tools, to make georeferencing scanned maps feasible for the normal user. Compared to similar tools like QGis, it's target users are more on the consumer side than on the scientific one. QLandkarte GT might not let you select every possible feature of the GDAL tools, but it will simplify their use to the demands of most users.
9 years ago
--- 2011.07.11 ---
Request #297:
Add import/export for OZI data.
Request #298:
Add track profiles to diary
Request #299:
Add import of WBT201 data
Bug #300:
Diary: comments do not match their items
Request #301:
Add option for southern hemisphere in projection wizzard
Request #302:
Enhance coordinate / pixel query on canvas
Request #303:
Iterate over reference points with n and b key for finetunig
Request #304:
Add overview levels to reference process
Request #305:
Add on-the-fly quadratic zoom option to qmap
Request #306:
Add cachename to geocaches on the map
Request #307:
Add selection of multiple waypoints via checkboxes
Request #308:
Enhance delete, icon and proximity funtions for new waypoint selection
Request #309:
Show track point under cursor in profile preview and vice versa
9 years ago
--- 2011.07.11 ---
Request #297:
Add import/export for OZI data.
Request #298:
Add track profiles to diary
Request #299:
Add import of WBT201 data
Bug #300:
Diary: comments do not match their items
Request #301:
Add option for southern hemisphere in projection wizzard
Request #302:
Enhance coordinate / pixel query on canvas
Request #303:
Iterate over reference points with n and b key for finetunig
Request #304:
Add overview levels to reference process
Request #305:
Add on-the-fly quadratic zoom option to qmap
Request #306:
Add cachename to geocaches on the map
Request #307:
Add selection of multiple waypoints via checkboxes
Request #308:
Enhance delete, icon and proximity funtions for new waypoint selection
Request #309:
Show track point under cursor in profile preview and vice versa
gcala
10 years ago
http://www.chakra-project.org/packages/index.php?act=search&searchpattern=qlandkartegt
Maybe you can add it to the list ;)
Report
OdinEidolon
10 years ago
Thanks!
Report
kiozen
10 years ago
Report
OdinEidolon
10 years ago
Report
Alex1us
11 years ago
My 2 cents.
Report
kiozen
11 years ago
I spend enough time on maintaining and developing the source. It's out of my timetable's focus to play around with the different distribution services. This has to be done by those knowing how to do it right.
Thus if you feel QLandkarte GT has to be part of a PPA system go ahead and maintain it. If that invokes patches to make it work, feel free to send them. I supported and will support every package maintainer.
Oliver
Report
rodgerSan
11 years ago
Regards,
Report
kiozen
11 years ago
Oliver
Report
rodgerSan
11 years ago
Thanks
Report
Alex1us
12 years ago
I've downloaded, compiled and installed the latest qlandkartegt version but after launching it, it crashes immediately.
Google helped me in findig the source of the problem: a bug in gdal 1.5.5-2.
Unlucky my attempts in compiling an updated gdal version failed so I ask if there's any safe repository with such updated library available somewhere.
I'm using Kubuntu 8.10 with KDE4.2 beta2.
Thank you very much.
Report
Alex1us
12 years ago
Report
trisz
12 years ago
On linux, much more information need for the compilation: gcc, qt4 version, dependencies...
Report
kiozen
12 years ago
If you do not have an internet connection you can install FWTools from any other source and deselect it during QLandkarte installation. The current binary uses FWTools 2.1.0. Don't know if newer versions are binary compatible. Sometimes the binary path of FWTools is not added to PATH. You will notice if it asks for gdal_fw.dll. You have to do it manually in this case. Don't know why.
If you want to compile on Linux it's always a good sport to visit the homepage. http://www.qlandkarte.org will tell you all dependencies and give you instructions. Any recent version of the dependencies will be fine. Most distros do a bad job for GDAL and Proj4. You better install them from source.
Oliver
Report
trisz
12 years ago
I have not an internet connection on that computer, so qt4 also cannot be downloaded.
"It will copy it's own version of QT into it's application path"
How can I create it manually?
(What is the directory/file structure?)
I cannot find instructions for compilation on linux on http://www.qlandkarte.org.
Report
kiozen
12 years ago
To compile on Linux read:
http://www.qlandkarte.org/index.php?option=com_content&view=article&id=2&Itemid=3
http://www.qlandkarte.org/index.php?option=com_content&view=article&id=3&Itemid=4
Report
soundspaces
12 years ago
just to know if I can use this app to manage garmin maps on my n95. Thanks a lot.
Report
kiozen
12 years ago
Report
soundspaces
12 years ago
Thanks again.
Report
kiozen
12 years ago
There is a NMEA plugin in the Garmin driver collection. But it's not 100% bug free. For my BT GPS it works. For others it won't.
But it shouldn't be too much of a problem the write a small interface to gpsd or similar.
Report