This project is a fork of the viking.git project. If you have that one already cloned locally, you can use
git clone --reference /path/to/your/viking.git/incarnation mirror_URL
to save bandwidth during cloning.
 
descriptionViking with DEM
ownerqtonthat@gmail.com
last changeFri, 13 Jul 2007 13:47:44 +0000 (13 13:47 +0000)
content tags
add:
README
To compile:

If you downloaded viking from CVS, you have to:
$ autogen.sh

Next, or if you downloaded a tarball, you have to:
$ ./configure
$ make

Check output of "./configure --help" for configuration options.
In particular, it is possible to disable some features, like --disable-google in order to disable any Google stuff.

If you whish to install viking, you have to (as root):
# make install


Viking needs documentation! Any volunteers?
After I get some core features down I'll start on documentation. I promise.

To export as GPSMapper, the track/waypoint name should be in the format of:

Name RGN## 0x####

or

Name RGN## 0x##
shortlog
2007-07-13 qtonthatChangeLog entrymaster
2007-07-13 qtonthatEliminate the needs of entering DEM files for every...
2007-07-07 qtonthatFixed typo.
2007-07-06 vikingisDEM: fix vertical units
2007-07-06 vikingisFix invalid elevation
2007-07-06 vikingisMerge DEM branch
2007-07-04 qtonthatChangeLog entry
2007-07-04 qtonthatBug fix: View Mode displayed wrong setting on startup.
2007-07-03 qtonthatChangeLog entry
2007-07-03 qtonthatFixed bugs that caused "draw_scale" and "draw_centermar...
2007-07-02 qtonthatChangeLog entry
2007-07-02 qtonthatFix bugs that caused crashes on gps download/upload.
2007-07-01 qtonthatChangeLog entry
2007-07-01 qtonthatMake "Save Image" and "Save Image Directory" dialogs...
2007-06-28 qtonthatReally using the new icon.
2007-06-27 guyouUsing the new icon
...
heads
16 years ago master