]> git.street.me.uk Git - andy/viking.git/blame - doc/GETTING-STARTED
Add configuration file for external tools
[andy/viking.git] / doc / GETTING-STARTED
CommitLineData
50a14534
EB
1To quickly get started using Viking, follow these instructions.
2
31) Get some data from your GPS device. There are a couple ways to do this.
4You can use gpspoint or you can use another program and translate it with
5my version GPSBabel with gpspoint write support (or use the GPSBabel program
6itself to download and translate at once.)
7
82) Open up viking and use File -> Open GPS Data to open the gpspoint file.
9Viking will try to change its viewing area to the center of the layer (file)
10but sometimes if you have waypoints and tracks which are very far apart you
11won't see anything. If this is the case, expand the layer (on the Layers
12Panel to the left), then expand "Waypoints", find a waypoint and right-click
13on it and click "Goto".
14
153) Now add a map layer ( Layers -> New Map Layer ), choose a suitable cache
16directory where you would like to store your tracks and click OK. Zoom to a
17comfortable level (I suggest 4 mpp) by clicking the left and right mouse
18buttons on the gray area where your tracks are. Now from the menu choose
19Tools -> Map Download, Click where you would like to download a map.
20Regardless of what tool you are using, the middle mouse button always pans.
21
224) You will notice the maps are being drawn on top of the tracks, which is
23probably not what you want. Look at the Layers Panel to the left. Notice how
24the layer named "Map" is ABOVE your TrackWaypoint layer that your GPS data is
25in. This means that it will be drawn last, or on top of the other layers.
26Select the Map layer from the list and click the down arrow button beneath
27the list. Your tracks will now be drawn over the map.
28
29----
30
31TODO: some explanation of the layers, etc. is required.