19 cmt text, -- GPS waypoint comment. Sent to the GPS as comment.
20 descr text, -- A text description. Additional info intended for the user, not the GPS.
25 CREATE TABLE tmpwayp AS
26 SELECT * from wayp LIMIT 0;
32 begindate timestamptz, -- Ganske eksakt tidspunt ved start
33 enddate timestamptz, -- Ganske eksakt tidspunkt ved slutt
41 CREATE TABLE pictures (
50 lastupdate timestamptz,