User Tools

Site Tools


software:qlandkartegt

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
software:qlandkartegt [2011/09/21 10:30] – created kratz00software:qlandkartegt [2012/01/03 13:09] (current) kratz00
Line 4: Line 4:
  
 Required: [[software:gdal]], [[software:proj.4]] Required: [[software:gdal]], [[software:proj.4]]
 +
 +<code>
 +mkdir ../build_QLandkarteGT &&
 +cd ../build_QLandkarteGT &&
 +cmake -DCMAKE_INSTALL_PREFIX=/usr $OLDPWD &&
 +make
 +</code>
 +
 +<code>
 +make install
 +</code>
 +
 +====== Open a downloaded map file (*.img) ======
 +
 +====== Create a *.tdb file ======
 +
 +Required [[software::mkgmap]]
 +
 +<code>
 +java -jar mkgmap.jar --tdbfile gmapsupp.img
 +</code>
 +
 +====== Display the map ======
 +
 +  * choose "Load Map" from the File menu and the window "Select map..." appears
 +  * open osmmap.tdb by selecting it
 +  * to select a base map, choose the file gmapsupp.img now
 +
software/qlandkartegt.1316593824.txt.gz · Last modified: 2011/09/21 10:30 (external edit)