From 69f55e45e37385d9612378ef44dbcbc3d7cddded Mon Sep 17 00:00:00 2001 From: GPSBabel <12013583+GPSBabelDeveloper@users.noreply.github.com> Date: Thu, 9 Dec 2021 16:36:24 -0500 Subject: [PATCH] Remove compegps, cst, g7towin, gopal, gpsman, gpsutil, jogmap, jtr, maggeo, mapsend, nm4, pcx, pocketfms, skyforce, stmsdf, stmwpp, tiger, vpl, vidaone, vitosmt, vitovtt, wfff, and yahoo. (#785) * Remove compegps, cst, g7to2in, gopal, gpsutil, jtr, maggeo, mapsend, nm4, pcx, pocketfms, skyforce, stmsdf, stmwpp, tiger, vpl, wfff, and yahoo. * Missing reference files from above. * Change classic-3 test to read gzipped NMEA instead of deprecated formats. * Drop gpsutil from tomtom test as it tested nothing unique. * Remove gpsman test. It's a unicsv test and this tests nothing of value. * Eliminate use of gpsutil in gpx test; it covered no unique paths. * Update other GPSBabel.pro :-( * Update Cmaeklists enough for successful Mac compile * Cleanup internal doc references to newly retired formats. * Scrub (and commit) the remaining doc changes for what we just deleted. * Squashed commit of the following: commit 40429dd3db113c30652e8e66b2a38237f1edbf39 Author: tsteven4 <13596209+tsteven4@users.noreply.github.com> Date: Mon Dec 6 16:37:53 2021 -0700 fix dotnet time conversion (#784) commit 54b013699f755b9a34f730c9f90729a2961b2704 Author: tsteven4 <13596209+tsteven4@users.noreply.github.com> Date: Mon Dec 6 07:13:44 2021 -0700 Kill CarteSurTable format. (#783) Apparently it hasn't ever been used. Our sample has coordinates in UTM, but we have been interpretting them as degrees/100000. "Le pic du midi" referred to in the sample is The Pic du Midi de Bigorre. commit 1ed58953b7a50c9a5e994e3d8d35055bef007fcd Author: tsteven4 <13596209+tsteven4@users.noreply.github.com> Date: Sun Dec 5 15:30:05 2021 -0700 harden gbfgetcstr, gbfgetpstr. (#782) Hangs were detected with afl and the gdb reader and gbfgetcstr. One such hang reads a fuzzed 32 bit url count with FREAD_i32, and then proceeds to fetch that many strings with FREAD_CSTR_AS_QSTR. This results in fetches from beyond EOF that are undetected. gbfgetcstr_old is modified to throw a fatal error if reading is attempted beyond EOF. A similar failure was not detected with gbfgetpstr, but it is also modified to throw a fatal error if reading is attempted beyond EOF. commit 85502cb3fd168287a24c5b14fa038cc0f02922eb Author: tsteven4 <13596209+tsteven4@users.noreply.github.com> Date: Fri Dec 3 07:16:02 2021 -0700 hopefully the real fix for garmin_xt tool issues. (#781) Fix LGTM detected "Comparison between i of type uint8_t and Count of wider type int." This latest find by LGTM is one in a long series of issue detections by various tools. However, close analysis reveals the previous solutions to these deteced issues didn't find or fix the real root issues: commit 233f3c8b0bf69397403b6c1f29af8e10a65a8928, 10/22/2013, Pad internal buffer to appease -fsanitize=address. While the fix appeased the sanitizer, it didn't fix the root problem. The root problem was a bug in the original translation of format_garmin_xt_decrypt_trk_blk when converting to zero-based array indexing. commit dcf0dd85a71c6fa5fc3dac72520c2070ba051108, 7/8/2015, A bunch of busy work to satisfy hyperactive warnings in newer GCC builds. Again, the fix didn't fix the root problem. The root problem was a bug in the original translation of format_garmin_xt_proc_strk. This bug resulted in a mismatch between our test output and that of the original project. In our output the timestamp of the last two points in a track was identical. This fix results in our output matching the reference file of the original project (with allowances for precision). commit 727df5268184fb42a14963002cc77c5c9cf5d692 Author: tsteven4 <13596209+tsteven4@users.noreply.github.com> Date: Wed Dec 1 17:17:40 2021 -0700 retire cet (#777) * teach mkshort to split utf8 on grapheme boundaries. and retire some cet functions. * add the grapheme test. * wean gbfile from cet. * restore cet.cc, cet.h in prepare for deprecation. * retire cet.cc, cet.h * drop attempted support of \r line endings in gbfgetutf16str. * add test of surrogate pairs for gbfgetutf16str. * fix test commit 2371d119a57005dd7db23dfcfe576e7608074a67 Author: tsteven4 <13596209+tsteven4@users.noreply.github.com> Date: Wed Dec 1 13:11:33 2021 -0700 add lgtm configuration file (#780) commit 16820556e11349523ee7094dc9cd504515070a27 Author: tsteven4 <13596209+tsteven4@users.noreply.github.com> Date: Wed Dec 1 12:40:38 2021 -0700 move Qt6 CI builds to 6.2.2. (#779) commit d377ef65af27e5a0e48d8b4017cc76517e305dfc Author: tsteven4 <13596209+tsteven4@users.noreply.github.com> Date: Wed Dec 1 06:26:08 2021 -0700 convert arcdist, polygon, and xcsv to use gpsbabel::TextStream instead of gbfgetstr (#778) * read style files with a textstream. * use gpsbabel::textstream instead of gbfile. commit f2da18dc2edba69639e51fbe3c7ef8ef161d8eea Merge: 41cdf06b 23414450 Author: tsteven4 <13596209+tsteven4@users.noreply.github.com> Date: Tue Nov 30 15:46:26 2021 -0700 Merge pull request #776 from tsteven4/nits3 miscellaneous minor fixes III commit 41cdf06b34975cbb1b2b1fb848002465803ce280 Author: tsteven4 <13596209+tsteven4@users.noreply.github.com> Date: Mon Nov 29 07:29:41 2021 -0700 move Qt 5.12 CI builds to 5.12.12 (#774) commit 2341445085d9f3c3b354c17f9f2527f5de673ee1 Author: tsteven4 <13596209+tsteven4@users.noreply.github.com> Date: Sun Nov 28 07:44:28 2021 -0700 remove support for non standard entity replacements. This was disabled in d47e364f5 August 29, 2005. commit dd56f42f5ce0a3ade1ce7b377a1da7a718f037ec Author: tsteven4 <13596209+tsteven4@users.noreply.github.com> Date: Sat Nov 27 23:37:59 2021 -0700 fix lgtm detected ill-defined for loop. commit 59a325d14074bbd9abe32b165b1e10bbb5c69ffa Merge: 56c86e2b 07694790 Author: tsteven4 <13596209+tsteven4@users.noreply.github.com> Date: Sat Nov 27 17:45:30 2021 -0700 Merge pull request #772 from tsteven4/lgtm miscellaneous minor fixes commit 0769479009f18e10eb131317710ded627db38482 Author: tsteven4 <13596209+tsteven4@users.noreply.github.com> Date: Fri Nov 26 14:42:42 2021 -0700 sequester temporary style files in TMPDIR commit 3f38cef6bcede6f58cd4e91fb796e84cc978dd5c Author: tsteven4 <13596209+tsteven4@users.noreply.github.com> Date: Thu Nov 25 10:09:04 2021 -0700 prefer rte_waypt_ct() over waypoint_list.count(). this provides some insulation from the underlying WaypointList container. commit bdd7865e7b4ee5ec1b61e94abd9ce63b4eb71aaf Author: tsteven4 <13596209+tsteven4@users.noreply.github.com> Date: Thu Nov 25 08:37:57 2021 -0800 sort SOURCES and HEADERS in build. this gives a reasonable initial project view in Xcode. this gives a resaonable order to compilation. commit dd735b6e8443965d1e5cf47a4b83daf72fa4370c Author: tsteven4 <13596209+tsteven4@users.noreply.github.com> Date: Wed Nov 24 11:11:15 2021 -0800 minor correction to resample doc. commit f7d3d60b1ac516061c73a05acb4f93b66def95c9 Author: tsteven4 <13596209+tsteven4@users.noreply.github.com> Date: Wed Nov 24 10:30:58 2021 -0800 further minimize xcsv_get_char_from_constant_table commit f483fc350f8aab14a54de7a71374c16f0988f000 Author: tsteven4 <13596209+tsteven4@users.noreply.github.com> Date: Wed Nov 24 09:51:14 2021 -0800 use list initialization to construct xcsv char map table. commit d62f479f0767cd545165ad1fcd1b734fe33eb1c2 Author: tsteven4 <13596209+tsteven4@users.noreply.github.com> Date: Wed Nov 24 08:52:22 2021 -0800 more nits. commit b2957b54db7d208183ab862990c06574a6c088c0 Author: tsteven4 <13596209+tsteven4@users.noreply.github.com> Date: Tue Nov 23 16:09:14 2021 -0800 limit variable scope, found by LGTM. Poor global variable name 'ops'. Prefer longer, descriptive names for globals (eg. kMyGlobalConstant, not foo). commit 56c86e2bc6ff0413da1057e144a3e899b320f8a8 Author: tsteven4 <13596209+tsteven4@users.noreply.github.com> Date: Tue Nov 23 09:40:30 2021 -0700 fix parsing of nmea hms fields. (#770) commit fa20976bcbedc72cd37100fa40c67a9d299b1b0e Author: tsteven4 <13596209+tsteven4@users.noreply.github.com> Date: Sun Nov 21 14:04:55 2021 -0700 Introduce resampling filter and nvectors. (#763) * Introduce resampling filter and nvectors. * use ellipsoid model with nvectors. the code had been forcing a spherical earth model to match the existing grtcirc.cc calculations. commit 1a422a68320c6c5449bfee0f28a8da0a65697168 Author: tsteven4 <13596209+tsteven4@users.noreply.github.com> Date: Sun Nov 21 14:04:03 2021 -0700 improve string handling, fix 9 year old FIXME. (#769) commit e09f7fe5996073abf414b3bc2897c8dd84d2429a Author: tsteven4 <13596209+tsteven4@users.noreply.github.com> Date: Sun Nov 21 13:34:23 2021 -0700 support generation of xcode project files with qmake. (#760) commit ff76e254a269c772da3cf7df94b1cab6b8dab1dc Author: tsteven4 <13596209+tsteven4@users.noreply.github.com> Date: Sat Nov 20 08:05:01 2021 -0700 update fit locations test with improved sample (#767) * update fit test with improved sample. * reference file mode correction. commit 67ad13daaaf8d3dee5a1c7643d9c489ef7bc125d Author: tsteven4 <13596209+tsteven4@users.noreply.github.com> Date: Fri Nov 19 06:48:53 2021 -0700 Pick up fit locations test case (#766) * Add support for Locations.fit files * patch by tsteven4 to address review comments * Add a test case for Locations.fit files from Garmin devices Co-authored-by: Fabrizio Gennari commit 368ad391c3a737058dec9fe82e3c33925add9027 Author: tsteven4 <13596209+tsteven4@users.noreply.github.com> Date: Thu Nov 18 16:40:49 2021 -0700 add test for fit Locations(Lctns) files. (#765) * add test for fit Locations(Lctns) files. * fix new bug with change in Qt6 behavior for fit. commit 871efe320b27bacecd7c98e9f7c0236b83ed9122 Author: fabzzap Date: Thu Nov 18 22:07:59 2021 +0100 Add support for Locations.fit files (#762) * Add support for Locations.fit files * patch by tsteven4 to address review comments commit 2504d97daa490ddb4d0071e219fc4efbff98343a Author: tsteven4 <13596209+tsteven4@users.noreply.github.com> Date: Wed Nov 17 08:52:08 2021 -0700 Eliminiate redundant route_head data member (#764) eliminate redundant route_head data member rte_waypt_ct, replacing it with a member function rte_waypt_ct() that gets the count from the waypoint_list container. commit 0beebdd5ecd9cadbb0219a5d9682a240a38a2170 Author: tsteven4 <13596209+tsteven4@users.noreply.github.com> Date: Mon Nov 8 05:22:30 2021 -0700 kill xmap, xmap2006. (#758) * kill xmap, xmap2006. * dprecate obsolete readme. commit 6593293ad8fee54764a9905064d4a647e553cd3f Author: tsteven4 <13596209+tsteven4@users.noreply.github.com> Date: Fri Nov 5 15:13:05 2021 -0600 kill xmapwpt. (#757) note is was wounded previously, see #754. commit 7b6235ce627e9abac6c7ea34b9560935ad56483d Author: tsteven4 <13596209+tsteven4@users.noreply.github.com> Date: Fri Nov 5 13:01:00 2021 -0600 add fedora 35 to CI. (#756) commit c3bc9c804ec84292f7a851ddbfba92f3c544e3ac Author: tsteven4 <13596209+tsteven4@users.noreply.github.com> Date: Fri Nov 5 11:17:45 2021 -0600 serial port names (#755) * try qserialportinfo again. * update docker images with qt serial port. * enhance windows device text to match device manager on windows. * gbfile test can't depend on PCX any longer.\n Might be a hole in coverage. * Remove vitosmt and vitovtt. * Remove jogmap vidaone yahoo * Remove gpsman. * Remove more crumbs of g7towin. * Run automated cleanup on the list of files in commit message to clean up last pieces. * keep gpsutil.h in GPSBabel.pro Co-authored-by: Robert Lipe --- CMakeLists.txt | 34 +- GPSBabel.pro | 33 +- compegps.cc => deprecated/compegps.cc | 0 g7towin.cc => deprecated/g7towin.cc | 0 gopal.cc => deprecated/gopal.cc | 0 {style => deprecated}/gpsman.style | 0 gpsutil.cc => deprecated/gpsutil.cc | 0 jogmap.cc => deprecated/jogmap.cc | 0 jtr.cc => deprecated/jtr.cc | 0 maggeo.cc => deprecated/maggeo.cc | 0 mapsend.cc => deprecated/mapsend.cc | 0 mapsend.h => deprecated/mapsend.h | 0 nmn4.cc => deprecated/nmn4.cc | 0 pcx.cc => deprecated/pcx.cc | 0 pocketfms_bc.cc => deprecated/pocketfms_bc.cc | 0 pocketfms_fp.cc => deprecated/pocketfms_fp.cc | 0 pocketfms_wp.cc => deprecated/pocketfms_wp.cc | 0 skyforce.cc => deprecated/skyforce.cc | 0 stmsdf.cc => deprecated/stmsdf.cc | 0 stmwpp.cc => deprecated/stmwpp.cc | 0 tiger.cc => deprecated/tiger.cc | 0 vidaone.cc => deprecated/vidaone.cc | 0 vitosmt.cc => deprecated/vitosmt.cc | 0 vitovtt.cc => deprecated/vitovtt.cc | 0 vpl.cc => deprecated/vpl.cc | 0 wfff_xml.cc => deprecated/wfff_xml.cc | 0 yahoo.cc => deprecated/yahoo.cc | 0 yahoo.h => deprecated/yahoo.h | 0 gpsman | 53 - gpsman2 | 75 - internal_styles.cc | 38 +- msvc/GPSBabel.vcxproj | 34 - msvc/GPSBabel.vcxproj.filters | 28 - reference/compegps-wpt.gpx | 173 -- reference/compegps.wpt | 52 - reference/compegps.wpt.gz | Bin 967 -> 0 bytes reference/compegps_time.wpt | 9 - reference/compegps_time_wpt.gpx | 21 - reference/expertgps-g7t.txt | 216 -- reference/expertgps.g7t | 1145 --------- reference/format0.txt | 24 - reference/format1.txt | 24 - reference/format2.txt | 24 - reference/format3.txt | 128 - reference/gopal-11-gpx.gpx | 134 - reference/gopal-11.trk | 7 - reference/gpsutil-1.pcx | 23 - reference/help.txt | 64 - reference/ov2-in.ref | 9 - reference/pocketfms_bc | Bin 29120 -> 0 bytes reference/pocketfms_bc.babel | Bin 29120 -> 0 bytes reference/pocketfms_bc.gpx | 2288 ----------------- reference/pocketfms_fp.gpx | 49 - reference/pocketfms_fp.xml | 2 - reference/pocketfms_wp.gpx | 25 - reference/pocketfms_wp.txt | 4 - reference/skyforce.gpx | 900 ------- reference/skyforce_wpt.gpx | 435 ---- reference/skyforce_wpt.txt | 86 - reference/stmsdf.txt | 83 - reference/vitosmt.gpx | 2195 ---------------- reference/vitosmt.smt | Bin 15192 -> 0 bytes reference/waypoints.nmea.gz | Bin 0 -> 188 bytes reference/wfff.gpu | 1 - reference/wfff.xml | 17 - reference/yahoo.csv | 2 - reference/yahoo.xml | 17 - testo.d/classic-3.test | 6 +- testo.d/{ => deprecated}/compegps.test | 0 testo.d/{ => deprecated}/csv.test | 0 testo.d/{ => deprecated}/g7towin.test | 0 testo.d/{ => deprecated}/gopal.test | 0 testo.d/{ => deprecated}/gpsutil.test | 0 testo.d/{ => deprecated}/jtr.test | 0 testo.d/{ => deprecated}/maggeo.test | 0 testo.d/{ => deprecated}/mapsend.test | 0 testo.d/{ => deprecated}/mtk_locus.test | 0 testo.d/{ => deprecated}/nmn4.test | 0 testo.d/{ => deprecated}/pcx.test | 0 testo.d/{ => deprecated}/pocketfms.test | 0 testo.d/{ => deprecated}/skyforce.test | 0 testo.d/{ => deprecated}/stmsdf.test | 0 testo.d/{ => deprecated}/stmwpp.test | 0 testo.d/{ => deprecated}/tiger.test | 0 testo.d/{ => deprecated}/vpl.test | 0 testo.d/{ => deprecated}/wfff.test | 0 testo.d/{ => deprecated}/yahoo.test | 0 testo.d/gbfile.test | 6 +- testo.d/gpsman.test | 6 - testo.d/gpx.test | 17 +- testo.d/jogmap.test | 7 - testo.d/tomtom.test | 4 - testo.d/vidaone.test | 4 - testo.d/vitosmt.test | 9 - testo.d/vitovtt.test | 6 - tools/nuke_format | 7 +- vecs.h | 239 +- xmldoc/chapters/garmin_icons.xml | 5 +- xmldoc/chapters/preface.xml | 4 +- xmldoc/formats/compegps.xml | 16 - xmldoc/formats/g7towin.xml | 9 - xmldoc/formats/gopal.xml | 43 - xmldoc/formats/gpsman.xml | 13 - xmldoc/formats/gpsutil.xml | 12 - xmldoc/formats/jogmap.xml | 3 - xmldoc/formats/jtr.xml | 28 - xmldoc/formats/maggeo.xml | 19 - xmldoc/formats/mapsend.xml | 9 - xmldoc/formats/nmn4.xml | 10 - xmldoc/formats/options/compegps-deficon.xml | 3 - xmldoc/formats/options/compegps-index.xml | 8 - xmldoc/formats/options/compegps-radius.xml | 3 - xmldoc/formats/options/compegps-snlen.xml | 4 - xmldoc/formats/options/garmin_gpi-alerts.xml | 2 +- xmldoc/formats/options/gopal-clean.xml | 10 - xmldoc/formats/options/gopal-date.xml | 3 - xmldoc/formats/options/gopal-maxspeed.xml | 3 - xmldoc/formats/options/gopal-minspeed.xml | 3 - xmldoc/formats/options/mapsend-trkver.xml | 6 - xmldoc/formats/options/nmn4-index.xml | 9 - xmldoc/formats/options/pcx-cartoexploreur.xml | 4 - xmldoc/formats/options/pcx-deficon.xml | 3 - xmldoc/formats/options/stmsdf-index.xml | 15 - xmldoc/formats/options/stmwpp-index.xml | 9 - xmldoc/formats/options/tiger-genurl.xml | 20 - xmldoc/formats/options/tiger-iconismarker.xml | 4 - xmldoc/formats/options/tiger-margin.xml | 7 - xmldoc/formats/options/tiger-newmarker.xml | 3 - xmldoc/formats/options/tiger-nolabels.xml | 3 - xmldoc/formats/options/tiger-oldmarker.xml | 3 - xmldoc/formats/options/tiger-oldthresh.xml | 5 - xmldoc/formats/options/tiger-snlen.xml | 5 - .../formats/options/tiger-suppresswhite.xml | 4 - .../formats/options/tiger-unfoundmarker.xml | 3 - xmldoc/formats/options/tiger-xpixels.xml | 3 - xmldoc/formats/options/tiger-ypixels.xml | 4 - xmldoc/formats/options/wfff-ahcicon.xml | 3 - xmldoc/formats/options/wfff-ahoicon.xml | 4 - xmldoc/formats/options/wfff-aicicon.xml | 3 - xmldoc/formats/options/wfff-aioicon.xml | 4 - xmldoc/formats/options/wfff-snmac.xml | 3 - xmldoc/formats/options/yahoo-addrsep.xml | 9 - xmldoc/formats/pcx.xml | 13 - xmldoc/formats/pocketfms_bc.xml | 6 - xmldoc/formats/pocketfms_fp.xml | 9 - xmldoc/formats/pocketfms_wp.xml | 6 - xmldoc/formats/skyforce.xml | 13 - xmldoc/formats/stmsdf.xml | 21 - xmldoc/formats/stmwpp.xml | 10 - xmldoc/formats/tiger.xml | 9 - xmldoc/formats/vidaone.xml | 7 - xmldoc/formats/vitosmt.xml | 10 - xmldoc/formats/vitovtt.xml | 117 - xmldoc/formats/vpl.xml | 42 - xmldoc/formats/wfff.xml | 7 - xmldoc/formats/yahoo.xml | 7 - 156 files changed, 51 insertions(+), 9335 deletions(-) rename compegps.cc => deprecated/compegps.cc (100%) rename g7towin.cc => deprecated/g7towin.cc (100%) rename gopal.cc => deprecated/gopal.cc (100%) rename {style => deprecated}/gpsman.style (100%) rename gpsutil.cc => deprecated/gpsutil.cc (100%) rename jogmap.cc => deprecated/jogmap.cc (100%) rename jtr.cc => deprecated/jtr.cc (100%) rename maggeo.cc => deprecated/maggeo.cc (100%) rename mapsend.cc => deprecated/mapsend.cc (100%) rename mapsend.h => deprecated/mapsend.h (100%) rename nmn4.cc => deprecated/nmn4.cc (100%) rename pcx.cc => deprecated/pcx.cc (100%) rename pocketfms_bc.cc => deprecated/pocketfms_bc.cc (100%) rename pocketfms_fp.cc => deprecated/pocketfms_fp.cc (100%) rename pocketfms_wp.cc => deprecated/pocketfms_wp.cc (100%) rename skyforce.cc => deprecated/skyforce.cc (100%) rename stmsdf.cc => deprecated/stmsdf.cc (100%) rename stmwpp.cc => deprecated/stmwpp.cc (100%) rename tiger.cc => deprecated/tiger.cc (100%) rename vidaone.cc => deprecated/vidaone.cc (100%) rename vitosmt.cc => deprecated/vitosmt.cc (100%) rename vitovtt.cc => deprecated/vitovtt.cc (100%) rename vpl.cc => deprecated/vpl.cc (100%) rename wfff_xml.cc => deprecated/wfff_xml.cc (100%) rename yahoo.cc => deprecated/yahoo.cc (100%) rename yahoo.h => deprecated/yahoo.h (100%) delete mode 100644 gpsman delete mode 100644 gpsman2 delete mode 100644 reference/compegps-wpt.gpx delete mode 100644 reference/compegps.wpt delete mode 100644 reference/compegps.wpt.gz delete mode 100644 reference/compegps_time.wpt delete mode 100644 reference/compegps_time_wpt.gpx delete mode 100644 reference/expertgps-g7t.txt delete mode 100644 reference/expertgps.g7t delete mode 100644 reference/gopal-11-gpx.gpx delete mode 100644 reference/gopal-11.trk delete mode 100644 reference/gpsutil-1.pcx delete mode 100644 reference/ov2-in.ref delete mode 100644 reference/pocketfms_bc delete mode 100644 reference/pocketfms_bc.babel delete mode 100644 reference/pocketfms_bc.gpx delete mode 100644 reference/pocketfms_fp.gpx delete mode 100644 reference/pocketfms_fp.xml delete mode 100644 reference/pocketfms_wp.gpx delete mode 100644 reference/pocketfms_wp.txt delete mode 100644 reference/skyforce.gpx delete mode 100644 reference/skyforce_wpt.gpx delete mode 100644 reference/skyforce_wpt.txt delete mode 100644 reference/stmsdf.txt delete mode 100644 reference/vitosmt.gpx delete mode 100644 reference/vitosmt.smt create mode 100644 reference/waypoints.nmea.gz delete mode 100644 reference/wfff.gpu delete mode 100644 reference/wfff.xml delete mode 100644 reference/yahoo.csv delete mode 100644 reference/yahoo.xml rename testo.d/{ => deprecated}/compegps.test (100%) rename testo.d/{ => deprecated}/csv.test (100%) rename testo.d/{ => deprecated}/g7towin.test (100%) rename testo.d/{ => deprecated}/gopal.test (100%) rename testo.d/{ => deprecated}/gpsutil.test (100%) rename testo.d/{ => deprecated}/jtr.test (100%) rename testo.d/{ => deprecated}/maggeo.test (100%) rename testo.d/{ => deprecated}/mapsend.test (100%) rename testo.d/{ => deprecated}/mtk_locus.test (100%) rename testo.d/{ => deprecated}/nmn4.test (100%) rename testo.d/{ => deprecated}/pcx.test (100%) rename testo.d/{ => deprecated}/pocketfms.test (100%) rename testo.d/{ => deprecated}/skyforce.test (100%) rename testo.d/{ => deprecated}/stmsdf.test (100%) rename testo.d/{ => deprecated}/stmwpp.test (100%) rename testo.d/{ => deprecated}/tiger.test (100%) rename testo.d/{ => deprecated}/vpl.test (100%) rename testo.d/{ => deprecated}/wfff.test (100%) rename testo.d/{ => deprecated}/yahoo.test (100%) delete mode 100644 testo.d/gpsman.test delete mode 100644 testo.d/jogmap.test delete mode 100644 testo.d/vidaone.test delete mode 100644 testo.d/vitosmt.test delete mode 100644 testo.d/vitovtt.test delete mode 100644 xmldoc/formats/compegps.xml delete mode 100644 xmldoc/formats/g7towin.xml delete mode 100644 xmldoc/formats/gopal.xml delete mode 100644 xmldoc/formats/gpsman.xml delete mode 100644 xmldoc/formats/gpsutil.xml delete mode 100644 xmldoc/formats/jogmap.xml delete mode 100644 xmldoc/formats/jtr.xml delete mode 100644 xmldoc/formats/maggeo.xml delete mode 100644 xmldoc/formats/mapsend.xml delete mode 100644 xmldoc/formats/nmn4.xml delete mode 100644 xmldoc/formats/options/compegps-deficon.xml delete mode 100644 xmldoc/formats/options/compegps-index.xml delete mode 100644 xmldoc/formats/options/compegps-radius.xml delete mode 100644 xmldoc/formats/options/compegps-snlen.xml delete mode 100644 xmldoc/formats/options/gopal-clean.xml delete mode 100644 xmldoc/formats/options/gopal-date.xml delete mode 100644 xmldoc/formats/options/gopal-maxspeed.xml delete mode 100644 xmldoc/formats/options/gopal-minspeed.xml delete mode 100644 xmldoc/formats/options/mapsend-trkver.xml delete mode 100644 xmldoc/formats/options/nmn4-index.xml delete mode 100644 xmldoc/formats/options/pcx-cartoexploreur.xml delete mode 100644 xmldoc/formats/options/pcx-deficon.xml delete mode 100644 xmldoc/formats/options/stmsdf-index.xml delete mode 100644 xmldoc/formats/options/stmwpp-index.xml delete mode 100644 xmldoc/formats/options/tiger-genurl.xml delete mode 100644 xmldoc/formats/options/tiger-iconismarker.xml delete mode 100644 xmldoc/formats/options/tiger-margin.xml delete mode 100644 xmldoc/formats/options/tiger-newmarker.xml delete mode 100644 xmldoc/formats/options/tiger-nolabels.xml delete mode 100644 xmldoc/formats/options/tiger-oldmarker.xml delete mode 100644 xmldoc/formats/options/tiger-oldthresh.xml delete mode 100644 xmldoc/formats/options/tiger-snlen.xml delete mode 100644 xmldoc/formats/options/tiger-suppresswhite.xml delete mode 100644 xmldoc/formats/options/tiger-unfoundmarker.xml delete mode 100644 xmldoc/formats/options/tiger-xpixels.xml delete mode 100644 xmldoc/formats/options/tiger-ypixels.xml delete mode 100644 xmldoc/formats/options/wfff-ahcicon.xml delete mode 100644 xmldoc/formats/options/wfff-ahoicon.xml delete mode 100644 xmldoc/formats/options/wfff-aicicon.xml delete mode 100644 xmldoc/formats/options/wfff-aioicon.xml delete mode 100644 xmldoc/formats/options/wfff-snmac.xml delete mode 100644 xmldoc/formats/options/yahoo-addrsep.xml delete mode 100644 xmldoc/formats/pcx.xml delete mode 100644 xmldoc/formats/pocketfms_bc.xml delete mode 100644 xmldoc/formats/pocketfms_fp.xml delete mode 100644 xmldoc/formats/pocketfms_wp.xml delete mode 100644 xmldoc/formats/skyforce.xml delete mode 100644 xmldoc/formats/stmsdf.xml delete mode 100644 xmldoc/formats/stmwpp.xml delete mode 100644 xmldoc/formats/tiger.xml delete mode 100644 xmldoc/formats/vidaone.xml delete mode 100644 xmldoc/formats/vitosmt.xml delete mode 100644 xmldoc/formats/vitovtt.xml delete mode 100644 xmldoc/formats/vpl.xml delete mode 100644 xmldoc/formats/wfff.xml delete mode 100644 xmldoc/formats/yahoo.xml diff --git a/CMakeLists.txt b/CMakeLists.txt index 44fd9dda3..ca8886069 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -28,39 +28,34 @@ if(${QT_VERSION_MAJOR} EQUAL "6") endif() set(MINIMAL_FMTS - magproto.cc explorist_ini.cc gpx.cc geo.cc mapsend.cc garmin.cc + magproto.cc explorist_ini.cc gpx.cc geo.cc garmin.cc garmin_device_xml.cc garmin_tables.cc internal_styles.cc nmea.cc kml.cc wbt-200.cc ) set(ALL_FMTS - ${MINIMAL_FMTS} gtm.cc gpsutil.cc pcx.cc + ${MINIMAL_FMTS} gtm.cc skytraq.cc holux.cc tpg.cc tpo.cc - xcsv.cc tiger.cc easygps.cc + xcsv.cc easygps.cc saroute.cc navicache.cc delgpl.cc ozi.cc text.cc html.cc igc.cc brauniger_iq.cc shape.cc hiketech.cc glogbook.cc vcf.cc lowranceusr.cc tomtom.cc - tef_xml.cc maggeo.cc vitosmt.cc gdb.cc bcr.cc - ignrando.cc stmwpp.cc nmn4.cc compegps.cc - yahoo.cc unicsv.cc wfff_xml.cc garmin_txt.cc gpssim.cc - stmsdf.cc gtrnctr.cc dmtlog.cc raymarine.cc vitovtt.cc - ggv_log.cc g7towin.cc garmin_gpi.cc lmx.cc random.cc xol.cc dg-100.cc - navilink.cc mtk_logger.cc ik3d.cc osm.cc destinator.cc exif.cc vidaone.cc - igo8.cc gopal.cc humminbird.cc mapasia.cc gnav_trl.cc navitel.cc ggv_ovl.cc - jtr.cc sbp.cc sbn.cc mmo.cc skyforce.cc itracku.cc v900.cc - pocketfms_bc.cc pocketfms_fp.cc pocketfms_wp.cc enigma.cc - vpl.cc teletype.cc jogmap.cc wintec_tes.cc + tef_xml.cc gdb.cc bcr.cc + ignrando.cc + unicsv.cc garmin_txt.cc gpssim.cc + gtrnctr.cc dmtlog.cc raymarine.cc + ggv_log.cc garmin_gpi.cc lmx.cc random.cc xol.cc dg-100.cc + navilink.cc mtk_logger.cc ik3d.cc osm.cc destinator.cc exif.cc + igo8.cc humminbird.cc mapasia.cc gnav_trl.cc navitel.cc ggv_ovl.cc + sbp.cc sbn.cc mmo.cc itracku.cc v900.cc + enigma.cc + teletype.cc wintec_tes.cc subrip.cc garmin_xt.cc garmin_fit.cc mtk_locus.cc googledir.cc mapbar_track.cc mapfactor.cc f90g_track.cc energympro.cc mynav.cc ggv_bin.cc globalsat_sport.cc geojson.cc qstarz_bl_1000.cc ) -#DEPRECATED_FMTS=cetus.cc copilot.cc gpspilot.cc magnav.cc psp.cc gcdb.cc quovadis.cc gpilots.cc geoniche.cc palmdoc.cc hsa_ndv.cc coastexp.cc pathaway.cc coto.cc msroute.cc mag_pdb.cc axim_gpb.cc delbin.cc google.cc psitrex.cc - -#DEPRECATED_HEADERS=geo.h quovadis.h -#DEPRECATED_SHAPE=pdbfile.cc - # ALL_FMTS=$$MINIMAL_FMTS set(FILTERS position.cc radius.cc duplicate.cc arcdist.cc polygon.cc smplrout.cc @@ -157,7 +152,6 @@ set(HEADERS legacyformat.h lowranceusr.h magellan.h - mapsend.h mynav.h navilink.h nmea.h @@ -173,7 +167,7 @@ set(HEADERS vecs.h xcsv.h xmlgeneric.h - yahoo.h + zlib/crc32.h zlib/deflate.h zlib/gzguts.h diff --git a/GPSBabel.pro b/GPSBabel.pro index 9c3b5c89b..0428a879d 100644 --- a/GPSBabel.pro +++ b/GPSBabel.pro @@ -55,36 +55,31 @@ GB.setupfile.input = gui/setup.iss.qmake.in GB.setupfile.output = gui/setup.iss QMAKE_SUBSTITUTES += GB.setupfile -MINIMAL_FMTS = magproto.cc explorist_ini.cc gpx.cc geo.cc mapsend.cc garmin.cc \ +MINIMAL_FMTS = magproto.cc explorist_ini.cc gpx.cc geo.cc garmin.cc \ garmin_device_xml.cc garmin_tables.cc nmea.cc \ kml.cc wbt-200.cc -ALL_FMTS=$$MINIMAL_FMTS gtm.cc gpsutil.cc pcx.cc \ +ALL_FMTS=$$MINIMAL_FMTS gtm.cc \ skytraq.cc holux.cc tpg.cc tpo.cc \ - xcsv.cc tiger.cc easygps.cc \ + xcsv.cc easygps.cc \ saroute.cc navicache.cc delgpl.cc \ ozi.cc text.cc html.cc \ igc.cc brauniger_iq.cc shape.cc hiketech.cc glogbook.cc \ vcf.cc lowranceusr.cc tomtom.cc \ - tef_xml.cc maggeo.cc vitosmt.cc gdb.cc bcr.cc \ - ignrando.cc stmwpp.cc nmn4.cc compegps.cc \ - yahoo.cc unicsv.cc wfff_xml.cc garmin_txt.cc gpssim.cc \ - stmsdf.cc gtrnctr.cc dmtlog.cc raymarine.cc vitovtt.cc \ - ggv_log.cc g7towin.cc garmin_gpi.cc lmx.cc random.cc xol.cc dg-100.cc \ - navilink.cc mtk_logger.cc ik3d.cc osm.cc destinator.cc exif.cc vidaone.cc \ - igo8.cc gopal.cc humminbird.cc mapasia.cc gnav_trl.cc navitel.cc ggv_ovl.cc \ - jtr.cc sbp.cc sbn.cc mmo.cc skyforce.cc itracku.cc v900.cc \ - pocketfms_bc.cc pocketfms_fp.cc pocketfms_wp.cc enigma.cc \ - vpl.cc teletype.cc jogmap.cc wintec_tes.cc \ + tef_xml.cc gdb.cc bcr.cc \ + ignrando.cc \ + unicsv.cc garmin_txt.cc gpssim.cc \ + gtrnctr.cc dmtlog.cc raymarine.cc \ + ggv_log.cc garmin_gpi.cc lmx.cc random.cc xol.cc dg-100.cc \ + navilink.cc mtk_logger.cc ik3d.cc osm.cc destinator.cc exif.cc \ + igo8.cc humminbird.cc mapasia.cc gnav_trl.cc navitel.cc ggv_ovl.cc \ + sbp.cc sbn.cc mmo.cc itracku.cc v900.cc \ + enigma.cc \ + teletype.cc wintec_tes.cc \ subrip.cc garmin_xt.cc garmin_fit.cc \ mtk_locus.cc googledir.cc mapbar_track.cc mapfactor.cc f90g_track.cc \ energympro.cc mynav.cc ggv_bin.cc globalsat_sport.cc geojson.cc qstarz_bl_1000.cc -DEPRECATED_FMTS=cetus.cc copilot.cc gpspilot.cc magnav.cc psp.cc gcdb.cc quovadis.cc gpilots.cc geoniche.cc palmdoc.cc hsa_ndv.cc coastexp.cc pathaway.cc coto.cc msroute.cc mag_pdb.cc axim_gpb.cc delbin.cc google.cc psitrex.cc - -DEPRECATED_HEADERS=geo.h quovadis.h -DEPRECATED_SHAPE=pdbfile.cc - # ALL_FMTS=$$MINIMAL_FMTS FILTERS=position.cc radius.cc duplicate.cc arcdist.cc polygon.cc smplrout.cc \ reverse_route.cc sort.cc stackfilter.cc trackfilter.cc discard.cc \ @@ -166,7 +161,6 @@ HEADERS = \ legacyformat.h \ lowranceusr.h \ magellan.h \ - mapsend.h \ mynav.h \ navilink.h \ nmea.h \ @@ -181,7 +175,6 @@ HEADERS = \ vecs.h \ xcsv.h \ xmlgeneric.h \ - yahoo.h \ src/core/datetime.h \ src/core/file.h \ src/core/logging.h \ diff --git a/compegps.cc b/deprecated/compegps.cc similarity index 100% rename from compegps.cc rename to deprecated/compegps.cc diff --git a/g7towin.cc b/deprecated/g7towin.cc similarity index 100% rename from g7towin.cc rename to deprecated/g7towin.cc diff --git a/gopal.cc b/deprecated/gopal.cc similarity index 100% rename from gopal.cc rename to deprecated/gopal.cc diff --git a/style/gpsman.style b/deprecated/gpsman.style similarity index 100% rename from style/gpsman.style rename to deprecated/gpsman.style diff --git a/gpsutil.cc b/deprecated/gpsutil.cc similarity index 100% rename from gpsutil.cc rename to deprecated/gpsutil.cc diff --git a/jogmap.cc b/deprecated/jogmap.cc similarity index 100% rename from jogmap.cc rename to deprecated/jogmap.cc diff --git a/jtr.cc b/deprecated/jtr.cc similarity index 100% rename from jtr.cc rename to deprecated/jtr.cc diff --git a/maggeo.cc b/deprecated/maggeo.cc similarity index 100% rename from maggeo.cc rename to deprecated/maggeo.cc diff --git a/mapsend.cc b/deprecated/mapsend.cc similarity index 100% rename from mapsend.cc rename to deprecated/mapsend.cc diff --git a/mapsend.h b/deprecated/mapsend.h similarity index 100% rename from mapsend.h rename to deprecated/mapsend.h diff --git a/nmn4.cc b/deprecated/nmn4.cc similarity index 100% rename from nmn4.cc rename to deprecated/nmn4.cc diff --git a/pcx.cc b/deprecated/pcx.cc similarity index 100% rename from pcx.cc rename to deprecated/pcx.cc diff --git a/pocketfms_bc.cc b/deprecated/pocketfms_bc.cc similarity index 100% rename from pocketfms_bc.cc rename to deprecated/pocketfms_bc.cc diff --git a/pocketfms_fp.cc b/deprecated/pocketfms_fp.cc similarity index 100% rename from pocketfms_fp.cc rename to deprecated/pocketfms_fp.cc diff --git a/pocketfms_wp.cc b/deprecated/pocketfms_wp.cc similarity index 100% rename from pocketfms_wp.cc rename to deprecated/pocketfms_wp.cc diff --git a/skyforce.cc b/deprecated/skyforce.cc similarity index 100% rename from skyforce.cc rename to deprecated/skyforce.cc diff --git a/stmsdf.cc b/deprecated/stmsdf.cc similarity index 100% rename from stmsdf.cc rename to deprecated/stmsdf.cc diff --git a/stmwpp.cc b/deprecated/stmwpp.cc similarity index 100% rename from stmwpp.cc rename to deprecated/stmwpp.cc diff --git a/tiger.cc b/deprecated/tiger.cc similarity index 100% rename from tiger.cc rename to deprecated/tiger.cc diff --git a/vidaone.cc b/deprecated/vidaone.cc similarity index 100% rename from vidaone.cc rename to deprecated/vidaone.cc diff --git a/vitosmt.cc b/deprecated/vitosmt.cc similarity index 100% rename from vitosmt.cc rename to deprecated/vitosmt.cc diff --git a/vitovtt.cc b/deprecated/vitovtt.cc similarity index 100% rename from vitovtt.cc rename to deprecated/vitovtt.cc diff --git a/vpl.cc b/deprecated/vpl.cc similarity index 100% rename from vpl.cc rename to deprecated/vpl.cc diff --git a/wfff_xml.cc b/deprecated/wfff_xml.cc similarity index 100% rename from wfff_xml.cc rename to deprecated/wfff_xml.cc diff --git a/yahoo.cc b/deprecated/yahoo.cc similarity index 100% rename from yahoo.cc rename to deprecated/yahoo.cc diff --git a/yahoo.h b/deprecated/yahoo.h similarity index 100% rename from yahoo.h rename to deprecated/yahoo.h diff --git a/gpsman b/gpsman deleted file mode 100644 index 771a261f5..000000000 --- a/gpsman +++ /dev/null @@ -1,53 +0,0 @@ -% Written by GPSManager 05-Apr-2002 21:52:36 (EST) -% Edit at your own risk! - -!Format: DMS 1 WGS 84 -!Creation: no - -!W: -GC894 N41 20 07.9 W85 24 31.9 alt=-0.114379882812 GD108:class=|c! GD108:colour=~|Z GD108:attrs=` GD108:depth=QY|c%|_i GD108:state=|cAA GD108:country=|cAA -GC1F78 N40 43 04.1 W85 06 25.1 alt=-0.114379882812 GD108:class=|c! GD108:colour=~|Z GD108:attrs=` GD108:depth=QY|c%|_i GD108:state=|cAA GD108:country=|cAA -003 N41 07 21.3 W85 09 23.5 symbol=boat_ramp alt=220.506469727 GD108:class=|c! GD108:colour=~|Z GD108:attrs=` GD108:depth=QY|c%|_i GD108:state=|cAA GD108:country=|cAA -GC93 N41 43 09.4 W85 58 59.9 alt=-0.114379882812 GD108:class=|c! GD108:colour=~|Z GD108:attrs=` GD108:depth=QY|c%|_i GD108:state=|cAA GD108:country=|cAA -GC2193 N40 25 29.0 W86 54 52.0 alt=-0.114379882812 GD108:class=|c! GD108:colour=~|Z GD108:attrs=` GD108:depth=QY|c%|_i GD108:state=|cAA GD108:country=|cAA -004 N41 07 22.6 W85 09 24.3 symbol=flag alt=250.787719727 GD108:class=|c! GD108:colour=~|Z GD108:attrs=` GD108:depth=QY|c%|_i GD108:state=|cAA GD108:country=|cAA -GCA80 N40 29 14.3 W86 51 50.5 alt=-0.114379882812 GD108:class=|c! GD108:colour=~|Z GD108:attrs=` GD108:depth=QY|c%|_i GD108:state=|cAA GD108:country=|cAA -GC28CB N40 50 32.8 W85 25 20.8 alt=-0.114379882812 GD108:class=|c! GD108:colour=~|Z GD108:attrs=` GD108:depth=QY|c%|_i GD108:state=|cAA GD108:country=|cAA -GC2665 N40 45 56.4 W85 35 58.3 alt=-0.114379882812 GD108:class=|c! GD108:colour=~|Z GD108:attrs=` GD108:depth=QY|c%|_i GD108:state=|cAA GD108:country=|cAA -005 N41 02 51.4 W85 16 41.6 symbol=flag alt=263.044433594 GD108:class=|c! GD108:colour=~|Z GD108:attrs=` GD108:depth=QY|c%|_i GD108:state=|cAA GD108:country=|cAA -GCB78 N40 26 17.9 W86 54 02.2 alt=-0.114379882812 GD108:class=|c! GD108:colour=~|Z GD108:attrs=` GD108:depth=QY|c%|_i GD108:state=|cAA GD108:country=|cAA -GC2ADC N40 26 16.4 W86 48 21.6 alt=-0.114379882812 GD108:class=|c! GD108:colour=~|Z GD108:attrs=` GD108:depth=QY|c%|_i GD108:state=|cAA GD108:country=|cAA -ABACUS N41 04 20.6 W85 13 50.8 symbol=building alt=243.577880859 GD108:class=|c! GD108:colour=~|Z GD108:attrs=` GD108:depth=QY|c%|_i GD108:state=|cAA GD108:country=|cAA -GCD85 N41 05 03.3 W85 08 11.1 alt=-0.114379882812 GD108:class=|c! GD108:colour=~|Z GD108:attrs=` GD108:depth=QY|c%|_i GD108:state=|cAA GD108:country=|cAA -GCB8 N40 26 09.5 W87 09 49.1 alt=-0.114379882812 GD108:class=|c! GD108:colour=~|Z GD108:attrs=` GD108:depth=QY|c%|_i GD108:state=|cAA GD108:country=|cAA -GC2BE8 N40 52 45.9 W85 32 26.1 alt=-0.114379882812 GD108:class=|c! GD108:colour=~|Z GD108:attrs=` GD108:depth=QY|c%|_i GD108:state=|cAA GD108:country=|cAA -CASH1 N41 04 41.8 W85 08 19.3 symbol=flag alt=245.740844727 GD108:class=|c! GD108:colour=~|Z GD108:attrs=` GD108:depth=QY|c%|_i GD108:state=|cAA GD108:country=|cAA -H0ME N41 02 51.7 W85 16 42.1 symbol=house alt=272.176879883 GD108:class=|c! GD108:colour=~|Z GD108:attrs=` GD108:depth=QY|c%|_i GD108:state=|cAA GD108:country=|cAA -GC2C81 N41 12 24.2 W85 02 23.5 alt=-0.114379882812 GD108:class=|c! GD108:colour=~|Z GD108:attrs=` GD108:depth=QY|c%|_i GD108:state=|cAA GD108:country=|cAA -CENCEN N41 41 39.0 W86 14 53.3 alt=-0.114379882812 GD108:class=|c! GD108:colour=~|Z GD108:attrs=` GD108:depth=QY|c%|_i GD108:state=|cAA GD108:country=|cAA -TOSB2 N41 44 00.4 W84 59 46.4 alt=-0.114379882812 GD108:class=|c! GD108:colour=~|Z GD108:attrs=` GD108:depth=QY|c%|_i GD108:state=|cAA GD108:country=|cAA -GC2C90 N40 50 08.2 W85 27 14.9 alt=-0.114379882812 GD108:class=|c! GD108:colour=~|Z GD108:attrs=` GD108:depth=QY|c%|_i GD108:state=|cAA GD108:country=|cAA -CWORK N41 07 23.0 W85 09 24.7 symbol=flag alt=254.633056641 GD108:class=|c! GD108:colour=~|Z GD108:attrs=` GD108:depth=QY|c%|_i GD108:state=|cAA GD108:country=|cAA -TOSB3 N41 43 21.9 W86 15 20.3 alt=-0.114379882812 GD108:class=|c! GD108:colour=~|Z GD108:attrs=` GD108:depth=QY|c%|_i GD108:state=|cAA GD108:country=|cAA -GC2C91 N41 05 01.4 W85 08 18.7 alt=-0.114379882812 GD108:class=|c! GD108:colour=~|Z GD108:attrs=` GD108:depth=QY|c%|_i GD108:state=|cAA GD108:country=|cAA -FRSB1 N41 40 34.1 W86 15 01.1 alt=-0.114379882812 GD108:class=|c! GD108:colour=~|Z GD108:attrs=` GD108:depth=QY|c%|_i GD108:state=|cAA GD108:country=|cAA -UNITA N41 02 52.2 W85 16 41.6 symbol=flag alt=256.795898438 GD108:class=|c! GD108:colour=~|Z GD108:attrs=` GD108:depth=QY|c%|_i GD108:state=|cAA GD108:country=|cAA -GC2F53 N41 43 57.0 W86 04 48.3 alt=-0.114379882812 GD108:class=|c! GD108:colour=~|Z GD108:attrs=` GD108:depth=QY|c%|_i GD108:state=|cAA GD108:country=|cAA -FRSB2 N41 38 10.3 W86 15 04.4 alt=-0.114379882812 GD108:class=|c! GD108:colour=~|Z GD108:attrs=` GD108:depth=QY|c%|_i GD108:state=|cAA GD108:country=|cAA -GC333A N41 01 42.7 W85 11 49.3 alt=-0.114379882812 GD108:class=|c! GD108:colour=~|Z GD108:attrs=` GD108:depth=QY|c%|_i GD108:state=|cAA GD108:country=|cAA -FRSB4 N41 37 27.7 W86 15 08.7 alt=-0.114379882812 GD108:class=|c! GD108:colour=~|Z GD108:attrs=` GD108:depth=QY|c%|_i GD108:state=|cAA GD108:country=|cAA -FRSB5 N41 38 53.4 W85 56 55.0 alt=-0.114379882812 GD108:class=|c! GD108:colour=~|Z GD108:attrs=` GD108:depth=QY|c%|_i GD108:state=|cAA GD108:country=|cAA -GC34D4 N41 58 16.8 W86 11 05.3 alt=-0.114379882812 GD108:class=|c! GD108:colour=~|Z GD108:attrs=` GD108:depth=QY|c%|_i GD108:state=|cAA GD108:country=|cAA -FRSB6 N41 34 46.3 W85 50 01.8 alt=-0.114379882812 GD108:class=|c! GD108:colour=~|Z GD108:attrs=` GD108:depth=QY|c%|_i GD108:state=|cAA GD108:country=|cAA -GC42A1 N41 05 02.1 W85 03 14.2 alt=-0.114379882812 GD108:class=|c! GD108:colour=~|Z GD108:attrs=` GD108:depth=QY|c%|_i GD108:state=|cAA GD108:country=|cAA -GC37C4 N41 38 15.5 W85 54 19.6 alt=-0.114379882812 GD108:class=|c! GD108:colour=~|Z GD108:attrs=` GD108:depth=QY|c%|_i GD108:state=|cAA GD108:country=|cAA -FRSB7 N41 07 42.2 W85 11 47.8 alt=-0.114379882812 GD108:class=|c! GD108:colour=~|Z GD108:attrs=` GD108:depth=QY|c%|_i GD108:state=|cAA GD108:country=|cAA -GC4378 N40 53 27.2 W85 28 13.4 alt=-0.114379882812 GD108:class=|c! GD108:colour=~|Z GD108:attrs=` GD108:depth=QY|c%|_i GD108:state=|cAA GD108:country=|cAA -GC11EF N40 01 45.3 W86 53 17.4 alt=-0.114379882812 GD108:class=|c! GD108:colour=~|Z GD108:attrs=` GD108:depth=QY|c%|_i GD108:state=|cAA GD108:country=|cAA -GC44E5 N41 01 03.7 W85 15 07.0 alt=-0.114379882812 GD108:class=|c! GD108:colour=~|Z GD108:attrs=` GD108:depth=QY|c%|_i GD108:state=|cAA GD108:country=|cAA -GC12FF N41 33 23.9 W86 21 26.9 alt=-0.114379882812 GD108:class=|c! GD108:colour=~|Z GD108:attrs=` GD108:depth=QY|c%|_i GD108:state=|cAA GD108:country=|cAA -GC47A5 N40 25 15.3 W86 54 17.6 alt=-0.114379882812 GD108:class=|c! GD108:colour=~|Z GD108:attrs=` GD108:depth=QY|c%|_i GD108:state=|cAA GD108:country=|cAA -GC17E0 N41 52 01.5 W86 36 12.5 alt=-0.114379882812 GD108:class=|c! GD108:colour=~|Z GD108:attrs=` GD108:depth=QY|c%|_i GD108:state=|cAA GD108:country=|cAA -GC488D N41 33 43.7 W85 50 18.3 alt=-0.114379882812 GD108:class=|c! GD108:colour=~|Z GD108:attrs=` GD108:depth=QY|c%|_i GD108:state=|cAA GD108:country=|cAA -GC1A9C N41 06 36.2 W85 09 20.8 alt=-0.114379882812 GD108:class=|c! GD108:colour=~|Z GD108:attrs=` GD108:depth=QY|c%|_i GD108:state=|cAA GD108:country=|cAA - diff --git a/gpsman2 b/gpsman2 deleted file mode 100644 index 4cf6db838..000000000 --- a/gpsman2 +++ /dev/null @@ -1,75 +0,0 @@ -% Written by GPSManager 24-May-2002 13:51:04 (CST) -% Edit at your own risk! - -!Format: DMM 1 WGS 84 -!Creation: no - -!W: -!Position: DMS -GC37C4 N41 38 15.5 W85 54 19.6 alt=-0.114379882812 GD108:class=|c! GD108:colour=~|Z GD108:attrs=` GD108:depth=QY|c%|_i GD108:state=|cAA GD108:country=|cAA -H0ME N41 02 51.7 W85 16 42.1 symbol=house alt=272.176879883 GD108:class=|c! GD108:colour=~|Z GD108:attrs=` GD108:depth=QY|c%|_i GD108:state=|cAA GD108:country=|cAA -GC894 N41 20 07.9 W85 24 31.9 alt=-0.114379882812 GD108:class=|c! GD108:colour=~|Z GD108:attrs=` GD108:depth=QY|c%|_i GD108:state=|cAA GD108:country=|cAA -FRSB7 N41 07 42.2 W85 11 47.8 alt=-0.114379882812 GD108:class=|c! GD108:colour=~|Z GD108:attrs=` GD108:depth=QY|c%|_i GD108:state=|cAA GD108:country=|cAA -GC2C81 N41 12 24.2 W85 02 23.5 alt=-0.114379882812 GD108:class=|c! GD108:colour=~|Z GD108:attrs=` GD108:depth=QY|c%|_i GD108:state=|cAA GD108:country=|cAA -GC1F78 N40 43 04.1 W85 06 25.1 alt=-0.114379882812 GD108:class=|c! GD108:colour=~|Z GD108:attrs=` GD108:depth=QY|c%|_i GD108:state=|cAA GD108:country=|cAA -GC4378 N40 53 27.2 W85 28 13.4 alt=-0.114379882812 GD108:class=|c! GD108:colour=~|Z GD108:attrs=` GD108:depth=QY|c%|_i GD108:state=|cAA GD108:country=|cAA -TOSB2 N41 44 00.4 W84 59 46.4 alt=-0.114379882812 GD108:class=|c! GD108:colour=~|Z GD108:attrs=` GD108:depth=QY|c%|_i GD108:state=|cAA GD108:country=|cAA -CENCEN N41 41 39.0 W86 14 53.3 alt=-0.114379882812 GD108:class=|c! GD108:colour=~|Z GD108:attrs=` GD108:depth=QY|c%|_i GD108:state=|cAA GD108:country=|cAA -003 N41 07 21.3 W85 09 23.5 symbol=boat_ramp alt=220.506469727 GD108:class=|c! GD108:colour=~|Z GD108:attrs=` GD108:depth=QY|c%|_i GD108:state=|cAA GD108:country=|cAA -GC11EF N40 01 45.3 W86 53 17.4 alt=-0.114379882812 GD108:class=|c! GD108:colour=~|Z GD108:attrs=` GD108:depth=QY|c%|_i GD108:state=|cAA GD108:country=|cAA -GC2C90 N40 50 08.2 W85 27 14.9 alt=-0.114379882812 GD108:class=|c! GD108:colour=~|Z GD108:attrs=` GD108:depth=QY|c%|_i GD108:state=|cAA GD108:country=|cAA -GC93 N41 43 09.4 W85 58 59.9 alt=-0.114379882812 GD108:class=|c! GD108:colour=~|Z GD108:attrs=` GD108:depth=QY|c%|_i GD108:state=|cAA GD108:country=|cAA -GC12FF N41 33 23.9 W86 21 26.9 alt=-0.114379882812 GD108:class=|c! GD108:colour=~|Z GD108:attrs=` GD108:depth=QY|c%|_i GD108:state=|cAA GD108:country=|cAA -GC44E5 N41 01 03.7 W85 15 07.0 alt=-0.114379882812 GD108:class=|c! GD108:colour=~|Z GD108:attrs=` GD108:depth=QY|c%|_i GD108:state=|cAA GD108:country=|cAA -CWORK N41 07 23.0 W85 09 24.7 symbol=flag alt=254.633056641 GD108:class=|c! GD108:colour=~|Z GD108:attrs=` GD108:depth=QY|c%|_i GD108:state=|cAA GD108:country=|cAA -GC2193 N40 25 29.0 W86 54 52.0 alt=-0.114379882812 GD108:class=|c! GD108:colour=~|Z GD108:attrs=` GD108:depth=QY|c%|_i GD108:state=|cAA GD108:country=|cAA -GC47A5 N40 25 15.3 W86 54 17.6 alt=-0.114379882812 GD108:class=|c! GD108:colour=~|Z GD108:attrs=` GD108:depth=QY|c%|_i GD108:state=|cAA GD108:country=|cAA -TOSB3 N41 43 21.9 W86 15 20.3 alt=-0.114379882812 GD108:class=|c! GD108:colour=~|Z GD108:attrs=` GD108:depth=QY|c%|_i GD108:state=|cAA GD108:country=|cAA -004 N41 07 22.6 W85 09 24.3 symbol=flag alt=250.787719727 GD108:class=|c! GD108:colour=~|Z GD108:attrs=` GD108:depth=QY|c%|_i GD108:state=|cAA GD108:country=|cAA -GC17E0 N41 52 01.5 W86 36 12.5 alt=-0.114379882812 GD108:class=|c! GD108:colour=~|Z GD108:attrs=` GD108:depth=QY|c%|_i GD108:state=|cAA GD108:country=|cAA -GC2C91 N41 05 01.4 W85 08 18.7 alt=-0.114379882812 GD108:class=|c! GD108:colour=~|Z GD108:attrs=` GD108:depth=QY|c%|_i GD108:state=|cAA GD108:country=|cAA -GCA80 N40 29 14.3 W86 51 50.5 alt=-0.114379882812 GD108:class=|c! GD108:colour=~|Z GD108:attrs=` GD108:depth=QY|c%|_i GD108:state=|cAA GD108:country=|cAA -GC488D N41 33 43.7 W85 50 18.3 alt=-0.114379882812 GD108:class=|c! GD108:colour=~|Z GD108:attrs=` GD108:depth=QY|c%|_i GD108:state=|cAA GD108:country=|cAA -FRSB1 N41 40 34.1 W86 15 01.1 alt=-0.114379882812 GD108:class=|c! GD108:colour=~|Z GD108:attrs=` GD108:depth=QY|c%|_i GD108:state=|cAA GD108:country=|cAA -GC28CB N40 50 32.8 W85 25 20.8 alt=-0.114379882812 GD108:class=|c! GD108:colour=~|Z GD108:attrs=` GD108:depth=QY|c%|_i GD108:state=|cAA GD108:country=|cAA -GC1A9C N41 06 36.2 W85 09 20.8 alt=-0.114379882812 GD108:class=|c! GD108:colour=~|Z GD108:attrs=` GD108:depth=QY|c%|_i GD108:state=|cAA GD108:country=|cAA -UNITA N41 02 52.2 W85 16 41.6 symbol=flag alt=256.795898438 GD108:class=|c! GD108:colour=~|Z GD108:attrs=` GD108:depth=QY|c%|_i GD108:state=|cAA GD108:country=|cAA -GC2665 N40 45 56.4 W85 35 58.3 alt=-0.114379882812 GD108:class=|c! GD108:colour=~|Z GD108:attrs=` GD108:depth=QY|c%|_i GD108:state=|cAA GD108:country=|cAA -GC2F53 N41 43 57.0 W86 04 48.3 alt=-0.114379882812 GD108:class=|c! GD108:colour=~|Z GD108:attrs=` GD108:depth=QY|c%|_i GD108:state=|cAA GD108:country=|cAA -005 N41 02 51.4 W85 16 41.6 symbol=flag alt=263.044433594 GD108:class=|c! GD108:colour=~|Z GD108:attrs=` GD108:depth=QY|c%|_i GD108:state=|cAA GD108:country=|cAA -GCB78 N40 26 17.9 W86 54 02.2 alt=-0.114379882812 GD108:class=|c! GD108:colour=~|Z GD108:attrs=` GD108:depth=QY|c%|_i GD108:state=|cAA GD108:country=|cAA -FRSB2 N41 38 10.3 W86 15 04.4 alt=-0.114379882812 GD108:class=|c! GD108:colour=~|Z GD108:attrs=` GD108:depth=QY|c%|_i GD108:state=|cAA GD108:country=|cAA -GC2ADC N40 26 16.4 W86 48 21.6 alt=-0.114379882812 GD108:class=|c! GD108:colour=~|Z GD108:attrs=` GD108:depth=QY|c%|_i GD108:state=|cAA GD108:country=|cAA -FRSB4 N41 37 27.7 W86 15 08.7 alt=-0.114379882812 GD108:class=|c! GD108:colour=~|Z GD108:attrs=` GD108:depth=QY|c%|_i GD108:state=|cAA GD108:country=|cAA -GC333A N41 01 42.7 W85 11 49.3 alt=-0.114379882812 GD108:class=|c! GD108:colour=~|Z GD108:attrs=` GD108:depth=QY|c%|_i GD108:state=|cAA GD108:country=|cAA -ABACUS N41 04 20.6 W85 13 50.8 symbol=building alt=243.577880859 GD108:class=|c! GD108:colour=~|Z GD108:attrs=` GD108:depth=QY|c%|_i GD108:state=|cAA GD108:country=|cAA -FRSB5 N41 38 53.4 W85 56 55.0 alt=-0.114379882812 GD108:class=|c! GD108:colour=~|Z GD108:attrs=` GD108:depth=QY|c%|_i GD108:state=|cAA GD108:country=|cAA -GCD85 N41 05 03.3 W85 08 11.1 alt=-0.114379882812 GD108:class=|c! GD108:colour=~|Z GD108:attrs=` GD108:depth=QY|c%|_i GD108:state=|cAA GD108:country=|cAA -GC34D4 N41 58 16.8 W86 11 05.3 alt=-0.114379882812 GD108:class=|c! GD108:colour=~|Z GD108:attrs=` GD108:depth=QY|c%|_i GD108:state=|cAA GD108:country=|cAA -GCB8 N40 26 09.5 W87 09 49.1 alt=-0.114379882812 GD108:class=|c! GD108:colour=~|Z GD108:attrs=` GD108:depth=QY|c%|_i GD108:state=|cAA GD108:country=|cAA -FRSB6 N41 34 46.3 W85 50 01.8 alt=-0.114379882812 GD108:class=|c! GD108:colour=~|Z GD108:attrs=` GD108:depth=QY|c%|_i GD108:state=|cAA GD108:country=|cAA -GC2BE8 N40 52 45.9 W85 32 26.1 alt=-0.114379882812 GD108:class=|c! GD108:colour=~|Z GD108:attrs=` GD108:depth=QY|c%|_i GD108:state=|cAA GD108:country=|cAA -GC42A1 N41 05 02.1 W85 03 14.2 alt=-0.114379882812 GD108:class=|c! GD108:colour=~|Z GD108:attrs=` GD108:depth=QY|c%|_i GD108:state=|cAA GD108:country=|cAA -CASH1 N41 04 41.8 W85 08 19.3 symbol=flag alt=245.740844727 GD108:class=|c! GD108:colour=~|Z GD108:attrs=` GD108:depth=QY|c%|_i GD108:state=|cAA GD108:country=|cAA - -!Position: DMM -!R: 34 -!Position: DMS -003 N41 07 21.3 W85 09 23.5 symbol=boat_ramp alt=220.506469727 GD108:class=|c! GD108:colour=~|Z GD108:attrs=` GD108:depth=QY|c%|_i GD108:state=|cAA GD108:country=|cAA -004 N41 07 22.6 W85 09 24.3 symbol=flag alt=250.787719727 GD108:class=|c! GD108:colour=~|Z GD108:attrs=` GD108:depth=QY|c%|_i GD108:state=|cAA GD108:country=|cAA -005 N41 02 51.4 W85 16 41.6 symbol=flag alt=263.044433594 GD108:class=|c! GD108:colour=~|Z GD108:attrs=` GD108:depth=QY|c%|_i GD108:state=|cAA GD108:country=|cAA -ABACUS N41 04 20.6 W85 13 50.8 symbol=building alt=243.577880859 GD108:class=|c! GD108:colour=~|Z GD108:attrs=` GD108:depth=QY|c%|_i GD108:state=|cAA GD108:country=|cAA -CASH1 N41 04 41.8 W85 08 19.3 symbol=flag alt=245.740844727 GD108:class=|c! GD108:colour=~|Z GD108:attrs=` GD108:depth=QY|c%|_i GD108:state=|cAA GD108:country=|cAA -CENCEN N41 41 39.0 W86 14 53.3 alt=-0.114379882812 GD108:class=|c! GD108:colour=~|Z GD108:attrs=` GD108:depth=QY|c%|_i GD108:state=|cAA GD108:country=|cAA -CWORK N41 07 23.0 W85 09 24.7 symbol=flag alt=254.633056641 GD108:class=|c! GD108:colour=~|Z GD108:attrs=` GD108:depth=QY|c%|_i GD108:state=|cAA GD108:country=|cAA -FRSB1 N41 40 34.1 W86 15 01.1 alt=-0.114379882812 GD108:class=|c! GD108:colour=~|Z GD108:attrs=` GD108:depth=QY|c%|_i GD108:state=|cAA GD108:country=|cAA -GC11EF N40 01 45.3 W86 53 17.4 alt=-0.114379882812 GD108:class=|c! GD108:colour=~|Z GD108:attrs=` GD108:depth=QY|c%|_i GD108:state=|cAA GD108:country=|cAA -GCD85 N41 05 03.3 W85 08 11.1 alt=-0.114379882812 GD108:class=|c! GD108:colour=~|Z GD108:attrs=` GD108:depth=QY|c%|_i GD108:state=|cAA GD108:country=|cAA - -!R: 23 Route 23 -!NB: blah blah blah - -GC11EF N40 01 45.3 W86 53 17.4 alt=-0.114379882812 GD108:class=|c! GD108:colour=~|Z GD108:attrs=` GD108:depth=QY|c%|_i GD108:state=|cAA GD108:country=|cAA -GC12FF N41 33 23.9 W86 21 26.9 alt=-0.114379882812 GD108:class=|c! GD108:colour=~|Z GD108:attrs=` GD108:depth=QY|c%|_i GD108:state=|cAA GD108:country=|cAA -GC1A9C N41 06 36.2 W85 09 20.8 alt=-0.114379882812 GD108:class=|c! GD108:colour=~|Z GD108:attrs=` GD108:depth=QY|c%|_i GD108:state=|cAA GD108:country=|cAA - diff --git a/internal_styles.cc b/internal_styles.cc index c5dc8dbff..1929d078a 100644 --- a/internal_styles.cc +++ b/internal_styles.cc @@ -575,42 +575,6 @@ static char gpsdrivetrack[] = "# IFIELD GMT_TIME, \"\", \"%a %b %d %H:%M:%S %Y\"\n" "IFIELD LOCAL_TIME, \"\", \"%a %b %d %H:%M:%S %Y\"\n" ; -static char gpsman[] = - "# gpsbabel XCSV style file\n" - "#\n" - "# Format: GPSMAN Format\n" - "# Author: Alex Mottram\n" - "# Date: 12/09/2002\n" - "#\n" - "#\n" - "# As defined in gpsman.c\n" - "#\n" - "#\n" - - "DESCRIPTION GPSman\n" - "SHORTLEN 8\n" - "SHORTWHITE 0\n" - - "# FILE LAYOUT DEFINITIIONS:\n" - "#\n" - "FIELD_DELIMITER TAB\n" - "RECORD_DELIMITER NEWLINE\n" - "BADCHARS TAB\n" - - "PROLOGUE !Format: DDD 1 WGS 84\n" - "PROLOGUE !W:\n" - - "#\n" - "# INDIVIDUAL DATA FIELDS, IN ORDER OF APPEARANCE:\n" - "#\n" - "IFIELD SHORTNAME, \"\", \"%-8.8s\"\n" - "IFIELD DESCRIPTION, \"\", \"%s\"\n" - "IFIELD LAT_DIRDECIMAL, \"\", \"%c%f\"\n" - "IFIELD LON_DIRDECIMAL, \"\", \"%c%f\"\n" - "IFIELD IGNORE, \"\", \"%s\"\n" - - "# gpsman.c likes mkshort len = 8, whitespace = 0.\n" - ; static char iblue747[] = "# GPSBabel XCSV Style File https://www.gpsbabel.org/htmldoc-development/Styles.html\n" "# Author: Christian Barmala http://www.barmala.de/\n" @@ -1385,7 +1349,7 @@ static char tomtom_itn_places[] = "IFIELD SHORTNAME, \"\", \"%s\"\n" "IFIELD CONSTANT, \"2\", \"%s\"\n" ; -const QVector style_list = {{ "tomtom_itn_places", tomtom_itn_places }, { "tomtom_itn", tomtom_itn }, { "tomtom_asc", tomtom_asc }, { "tabsep", tabsep }, { "saplus", saplus }, { "s_and_t", s_and_t }, { "ricoh", ricoh }, { "openoffice", openoffice }, { "nima", nima }, { "navigonwpt", navigonwpt }, { "mxf", mxf }, { "motoactv", motoactv }, { "mapconverter", mapconverter }, { "mainnav", mainnav }, { "land_air_sea", land_air_sea }, { "kompass_wp", kompass_wp }, { "kompass_tk", kompass_tk }, { "igoprimo_poi", igoprimo_poi }, { "igo2008_poi", igo2008_poi }, { "iblue757", iblue757 }, { "iblue747", iblue747 }, { "gpsman", gpsman }, { "gpsdrivetrack", gpsdrivetrack }, { "gpsdrive", gpsdrive }, { "geonet", geonet }, { "garmin_poi", garmin_poi }, { "garmin_g1000", garmin_g1000 }, { "garmin301", garmin301 }, { "fugawi", fugawi }, { "flysight", flysight }, { "dna", dna }, { "custom", custom }, { "cup", cup }, { "csv", csv }, { "cambridge", cambridge }, { "arc", arc }}; +const QVector style_list = {{ "tomtom_itn_places", tomtom_itn_places }, { "tomtom_itn", tomtom_itn }, { "tomtom_asc", tomtom_asc }, { "tabsep", tabsep }, { "saplus", saplus }, { "s_and_t", s_and_t }, { "ricoh", ricoh }, { "openoffice", openoffice }, { "nima", nima }, { "navigonwpt", navigonwpt }, { "mxf", mxf }, { "motoactv", motoactv }, { "mapconverter", mapconverter }, { "mainnav", mainnav }, { "land_air_sea", land_air_sea }, { "kompass_wp", kompass_wp }, { "kompass_tk", kompass_tk }, { "igoprimo_poi", igoprimo_poi }, { "igo2008_poi", igo2008_poi }, { "iblue757", iblue757 }, { "iblue747", iblue747 }, { "gpsdrivetrack", gpsdrivetrack }, { "gpsdrive", gpsdrive }, { "geonet", geonet }, { "garmin_poi", garmin_poi }, { "garmin_g1000", garmin_g1000 }, { "garmin301", garmin301 }, { "fugawi", fugawi }, { "flysight", flysight }, { "dna", dna }, { "custom", custom }, { "cup", cup }, { "csv", csv }, { "cambridge", cambridge }, { "arc", arc }}; #else /* CSVFMTS_ENABLED */ const QVector style_list; #endif /* CSVFMTS_ENABLED */ diff --git a/msvc/GPSBabel.vcxproj b/msvc/GPSBabel.vcxproj index dcea2be52..2b717c65d 100644 --- a/msvc/GPSBabel.vcxproj +++ b/msvc/GPSBabel.vcxproj @@ -64,7 +64,6 @@ false None 4100;4577;4467;%(DisableSpecificWarnings) - Sync true release\ MaxSpeed @@ -85,7 +84,6 @@ true false $(OutDir)\GPSBabel.exe - true Console true @@ -106,7 +104,6 @@ false ProgramDatabase 4100;4577;4467;%(DisableSpecificWarnings) - Sync true debug\ Disabled @@ -125,7 +122,6 @@ true true $(OutDir)\GPSBabel.exe - true Console true @@ -150,10 +146,8 @@ - - @@ -172,7 +166,6 @@ - @@ -195,7 +188,6 @@ - @@ -213,7 +205,6 @@ - @@ -228,7 +219,6 @@ - @@ -239,19 +229,14 @@ - - - - - @@ -269,14 +254,9 @@ - - - - - @@ -288,20 +268,16 @@ - - - - @@ -319,20 +295,14 @@ - - - - - - @@ -380,7 +350,6 @@ - @@ -395,7 +364,6 @@ - @@ -428,14 +396,12 @@ Document true C:\Qt\5.12.2\msvc2017\mkspecs\features\data\dummy.cpp;%(AdditionalInputs) - cl -BxC:\Qt\5.12.2\msvc2017\bin\qmake.exe -nologo -Zc:wchar_t -FS -Zc:rvalueCast -Zc:inline -Zc:strictStrings -Zc:throwingNew -Zc:referenceBinding -Zc:__cplusplus /MP -wd4100 -Zi -MDd -std:c++14 -W3 -w34100 -w34189 -w44996 -w44456 -w44457 -w44458 -wd4577 -wd4467 -E C:\Qt\5.12.2\msvc2017\mkspecs\features\data\dummy.cpp 2>NUL >debug\moc_predefs.h Generate moc_predefs.h debug\moc_predefs.h;%(Outputs) Document C:\Qt\5.12.2\msvc2017\mkspecs\features\data\dummy.cpp;%(AdditionalInputs) - cl -BxC:\Qt\5.12.2\msvc2017\bin\qmake.exe -nologo -Zc:wchar_t -FS -Zc:rvalueCast -Zc:inline -Zc:strictStrings -Zc:throwingNew -Zc:referenceBinding -Zc:__cplusplus /MP -wd4100 -O2 -MD -std:c++14 -W3 -w34100 -w34189 -w44996 -w44456 -w44457 -w44458 -wd4577 -wd4467 -E C:\Qt\5.12.2\msvc2017\mkspecs\features\data\dummy.cpp 2>NUL >release\moc_predefs.h Generate moc_predefs.h release\moc_predefs.h;%(Outputs) true diff --git a/msvc/GPSBabel.vcxproj.filters b/msvc/GPSBabel.vcxproj.filters index c999627df..98d5b69f6 100755 --- a/msvc/GPSBabel.vcxproj.filters +++ b/msvc/GPSBabel.vcxproj.filters @@ -60,7 +60,6 @@ Source Files - Source Files @@ -69,7 +68,6 @@ Source Files - Source Files @@ -126,7 +124,6 @@ Source Files - Source Files @@ -195,7 +192,6 @@ Source Files - Source Files @@ -249,7 +245,6 @@ Source Files - Source Files @@ -294,7 +289,6 @@ Source Files - Source Files @@ -327,13 +321,10 @@ Source Files - Source Files - Source Files - Source Files @@ -345,7 +336,6 @@ Source Files - Source Files @@ -363,7 +353,6 @@ Source Files - Source Files @@ -417,16 +406,12 @@ Source Files - Source Files - Source Files - Source Files - Source Files @@ -441,7 +426,6 @@ Source Files - Source Files @@ -477,7 +461,6 @@ Source Files - Source Files @@ -492,10 +475,8 @@ Source Files - Source Files - Source Files @@ -516,7 +497,6 @@ Source Files - Source Files @@ -570,16 +550,12 @@ Source Files - Source Files - Source Files - Source Files - Source Files @@ -588,7 +564,6 @@ Source Files - Source Files @@ -609,7 +584,6 @@ Source Files - Source Files @@ -749,7 +723,6 @@ Header Files - Header Files @@ -794,7 +767,6 @@ Header Files - Header Files diff --git a/reference/compegps-wpt.gpx b/reference/compegps-wpt.gpx deleted file mode 100644 index 949d156c3..000000000 --- a/reference/compegps-wpt.gpx +++ /dev/null @@ -1,173 +0,0 @@ - - - - - - 1400.000 - F01140 - DECOLLO MONTE AVENA - DECOLLO MONTE AVENA - Waypoint - - - 300.000 - F02030 - AVIOSUPERFICE FELTRE - AVIOSUPERFICE FELTRE - Waypoint - - - 230.000 - F03023 - ATTERRAGGIO VALENTINE - ATTERRAGGIO VALENTINE - Waypoint - - - 320.000 - F04032 - ATTERRAG. BIRRERIA PEDAVENA - ATTERRAG. BIRRERIA PEDAVENA - Waypoint - - - 420.000 - F06042 - DIGA DEL MIS - DIGA DEL MIS - Waypoint - - - 460.000 - F07046 - SOSPIROLO CHIESA - SOSPIROLO CHIESA - Waypoint - - - 450.000 - F08045 - CESIOMAGGIORE FABBRICA - CESIOMAGGIORE FABBRICA - Waypoint - - - 290.000 - F09029 - CARTIERA SGIUSTINA - CARTIERA SGIUSTINA - Waypoint - - - 380.000 - F10038 - SEREN DEL GRAPPA CHIESA - SEREN DEL GRAPPA CHIESA - Waypoint - - - 346.900 - F11031 - ARTEN FELTRE - ARTEN FELTRE - Waypoint - - - 450.000 - F12045 - NORCEN CAMPI DA TENNIS - NORCEN CAMPI DA TENNIS - Waypoint - - - 380.000 - F13038 - SOSPIROLO CAVA - SOSPIROLO CAVA - Waypoint - - - 1010.000 - F14101 - COL MELON RIF BELVEDERE - COL MELON RIF BELVEDERE - Waypoint - - - 310.000 - F15031 - FONZASO SPORTFUL - FONZASO SPORTFUL - Waypoint - - - 252.300 - F16025 - BUSCHE LATTERIA - BUSCHE LATTERIA - Waypoint - - - 605.000 - F17063 - LAMON - LAMON - Waypoint - - - 509.400 - F18051 - ARSIE' - ARSIE' - Waypoint - - - 271.200 - F19027 - CASTELLO DI FELTRE - CASTELLO DI FELTRE - Waypoint - - - 300.000 - F20030 - SANTA LUCIA CHIESETTA - SANTA LUCIA CHIESETTA - Waypoint - - - 1430.000 - F21143 - MALGA CAMPON - MALGA CAMPON - Waypoint - - - 300.000 - F22030 - ZANUSSI MEL - ZANUSSI MEL - Waypoint - - - 270.000 - F23027 - FELTRE OSPEDALE - FELTRE OSPEDALE - Waypoint - - - 860.000 - F24086 - BAILO CASTEL TESINO - BAILO CASTEL TESINO - Waypoint - - - 450.000 - F25045 - CASA SCEICCO - CASA SCEICCO - Waypoint - - diff --git a/reference/compegps.wpt b/reference/compegps.wpt deleted file mode 100644 index 722547566..000000000 --- a/reference/compegps.wpt +++ /dev/null @@ -1,52 +0,0 @@ -G WGS 84 -U 1 -W F01140 A 46.0294899313N 11.8258790855E 27-MAR-62 00:00:00 1400.000000 DECOLLO MONTE AVENA -w Waypoint,0,0.0,16777215,255,1,7,,10.0 -W F02030 A 46.0086266116N 11.8609316981E 27-MAR-62 00:00:00 300.000000 AVIOSUPERFICE FELTRE -w Waypoint,0,0.0,16777215,255,1,7,,10.0 -W F03023 A 46.0211500041N 11.8854800796E 27-MAR-62 00:00:00 230.000000 ATTERRAGGIO VALENTINE -w Waypoint,0,0.0,16777215,255,1,7,,10.0 -W F04032 A 46.0335865765N 11.8823672293E 27-MAR-62 00:00:00 320.000000 ATTERRAG. BIRRERIA PEDAVENA -w Waypoint,0,0.0,16777215,255,1,7,,10.0 -W F06042 A 46.1598476455N 12.0832581003E 27-MAR-62 00:00:00 420.000000 DIGA DEL MIS -w Waypoint,0,0.0,16777215,255,1,7,,10.0 -W F07046 A 46.1441766659N 12.0754755514E 27-MAR-62 00:00:00 460.000000 SOSPIROLO CHIESA -w Waypoint,0,0.0,16777215,255,1,7,,10.0 -W F08045 A 46.0812815292N 11.9856990105E 27-MAR-62 00:00:00 450.000000 CESIOMAGGIORE FABBRICA -w Waypoint,0,0.0,16777215,255,1,7,,10.0 -W F09029 A 46.0755574914N 12.0333107491E 27-MAR-62 00:00:00 290.000000 CARTIERA SGIUSTINA -w Waypoint,0,0.0,16777215,255,1,7,,10.0 -W F10038 A 45.9885384730N 11.8450206880E 27-MAR-62 00:00:00 380.000000 SEREN DEL GRAPPA CHIESA -w Waypoint,0,0.0,16777215,255,1,7,,10.0 -W F11031 A 46.0105131183N 11.8303758183E 27-MAR-62 00:00:00 346.900000 ARTEN FELTRE -w Waypoint,0,0.0,16777215,255,1,7,,10.0 -W F12045 A 46.0478971020N 11.8738181282E 27-MAR-62 00:00:00 450.000000 NORCEN CAMPI DA TENNIS -w Waypoint,0,0.0,16777215,255,1,7,,10.0 -W F13038 A 46.1529066825N 12.1211567478E 27-MAR-62 00:00:00 380.000000 SOSPIROLO CAVA -w Waypoint,0,0.0,16777215,255,1,7,,0.0 -W F14101 A 46.0427458323N 11.8523925232E 27-MAR-62 00:00:00 1010.000000 COL MELON RIF BELVEDERE -w Waypoint,0,0.0,16777215,255,1,7,,0.0 -W F15031 A 46.0108797603N 11.8137179459E 27-MAR-62 00:00:00 310.000000 FONZASO SPORTFUL -w Waypoint,0,0.0,16777215,255,1,7,,0.0 -W F16025 A 46.0406235353N 11.9840491129E 27-MAR-62 00:00:00 252.300000 BUSCHE LATTERIA -w Waypoint,0,0.0,16777215,255,1,7,,0.0 -W F17063 A 46.0469308434N 11.7485280506E 27-MAR-62 00:00:00 605.000000 LAMON -w Waypoint,0,0.0,16777215,255,1,7,,0.0 -W F18051 A 45.9916739281N 11.7463576240E 27-MAR-62 00:00:00 509.400000 ARSIE' -w Waypoint,0,0.0,16777215,255,1,7,,0.0 -W F19027 A 46.0189789055N 11.9110897654E 27-MAR-62 00:00:00 271.200000 CASTELLO DI FELTRE -w Waypoint,0,0.0,16777215,255,1,7,,0.0 -W F20030 A 46.0114906453N 11.8334226329E 27-MAR-62 00:00:00 300.000000 SANTA LUCIA CHIESETTA -w Waypoint,0,0.0,16777215,255,1,7,,0.0 -W F21143 A 46.0399765040N 11.8254835151E 27-MAR-62 00:00:00 1430.000000 MALGA CAMPON -w Waypoint,0,0.0,16777215,255,1,7,,0.0 -W F22030 A 46.0508253483N 12.0619251800E 27-MAR-62 00:00:00 300.000000 ZANUSSI MEL -w Waypoint,0,0.0,16777215,255,1,7,,0.0 -W F23027 A 46.0220149684N 11.9077995458E 27-MAR-62 00:00:00 270.000000 FELTRE OSPEDALE -w Waypoint,0,0.0,16777215,255,1,7,,0.0 -W F24086 A 46.0632841167N 11.6096598449E 27-MAR-62 00:00:00 860.000000 BAILO CASTEL TESINO -w Waypoint,0,0.0,16777215,255,1,7,,0.0 -W F25045 A 46.0571933560N 11.8888581427E 27-MAR-62 00:00:00 450.000000 CASA SCEICCO -w Waypoint,0,0.0,16777215,255,1,7,,0.0 - - diff --git a/reference/compegps.wpt.gz b/reference/compegps.wpt.gz deleted file mode 100644 index 3f4566b93b4cc9102ff7032356f8c95961e55f3f..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 967 zcmV;&133I2iwFo#4PZk617mM(aAjw3b1rvqbO4=}zmDTL495FBg}Q690V$FCbDiQS zSpkk6SWX7m?#gR!w>aRiueMLObYjN?+!!;S%pipkn?LLO_>m{2UQR`M+FX^w&5Ke; zKqOF6k==m~8s&m`) zNyS@g;^sf~^4HHF-~ayS-z{wAms_;XIgPy4%v;>L?H1+o14DzEFu+@FEutMUEC`bg z9^b|=Gex}Rwp=f%JLW2>W2*Zut-~;&&2$=wEDt3dF+7t8aKXNfq0NlZ_o?gR>6BY_ zi*;)H+^pmvFnZ)LhP`EHdE(HXHth5XS}GpQ8ArR_9#Sm3KgPEKh{aTFYT9@0c7jBQ2D-&+?@$m)y1D(duhX zW#tKYARhJbs6Da{`k_bgY(oHqg)Sj}B2=m5_I&q6C-#i{eV411AVIox1Q}l3QIL0k zoP{w4VYskh&@h93SjgL|mYrZ9&clhw}1cd1s`y zSVg~Ui>B==sb9tOC96YJ0@JK)5j3MBLx+mc)=GFkY=J|LStoe!D>Ao8ynRTBXMIAL zbRg}BB^D+fSeu~bYvCZ|#@Uyxq(iFPMs@k9_Nl(5L;9E|PZECZ2$^5b!bF0`p$jD8 z@%Bl~Ajh`(7E7zjrS1CTwO&PFK|f6aRvVVTDJux1KT$6b$T98AgJ6Fx)z_rzdxqzA zVmPqV5F;B5crx?=a3pegU|1Mp7I->>I?60xRaTyhV=4ssnW*k@Dr=2QFii`ozz}vc z^#GC>>m9P)}Jm>A?C&-FzXDrrFC zXAT+C+L|TJU#%}CHhom}waQ}{roLaLytFz^%9}8}xH#~+%#k;Yyf7W)#wW)))-tMx zJX+@f{c4G0kcx&LX)MFZqJ)50WN9wUr|>N{*HZEj1gnah*#-h4B3M7VK7ex}u%yzG z4d%wbORppdWl^fvd4Obb9RWmcPqM+f2Y_s_c37Nf!2^C?Q}!|6^LKEgOoEb|b`=EA p6Nw!LSsv}=0Qtx~lz4uBQHe!%gDT~!`f&Bl<~Mq?Bfwq^008|r-Om63 diff --git a/reference/compegps_time.wpt b/reference/compegps_time.wpt deleted file mode 100644 index bc8b3e2e1..000000000 --- a/reference/compegps_time.wpt +++ /dev/null @@ -1,9 +0,0 @@ - -W wpt001 A 41.80711816ºN 2.34416887ºE 16-MAY-2010 09:30:03 0.000000 - -w Waypoint,0,-1.0,16317688,248,1,39,,0.0,0,-1,0 - -W wpt002 A 41.80695656ºN 2.34409159ºE 16-MAY-2010 09:35:49 1099.570068 - -w Waypoint,0,-1.0,16317688,248,1,39,,0.0,0,-1,0 - diff --git a/reference/compegps_time_wpt.gpx b/reference/compegps_time_wpt.gpx deleted file mode 100644 index e57888a37..000000000 --- a/reference/compegps_time_wpt.gpx +++ /dev/null @@ -1,21 +0,0 @@ - - - - - - 0.000 - - wpt001 - wpt001 - wpt001 - Waypoint - - - 1099.570 - - wpt002 - wpt002 - wpt002 - Waypoint - - diff --git a/reference/expertgps-g7t.txt b/reference/expertgps-g7t.txt deleted file mode 100644 index a02cd2d03..000000000 --- a/reference/expertgps-g7t.txt +++ /dev/null @@ -1,216 +0,0 @@ -Grid Lat/Lon hdddmm.mmm' -Datum WGS 84 - -Header Name Description Type Position Altitude Depth Proximity Temperature Display Mode Color Symbol Facility City State Country Date Modified Link Categories - -Waypoint 5058ROAD ROAD CROSSING User Waypoint N42 26.400 W71 07.255 54 m Symbol & Name Unknown Waypoint 02/06/2001 00:18:14 -Waypoint 5066 User Waypoint N42 26.333 W71 07.157 45 m Symbol & Name Unknown Crossing 28/11/2001 21:05:28 -Waypoint 5067 User Waypoint N42 26.354 W71 07.181 58 m Symbol & Name Unknown Waypoint 02/06/2001 03:26:55 -Waypoint 5096 User Waypoint N42 26.335 W71 06.969 45 m Symbol & Name Unknown Waypoint 16/11/2001 23:03:38 -Waypoint 5142 User Waypoint N42 26.634 W71 07.323 51 m Symbol & Name Unknown Waypoint 28/11/2001 21:05:28 -Waypoint 5144SUMMIT User Waypoint N42 26.722 W71 07.371 62 m Symbol & Name Unknown Summit 28/11/2001 21:05:28 -Waypoint 5148NANEPA User Waypoint N42 26.986 W71 07.339 120 m Symbol & Name Unknown Waypoint 07/11/2001 23:53:41 -Waypoint 5150TANK WATER TANK User Waypoint N42 26.504 W71 07.301 67 m Symbol & Name Unknown Museum 02/06/2001 00:18:16 -Waypoint 5156 User Waypoint N42 26.838 W71 07.287 128 m Symbol & Name Unknown Waypoint 02/06/2001 03:26:58 -Waypoint 5179DEAD Dead End User Waypoint N42 26.992 W71 07.158 117 m Symbol & Name Unknown Danger Area 02/06/2001 03:26:59 -Waypoint 5224 User Waypoint N42 27.292 W71 07.506 97 m Symbol & Name Unknown Waypoint 02/06/2001 03:26:59 -Waypoint 5229 User Waypoint N42 27.545 W71 07.499 83 m Symbol & Name Unknown Waypoint 02/06/2001 03:26:59 -Waypoint 5236BRIDGE Bridge User Waypoint N42 27.388 W71 07.479 90 m Symbol & Name Unknown Bridge 02/06/2001 03:26:59 -Waypoint 5237 User Waypoint N42 27.419 W71 07.468 83 m Symbol & Name Unknown Waypoint 02/06/2001 03:26:59 -Waypoint 5239ROAD Road User Waypoint N42 27.557 W71 07.474 81 m Symbol & Name Unknown Truck Stop 02/06/2001 03:27:00 -Waypoint 5252PURPLE User Waypoint N42 27.195 W71 07.273 78 m Symbol & Name Unknown Summit 07/11/2001 23:53:41 -Waypoint 5254 User Waypoint N42 27.264 W71 07.259 67 m Symbol & Name Unknown Waypoint 28/11/2001 21:05:28 -Waypoint 5258 User Waypoint N42 27.087 W71 07.305 75 m Symbol & Name Unknown Waypoint 07/11/2001 23:53:41 -Waypoint 5264 User Waypoint N42 27.264 W71 07.240 65 m Symbol & Name Unknown Waypoint 28/11/2001 21:05:28 -Waypoint 526708 User Waypoint N42 27.466 W71 07.263 77 m Symbol & Name Unknown Waypoint 02/06/2001 03:27:00 -Waypoint 526750 User Waypoint N42 27.425 W71 07.219 75 m Symbol & Name Unknown Waypoint 02/06/2001 03:27:00 -Waypoint 5267OBSTAC User Waypoint N42 27.443 W71 07.191 74 m Symbol & Name Unknown Amusement Park 02/06/2001 03:27:00 -Waypoint 527614 User Waypoint N42 27.396 W71 07.181 79 m Symbol & Name Unknown Waypoint 07/11/2001 23:53:41 -Waypoint 527631 User Waypoint N42 27.375 W71 07.161 79 m Symbol & Name Unknown Waypoint 07/11/2001 23:53:41 -Waypoint 5278 User Waypoint N42 27.489 W71 07.148 68 m Symbol & Name Unknown Waypoint 02/06/2001 03:27:00 -Waypoint 5278ROAD Road User Waypoint N42 27.527 W71 07.139 67 m Symbol & Name Unknown Truck Stop 02/06/2001 03:27:01 -Waypoint 5287WATER Reservoir User Waypoint N42 27.464 W71 07.049 68 m Symbol & Name Unknown Swimming Area 02/06/2001 03:27:01 -Waypoint 5289 User Waypoint N42 27.563 W71 07.062 64 m Symbol & Name Unknown Waypoint 02/06/2001 03:27:01 -Waypoint 5299DEAD Dead End User Waypoint N42 27.578 W71 06.991 69 m Symbol & Name Unknown Danger Area 02/06/2001 03:27:01 -Waypoint 5374FIRE User Waypoint N42 27.851 W71 07.190 53 m Symbol & Name Unknown Waypoint 28/11/2001 21:05:28 -Waypoint 5376 User Waypoint N42 27.939 W71 07.164 56 m Symbol & Name Unknown Waypoint 02/06/2001 03:27:02 -Waypoint 5376BRIDGE Bridge User Waypoint N42 27.946 W71 07.189 55 m Symbol & Name Unknown Bridge 02/06/2001 03:27:01 -Waypoint 5376DEAD Dead End User Waypoint N42 27.929 W71 07.149 57 m Symbol & Name Unknown Danger Area 02/06/2001 03:27:02 -Waypoint 5376STREAM User Waypoint N42 27.955 W71 07.160 65 m Symbol & Name Unknown Bridge 07/11/2001 23:53:41 -Waypoint 6006 User Waypoint N42 26.341 W71 06.867 56 m Symbol & Name Unknown Waypoint 02/06/2001 03:26:55 -Waypoint 6006BLUE User Waypoint N42 26.316 W71 06.888 46 m Symbol & Name Unknown Waypoint 28/11/2001 21:05:28 -Waypoint 6014MEADOW User Waypoint N42 26.205 W71 06.793 38 m Symbol & Name Unknown Waypoint 28/11/2001 21:05:28 -Waypoint 6016 Bike Loop Connector User Waypoint N42 26.320 W71 06.845 43 m Symbol & Name Unknown Waypoint 28/11/2001 21:05:28 -Waypoint 6029 User Waypoint N42 26.505 W71 06.793 56 m Symbol & Name Unknown Waypoint 02/06/2001 03:26:55 -Waypoint 6042CROSS Crossing User Waypoint N42 26.128 W71 06.580 45 m Symbol & Name Unknown Crossing 02/06/2001 03:27:05 -Waypoint 6053 User Waypoint N42 26.175 W71 06.545 50 m Symbol & Name Unknown Waypoint 02/06/2001 03:27:05 -Waypoint 6066 User Waypoint N42 26.355 W71 06.450 26 m Symbol & Name Unknown Waypoint 02/06/2001 03:26:57 -Waypoint 6067 User Waypoint N42 26.386 W71 06.455 34 m Symbol & Name Unknown Waypoint 02/06/2001 03:26:57 -Waypoint 6071 User Waypoint N42 26.086 W71 06.352 30 m Symbol & Name Unknown Waypoint 02/06/2001 03:26:57 -Waypoint 6073 User Waypoint N42 25.998 W71 06.396 15 m Symbol & Name Unknown Waypoint 02/06/2001 03:26:56 -Waypoint 6077LOGS Log Crossing User Waypoint N42 26.370 W71 06.393 32 m Symbol & Name Unknown Amusement Park 02/06/2001 00:18:16 -Waypoint 6084 User Waypoint N42 26.240 W71 06.286 38 m Symbol & Name Unknown Waypoint 02/06/2001 03:26:57 -Waypoint 6121DEAD Dead End User Waypoint N42 26.587 W71 06.760 56 m Symbol & Name Unknown Danger Area 02/06/2001 03:26:57 -Waypoint 6130 User Waypoint N42 26.532 W71 06.658 64 m Symbol & Name Unknown Waypoint 02/06/2001 03:26:55 -Waypoint 6131 User Waypoint N42 26.579 W71 06.686 64 m Symbol & Name Unknown Waypoint 02/06/2001 03:26:58 -Waypoint 6153 User Waypoint N42 26.686 W71 06.533 63 m Symbol & Name Unknown Waypoint 02/06/2001 03:27:05 -Waypoint 6155DEAD Dead End User Waypoint N42 26.808 W71 06.527 61 m Symbol & Name Unknown Danger Area 02/06/2001 03:27:04 -Waypoint 6171 User Waypoint N42 26.616 W71 06.378 55 m Symbol & Name Unknown Waypoint 02/06/2001 03:27:05 -Waypoint 6176 User Waypoint N42 26.868 W71 06.397 62 m Symbol & Name Unknown Waypoint 02/06/2001 03:27:04 -Waypoint 6177 User Waypoint N42 26.907 W71 06.369 62 m Symbol & Name Unknown Waypoint 02/06/2001 03:27:04 -Waypoint 6181CROSS Crossing User Waypoint N42 26.580 W71 06.353 53 m Symbol & Name Unknown Crossing 02/06/2001 03:27:05 -Waypoint 6272 User Waypoint N42 27.205 W71 06.407 70 m Symbol & Name Unknown Waypoint 02/06/2001 03:26:55 -Waypoint 6278 User Waypoint N42 27.498 W71 06.406 70 m Symbol & Name Unknown Waypoint 02/06/2001 03:27:04 -Waypoint 6280 User Waypoint N42 27.086 W71 06.325 58 m Symbol & Name Unknown Waypoint 16/11/2001 23:03:38 -Waypoint 6283 User Waypoint N42 27.231 W71 06.312 67 m Symbol & Name Unknown Waypoint 16/11/2001 23:03:38 -Waypoint 6289 User Waypoint N42 27.599 W71 06.370 73 m Symbol & Name Unknown Waypoint 16/11/2001 23:03:38 -Waypoint 6297 User Waypoint N42 27.457 W71 06.307 73 m Symbol & Name Unknown Waypoint 02/06/2001 03:27:04 -Waypoint 6328 User Waypoint N42 28.027 W71 06.814 54 m Symbol & Name Unknown Waypoint 02/06/2001 03:27:02 -Waypoint 6353DEAD Dead End User Waypoint N42 27.767 W71 06.599 47 m Symbol & Name Unknown Danger Area 02/06/2001 03:27:03 -Waypoint 6354 User Waypoint N42 27.852 W71 06.592 44 m Symbol & Name Unknown Waypoint 02/06/2001 03:27:03 -Waypoint 635722 User Waypoint N42 27.988 W71 06.604 49 m Symbol & Name Unknown Waypoint 02/06/2001 03:27:02 -Waypoint 635783 User Waypoint N42 27.993 W71 06.565 49 m Symbol & Name Unknown Waypoint 02/06/2001 03:27:02 -Waypoint 6373 User Waypoint N42 27.810 W71 06.427 62 m Symbol & Name Unknown Waypoint 02/06/2001 03:27:03 -Waypoint 6634 User Waypoint N42 24.063 W71 06.614 4 m Symbol & Name Unknown Waypoint 02/06/2001 03:26:56 -Waypoint 6979 User Waypoint N42 25.957 W71 06.392 13 m Symbol & Name Unknown Waypoint 02/06/2001 03:26:56 -Waypoint 6997 User Waypoint N42 25.862 W71 06.473 34 m Symbol & Name Unknown Waypoint 16/11/2001 23:03:38 -Waypoint BEAR HILL BEAR HILL TOWER User Waypoint N42 27.941 W71 06.442 88 m Symbol & Name Unknown Tall Tower 02/06/2001 03:27:03 -Waypoint BELLEVUE User Waypoint N42 25.857 W71 06.458 23 m Symbol & Name Unknown Parking Area 02/06/2001 00:18:15 -Waypoint DARKHOLLPO Dark Hollow Pond User Waypoint N42 27.511 W71 06.219 Symbol & Name Unknown Fishing Area 16/07/2005 20:53:40 -Waypoint GATE14 Gate 14 User Waypoint N42 27.072 W71 07.596 111 m Symbol & Name Unknown Truck Stop 02/06/2001 03:26:59 -Waypoint GATE16 Gate 16 User Waypoint N42 27.510 W71 07.325 78 m Symbol & Name Unknown Truck Stop 02/06/2001 03:27:00 -Waypoint GATE17 Gate 17 User Waypoint N42 27.563 W71 07.154 66 m Symbol & Name Unknown Truck Stop 02/06/2001 03:27:01 -Waypoint GATE19 Gate 19 User Waypoint N42 27.981 W71 07.154 57 m Symbol & Name Unknown Truck Stop 02/06/2001 03:27:02 -Waypoint GATE21 Gate 21 User Waypoint N42 28.119 W71 06.462 49 m Symbol & Name Unknown Truck Stop 02/06/2001 03:27:03 -Waypoint GATE24 Gate 24 User Waypoint N42 27.403 W71 06.178 81 m Symbol & Name Unknown Truck Stop 02/06/2001 03:27:03 -Waypoint GATE5 Gate 5 User Waypoint N42 25.851 W71 06.461 22 m Symbol & Name Unknown Truck Stop 28/11/2001 21:05:28 -Waypoint GATE6 User Waypoint N42 25.874 W71 06.554 27 m Symbol & Name Unknown Waypoint 07/11/2001 23:53:41 -Waypoint PANTHRCAVE User Waypoint N42 26.099 W71 06.597 45 m Symbol & Name Unknown Tunnel 07/11/2001 23:53:41 -Waypoint SHEEPFOLD Sheepfold Parking Lot User Waypoint N42 27.205 W71 06.407 70 m Symbol & Name Unknown Parking Area 02/06/2001 00:18:13 -Waypoint SOAPBOX Soap Box Derby Track User Waypoint N42 27.357 W71 06.449 64 m Symbol & Name Unknown Cemetery 02/06/2001 03:27:04 - - -Header Name Length Course Waypoints Link - -Route BELLEVUE 11.2 km 0 true 46 waypoints - -Header Waypoint Name Distance Leg Length Course - -Route Waypoint BELLEVUE 0 m -Route Waypoint GATE6 136 m 136 m 284 true -Route Waypoint PANTHRCAVE 556 m 420 m 352 true -Route Waypoint 6014MEADOW 891 m 334 m 306 true -Route Waypoint 6006 1.2 km 271 m 338 true -Route Waypoint 6006BLUE 1.2 km 55 m 211 true -Route Waypoint 5096 1.3 km 116 m 288 true -Route Waypoint 5066 1.6 km 257 m 269 true -Route Waypoint 5067 1.6 km 52 m 319 true -Route Waypoint 5058ROAD 1.8 km 133 m 310 true -Route Waypoint 5150TANK 2.0 km 203 m 342 true -Route Waypoint 5142 2.2 km 244 m 353 true -Route Waypoint 5144SUMMIT 2.4 km 175 m 338 true -Route Waypoint 5156 2.6 km 245 m 28 true -Route Waypoint 5148NANEPA 2.9 km 284 m 345 true -Route Waypoint 5258 3.1 km 193 m 14 true -Route Waypoint 5252PURPLE 3.3 km 207 m 12 true -Route Waypoint 527631 3.7 km 367 m 25 true -Route Waypoint 527614 3.7 km 46 m 325 true -Route Waypoint 5267OBSTAC 3.8 km 90 m 351 true -Route Waypoint 5278 3.9 km 103 m 35 true -Route Waypoint 5289 4.1 km 181 m 41 true -Route Waypoint 5374FIRE 4.7 km 563 m 342 true -Route Waypoint 5376 4.8 km 167 m 12 true -Route Waypoint 5376STREAM 4.9 km 30 m 11 true -Route Waypoint 6328 5.4 km 491 m 74 true -Route Waypoint 635722 5.7 km 297 m 104 true -Route Waypoint 635783 5.7 km 55 m 79 true -Route Waypoint 6373 6.1 km 389 m 151 true -Route Waypoint BEAR HILL 6.3 km 245 m 355 true -Route Waypoint 6289 7.0 km 642 m 171 true -Route Waypoint 6297 7.3 km 278 m 162 true -Route Waypoint 6283 7.7 km 420 m 181 true -Route Waypoint 6280 8.0 km 269 m 184 true -Route Waypoint 6177 8.3 km 338 m 190 true -Route Waypoint 6176 8.4 km 81 m 208 true -Route Waypoint 6153 8.8 km 385 m 209 true -Route Waypoint 6171 9.0 km 249 m 122 true -Route Waypoint 6131 9.4 km 428 m 261 true -Route Waypoint 6130 9.5 km 95 m 156 true -Route Waypoint 6029 9.7 km 191 m 255 true -Route Waypoint 6006 10.0 km 321 m 198 true -Route Waypoint 6014MEADOW 10.3 km 271 m 158 true -Route Waypoint PANTHRCAVE 10.6 km 334 m 126 true -Route Waypoint GATE6 11.1 km 420 m 172 true -Route Waypoint BELLEVUE 11.2 km 136 m 104 true - - -Header Name Start Time Elapsed Time Length Average Speed Link - -Track - Trk from .gpx file 25/05/2002 17:06:21 1:59:36 7.7 km 4 kph - -Header Position Time Altitude Depth Temperature Leg Length Leg Time Leg Speed Leg Course - -Trackpoint N30 03.731 W91 36.621 25/05/2002 17:06:21 1 m -Trackpoint N30 03.767 W91 36.634 25/05/2002 17:09:55 70 m 0:03:34 1.2 kph 343 true -Trackpoint N30 03.762 W91 36.496 25/05/2002 17:12:00 222 m 0:02:05 6 kph 92 true -Trackpoint N30 03.740 W91 36.443 25/05/2002 17:12:48 94 m 0:00:48 7 kph 116 true -Trackpoint N30 03.692 W91 36.317 25/05/2002 17:14:41 221 m 0:01:53 7 kph 114 true -Trackpoint N30 03.587 W91 35.964 25/05/2002 17:17:16 599 m 0:02:35 14 kph 109 true -Trackpoint N30 03.468 W91 35.801 25/05/2002 17:17:46 342 m 0:00:30 41 kph 130 true -Trackpoint N30 03.323 W91 35.694 25/05/2002 17:18:20 319 m 0:00:34 34 kph 147 true -Trackpoint N30 03.233 W91 35.557 25/05/2002 17:19:01 276 m 0:00:41 24 kph 127 true -Trackpoint N30 02.984 W91 35.385 25/05/2002 17:20:46 538 m 0:01:45 18 kph 149 true -Trackpoint N30 02.941 W91 35.393 25/05/2002 17:21:10 81 m 0:00:24 12 kph 189 true -Trackpoint N30 02.928 W91 35.576 25/05/2002 17:21:51 295 m 0:00:41 26 kph 265 true -Trackpoint N30 02.774 W91 35.787 25/05/2002 17:22:35 443 m 0:00:44 36 kph 230 true -Trackpoint N30 02.731 W91 35.923 25/05/2002 17:23:08 233 m 0:00:33 25 kph 250 true -Trackpoint N30 02.838 W91 36.016 25/05/2002 18:04:23 248 m 0:41:15 0.4 kph 323 true -Trackpoint N30 02.820 W91 35.978 25/05/2002 18:06:04 2 m 70 m 0:01:41 2 kph 119 true -Trackpoint N30 02.786 W91 35.968 25/05/2002 18:07:06 65 m 0:01:02 4 kph 166 true -Trackpoint N30 02.772 W91 35.937 25/05/2002 18:08:18 1 m 56 m 0:01:12 3 kph 117 true -Trackpoint N30 02.782 W91 35.864 25/05/2002 18:10:20 119 m 0:02:02 4 kph 81 true -Trackpoint N30 02.781 W91 35.830 25/05/2002 18:11:09 55 m 0:00:49 4 kph 92 true -Trackpoint N30 02.807 W91 35.780 25/05/2002 18:12:18 94 m 0:01:09 5 kph 59 true -Trackpoint N30 02.847 W91 35.712 25/05/2002 18:14:22 132 m 0:02:04 4 kph 56 true -Trackpoint N30 02.868 W91 35.686 25/05/2002 18:15:04 2 m 57 m 0:00:42 5 kph 47 true -Trackpoint N30 02.895 W91 35.645 25/05/2002 18:16:14 1 m 83 m 0:01:10 4 kph 53 true -Trackpoint N30 02.921 W91 35.628 25/05/2002 18:17:01 1 m 55 m 0:00:47 4 kph 30 true -Trackpoint N30 02.961 W91 35.631 25/05/2002 18:18:07 74 m 0:01:06 4 kph 356 true -Trackpoint N30 03.019 W91 35.639 25/05/2002 18:19:51 2 m 108 m 0:01:44 4 kph 353 true -Trackpoint N30 03.047 W91 35.647 25/05/2002 18:20:39 53 m 0:00:48 4 kph 346 true -Trackpoint N30 03.074 W91 35.662 25/05/2002 18:21:24 56 m 0:00:45 4 kph 334 true -Trackpoint N30 03.108 W91 35.662 25/05/2002 18:22:17 63 m 0:00:53 4 kph 360 true -Trackpoint N30 03.133 W91 35.680 25/05/2002 18:23:18 55 m 0:01:01 3 kph 328 true -Trackpoint N30 03.181 W91 35.681 25/05/2002 18:24:37 89 m 0:01:19 4 kph 359 true -Trackpoint N30 03.292 W91 35.712 25/05/2002 18:28:13 6 m 212 m 0:03:36 4 kph 346 true -Trackpoint N30 03.224 W91 35.696 25/05/2002 18:31:36 2 m 129 m 0:03:23 2 kph 168 true -Trackpoint N30 03.191 W91 35.687 25/05/2002 18:32:56 63 m 0:01:20 3 kph 167 true -Trackpoint N30 03.158 W91 35.690 25/05/2002 18:34:02 61 m 0:01:06 3 kph 184 true -Trackpoint N30 03.147 W91 35.726 25/05/2002 18:36:03 61 m 0:02:01 2 kph 251 true -Trackpoint N30 03.149 W91 35.758 25/05/2002 18:36:48 52 m 0:00:45 4 kph 274 true -Trackpoint N30 03.159 W91 35.807 25/05/2002 18:37:52 1 m 81 m 0:01:04 5 kph 283 true -Trackpoint N30 03.188 W91 35.871 25/05/2002 18:39:18 116 m 0:01:26 5 kph 298 true -Trackpoint N30 03.217 W91 35.878 25/05/2002 18:40:15 55 m 0:00:57 3 kph 348 true -Trackpoint N30 03.238 W91 35.866 25/05/2002 18:41:25 6 m 43 m 0:01:10 2 kph 26 true -Trackpoint N30 03.217 W91 35.885 25/05/2002 18:42:37 49 m 0:01:12 2 kph 218 true -Trackpoint N30 03.192 W91 35.875 25/05/2002 18:44:01 49 m 0:01:24 2 kph 161 true -Trackpoint N30 03.169 W91 35.851 25/05/2002 18:45:53 57 m 0:01:52 2 kph 138 true -Trackpoint N30 03.154 W91 35.816 25/05/2002 18:46:54 63 m 0:01:01 4 kph 116 true -Trackpoint N30 03.140 W91 35.786 25/05/2002 18:47:42 55 m 0:00:48 4 kph 118 true -Trackpoint N30 03.135 W91 35.741 25/05/2002 18:48:41 73 m 0:00:59 4 kph 97 true -Trackpoint N30 03.133 W91 35.701 25/05/2002 18:49:52 64 m 0:01:11 3 kph 93 true -Trackpoint N30 03.113 W91 35.682 25/05/2002 18:50:49 48 m 0:00:57 3 kph 141 true -Trackpoint N30 03.063 W91 35.664 25/05/2002 18:52:14 97 m 0:01:25 4 kph 163 true -Trackpoint N30 03.034 W91 35.654 25/05/2002 18:52:56 56 m 0:00:42 5 kph 163 true -Trackpoint N30 03.011 W91 35.646 25/05/2002 18:53:38 45 m 0:00:42 4 kph 163 true -Trackpoint N30 02.946 W91 35.623 25/05/2002 18:55:11 126 m 0:01:33 5 kph 163 true -Trackpoint N30 02.907 W91 35.655 25/05/2002 18:56:32 89 m 0:01:21 4 kph 215 true -Trackpoint N30 02.885 W91 35.685 25/05/2002 18:57:24 63 m 0:00:52 4 kph 230 true -Trackpoint N30 02.850 W91 35.727 25/05/2002 18:58:40 7 m 94 m 0:01:16 4 kph 226 true -Trackpoint N30 02.824 W91 35.760 25/05/2002 18:59:28 72 m 0:00:48 5 kph 228 true -Trackpoint N30 02.798 W91 35.796 25/05/2002 19:00:22 75 m 0:00:54 5 kph 230 true -Trackpoint N30 02.784 W91 35.859 25/05/2002 19:01:41 105 m 0:01:19 5 kph 256 true -Trackpoint N30 02.774 W91 35.908 25/05/2002 19:02:48 81 m 0:01:07 4 kph 257 true -Trackpoint N30 02.779 W91 35.938 25/05/2002 19:03:43 49 m 0:00:55 3 kph 281 true -Trackpoint N30 02.807 W91 35.957 25/05/2002 19:04:49 60 m 0:01:06 3 kph 330 true -Trackpoint N30 02.828 W91 35.980 25/05/2002 19:05:57 54 m 0:01:08 3 kph 317 true diff --git a/reference/expertgps.g7t b/reference/expertgps.g7t deleted file mode 100644 index 8c2d12c0f..000000000 --- a/reference/expertgps.g7t +++ /dev/null @@ -1,1145 +0,0 @@ -Version 2:G7T -#Sat Apr 14 21:27:12 2007 GMT -#Sinnotts Radius=6371.0 km -D WGS-72 -M UTM -Z 0.000000 -A Feet ->Altitude/Depth units for this file -#Velocity units Statute miles per hour -C Category 1,Category 2,Category 3,Category 4,Category 5,Category 6,Category 7,Category 8,Category 9,Category 10,Category 11,Category 12,Category 13,Category 14,Category 15,Category 16 - -W 5058ROAD 19T 325561.6 4700804.1 Sat Jun 02 00:18:14 2001 ROAD CROSSING ^ 18^Black ^S+N^0 -cA 5058ROAD||||| -cB |||0|0|1.0e25 -cC 177.000001|1e25|FF|00|00|00|00|00|00|FF|FF|FF|FF|FF|FF|FF|FF|FF|FF|FF|FF|3789.415 S mi -cD 1.0e25|1.0e25|0 - -W 5058ROAD 19T 325561.6 4700804.1 Sat Jun 02 00:18:14 2001 ROAD CROSSING ^ 18^Black ^S+N^0 -cA 5058ROAD||||| -cB |||0|0|1.0e25 -cC 177.000001|1e25|FF|00|00|00|00|00|00|FF|FF|FF|FF|FF|FF|FF|FF|FF|FF|FF|FF|3789.415 S mi -cD 1.0e25|1.0e25|0 - -W 5066 19T 325694.0 4700676.9 Wed Nov 28 21:05:28 2001 5066 ^ 8238^Black ^S+N^0 -cA 5066||||| -cB |||0|0|1.0e25 -cC 146.281325|1e25|FF|00|00|00|00|00|00|FF|FF|FF|FF|FF|FF|FF|FF|FF|FF|FF|FF|3789.400 S mi -cD 1.0e25|1.0e25|0 - -W 5066 19T 325694.0 4700676.9 Wed Nov 28 21:05:28 2001 ^ 8238^Black ^S+N^0 -cA 5066||||| -cB |||0|0|1.0e25 -cC 146.281325|1e25|FF|00|00|00|00|00|00|FF|FF|FF|FF|FF|FF|FF|FF|FF|FF|FF|FF|3789.400 S mi -cD 1.0e25|1.0e25|0 - -W 5067 19T 325661.1 4700716.5 Sat Jun 02 03:26:55 2001 ^ 18^Black ^S+N^0 -cA 5067||||| -cB |||0|0|1.0e25 -cC 189.000002|1e25|FF|00|00|00|00|00|00|FF|FF|FF|FF|FF|FF|FF|FF|FF|FF|FF|FF|3789.400 S mi -cD 1.0e25|1.0e25|0 - -W 5067 19T 325661.1 4700716.5 Sat Jun 02 03:26:55 2001 5067 ^ 18^Black ^S+N^0 -cA 5067||||| -cB |||0|0|1.0e25 -cC 189.000002|1e25|FF|00|00|00|00|00|00|FF|FF|FF|FF|FF|FF|FF|FF|FF|FF|FF|FF|3789.400 S mi -cD 1.0e25|1.0e25|0 - -W 5096 19T 325951.7 4700674.8 Fri Nov 16 23:03:38 2001 5096 ^ 18^Black ^S+N^0 -cA 5096||||| -cB |||0|0|1.0e25 -cC 147.069896|1e25|FF|00|00|00|00|00|00|FF|FF|FF|FF|FF|FF|FF|FF|FF|FF|FF|FF|3789.276 S mi -cD 1.0e25|1.0e25|0 - -W 5096 19T 325951.7 4700674.8 Fri Nov 16 23:03:38 2001 ^ 18^Black ^S+N^0 -cA 5096||||| -cB |||0|0|1.0e25 -cC 147.069896|1e25|FF|00|00|00|00|00|00|FF|FF|FF|FF|FF|FF|FF|FF|FF|FF|FF|FF|3789.276 S mi -cD 1.0e25|1.0e25|0 - -W 5142 19T 325480.4 4701240.7 Wed Nov 28 21:05:28 2001 ^ 18^Black ^S+N^0 -cA 5142||||| -cB |||0|0|1.0e25 -cC 165.993197|1e25|FF|00|00|00|00|00|00|FF|FF|FF|FF|FF|FF|FF|FF|FF|FF|FF|FF|3789.285 S mi -cD 1.0e25|1.0e25|0 - -W 5142 19T 325480.4 4701240.7 Wed Nov 28 21:05:28 2001 5142 ^ 18^Black ^S+N^0 -cA 5142||||| -cB |||0|0|1.0e25 -cC 165.993197|1e25|FF|00|00|00|00|00|00|FF|FF|FF|FF|FF|FF|FF|FF|FF|FF|FF|FF|3789.285 S mi -cD 1.0e25|1.0e25|0 - -W 5144SUMMIT 19T 325418.6 4701403.9 Wed Nov 28 21:05:28 2001 ^ 8246^Black ^S+N^0 -cA 5144SUMMIT||||| -cB |||0|0|1.0e25 -cC 202.263459|1e25|FF|00|00|00|00|00|00|FF|FF|FF|FF|FF|FF|FF|FF|FF|FF|FF|FF|3789.252 S mi -cD 1.0e25|1.0e25|0 - -W 5144SUMMIT 19T 325418.6 4701403.9 Wed Nov 28 21:05:28 2001 Summit ^ 8246^Black ^S+N^0 -cA 5144SUMMIT||||| -cB |||0|0|1.0e25 -cC 202.263459|1e25|FF|00|00|00|00|00|00|FF|FF|FF|FF|FF|FF|FF|FF|FF|FF|FF|FF|3789.252 S mi -cD 1.0e25|1.0e25|0 - -W 5148NANEPA 19T 325474.0 4701892.1 Wed Nov 07 23:53:41 2001 Nanepashemet Road Crossing ^ 18^Black ^S+N^0 -cA 5148NANEPA||||| -cB |||0|0|1.0e25 -cC 393.074416|1e25|FF|00|00|00|00|00|00|FF|FF|FF|FF|FF|FF|FF|FF|FF|FF|FF|FF|3789.036 S mi -cD 1.0e25|1.0e25|0 - -W 5148NANEPA 19T 325474.0 4701892.1 Wed Nov 07 23:53:41 2001 ^ 18^Black ^S+N^0 -cA 5148NANEPA||||| -cB |||0|0|1.0e25 -cC 393.074416|1e25|FF|00|00|00|00|00|00|FF|FF|FF|FF|FF|FF|FF|FF|FF|FF|FF|FF|3789.036 S mi -cD 1.0e25|1.0e25|0 - -W 5150TANK 19T 325504.6 4700998.2 Sat Jun 02 00:18:16 2001 WATER TANK ^ 8211^Black ^S+N^0 -cA 5150TANK||||| -cB |||0|0|1.0e25 -cC 221.000006|1e25|FF|00|00|00|00|00|00|FF|FF|FF|FF|FF|FF|FF|FF|FF|FF|FF|FF|3789.367 S mi -cD 1.0e25|1.0e25|0 - -W 5150TANK 19T 325504.6 4700998.2 Sat Jun 02 00:18:16 2001 WATER TANK ^ 8211^Black ^S+N^0 -cA 5150TANK||||| -cB |||0|0|1.0e25 -cC 221.000006|1e25|FF|00|00|00|00|00|00|FF|FF|FF|FF|FF|FF|FF|FF|FF|FF|FF|FF|3789.367 S mi -cD 1.0e25|1.0e25|0 - -W 5156 19T 325538.9 4701616.4 Sat Jun 02 03:26:58 2001 ^ 18^Black ^S+N^0 -cA 5156||||| -cB |||0|0|1.0e25 -cC 418.999990|1e25|FF|00|00|00|00|00|00|FF|FF|FF|FF|FF|FF|FF|FF|FF|FF|FF|FF|3789.111 S mi -cD 1.0e25|1.0e25|0 - -W 5156 19T 325538.9 4701616.4 Sat Jun 02 03:26:58 2001 5156 ^ 18^Black ^S+N^0 -cA 5156||||| -cB |||0|0|1.0e25 -cC 418.999990|1e25|FF|00|00|00|00|00|00|FF|FF|FF|FF|FF|FF|FF|FF|FF|FF|FF|FF|3789.111 S mi -cD 1.0e25|1.0e25|0 - -W 5179DEAD 19T 325722.8 4701897.1 Sat Jun 02 03:26:59 2001 Dead End ^ 166^Black ^S+N^0 -cA 5179DEAD||||| -cB |||0|0|1.0e25 -cC 383.999992|1e25|FF|00|00|00|00|00|00|FF|FF|FF|FF|FF|FF|FF|FF|FF|FF|FF|FF|3788.913 S mi -cD 1.0e25|1.0e25|0 - -W 5224 19T 325260.1 4702465.0 Sat Jun 02 03:26:59 2001 5224 ^ 18^Black ^S+N^0 -cA 5224||||| -cB |||0|0|1.0e25 -cC 317.999997|1e25|FF|00|00|00|00|00|00|FF|FF|FF|FF|FF|FF|FF|FF|FF|FF|FF|FF|3788.918 S mi -cD 1.0e25|1.0e25|0 - -W 5229 19T 325280.5 4702931.9 Sat Jun 02 03:26:59 2001 5229 ^ 18^Black ^S+N^0 -cA 5229||||| -cB |||0|0|1.0e25 -cC 270.999999|1e25|FF|00|00|00|00|00|00|FF|FF|FF|FF|FF|FF|FF|FF|FF|FF|FF|FF|3788.727 S mi -cD 1.0e25|1.0e25|0 - -W 5236BRIDGE 19T 325300.9 4702641.4 Sat Jun 02 03:26:59 2001 Bridge ^ 8233^Black ^S+N^0 -cA 5236BRIDGE||||| -cB |||0|0|1.0e25 -cC 295.000001|1e25|FF|00|00|00|00|00|00|FF|FF|FF|FF|FF|FF|FF|FF|FF|FF|FF|FF|3788.830 S mi -cD 1.0e25|1.0e25|0 - -W 5237 19T 325316.9 4702697.6 Sat Jun 02 03:26:59 2001 5237 ^ 18^Black ^S+N^0 -cA 5237||||| -cB |||0|0|1.0e25 -cC 272.000005|1e25|FF|00|00|00|00|00|00|FF|FF|FF|FF|FF|FF|FF|FF|FF|FF|FF|FF|3788.800 S mi -cD 1.0e25|1.0e25|0 - -W 5239ROAD 19T 325315.1 4702953.1 Sat Jun 02 03:27:00 2001 Road ^ 176^Black ^S+N^0 -cA 5239ROAD||||| -cB |||0|0|1.0e25 -cC 265.999992|1e25|FF|00|00|00|00|00|00|FF|FF|FF|FF|FF|FF|FF|FF|FF|FF|FF|FF|3788.702 S mi -cD 1.0e25|1.0e25|0 - -W 5252PURPLE 19T 325574.9 4702277.5 Wed Nov 07 23:53:41 2001 ^ 8246^Black ^S+N^0 -cA 5252PURPLE||||| -cB |||0|0|1.0e25 -cC 255.879480|1e25|FF|00|00|00|00|00|00|FF|FF|FF|FF|FF|FF|FF|FF|FF|FF|FF|FF|3788.838 S mi -cD 1.0e25|1.0e25|0 - -W 5252PURPLE 19T 325574.9 4702277.5 Wed Nov 07 23:53:41 2001 Purple Rock Hill ^ 8246^Black ^S+N^0 -cA 5252PURPLE||||| -cB |||0|0|1.0e25 -cC 255.879480|1e25|FF|00|00|00|00|00|00|FF|FF|FF|FF|FF|FF|FF|FF|FF|FF|FF|FF|3788.838 S mi -cD 1.0e25|1.0e25|0 - -W 5254 19T 325596.2 4702404.2 Wed Nov 28 21:05:28 2001 5254 ^ 18^Black ^S+N^0 -cA 5254||||| -cB |||0|0|1.0e25 -cC 218.821047|1e25|FF|00|00|00|00|00|00|FF|FF|FF|FF|FF|FF|FF|FF|FF|FF|FF|FF|3788.778 S mi -cD 1.0e25|1.0e25|0 - -W 5258 19T 325525.9 4702077.2 Wed Nov 07 23:53:41 2001 5258 ^ 18^Black ^S+N^0 -cA 5258||||| -cB |||0|0|1.0e25 -cC 244.840687|1e25|FF|00|00|00|00|00|00|FF|FF|FF|FF|FF|FF|FF|FF|FF|FF|FF|FF|3788.939 S mi -cD 1.0e25|1.0e25|0 - -W 5258 19T 325525.9 4702077.2 Wed Nov 07 23:53:41 2001 ^ 18^Black ^S+N^0 -cA 5258||||| -cB |||0|0|1.0e25 -cC 244.840687|1e25|FF|00|00|00|00|00|00|FF|FF|FF|FF|FF|FF|FF|FF|FF|FF|FF|FF|3788.939 S mi -cD 1.0e25|1.0e25|0 - -W 5264 19T 325623.4 4702403.8 Wed Nov 28 21:05:28 2001 5264 ^ 18^Black ^S+N^0 -cA 5264||||| -cB |||0|0|1.0e25 -cC 214.090422|1e25|FF|00|00|00|00|00|00|FF|FF|FF|FF|FF|FF|FF|FF|FF|FF|FF|FF|3788.765 S mi -cD 1.0e25|1.0e25|0 - -W 526708 19T 325601.0 4702777.4 Sat Jun 02 03:27:00 2001 526708 ^ 18^Black ^S+N^0 -cA 526708||||| -cB |||0|0|1.0e25 -cC 253.999990|1e25|FF|00|00|00|00|00|00|FF|FF|FF|FF|FF|FF|FF|FF|FF|FF|FF|FF|3788.632 S mi -cD 1.0e25|1.0e25|0 - -W 526750 19T 325659.4 4702701.3 Sat Jun 02 03:27:00 2001 526750 ^ 18^Black ^S+N^0 -cA 526750||||| -cB |||0|0|1.0e25 -cC 245.000008|1e25|FF|00|00|00|00|00|00|FF|FF|FF|FF|FF|FF|FF|FF|FF|FF|FF|FF|3788.633 S mi -cD 1.0e25|1.0e25|0 - -W 5267OBSTAC 19T 325698.7 4702733.5 Sat Jun 02 03:27:00 2001 Obstacle ^ 8204^Black ^S+N^0 -cA 5267OBSTAC||||| -cB |||0|0|1.0e25 -cC 241.999989|1e25|FF|00|00|00|00|00|00|FF|FF|FF|FF|FF|FF|FF|FF|FF|FF|FF|FF|3788.601 S mi -cD 1.0e25|1.0e25|0 - -W 5267OBSTAC 19T 325698.7 4702733.5 Sat Jun 02 03:27:00 2001 ^ 8204^Black ^S+N^0 -cA 5267OBSTAC||||| -cB |||0|0|1.0e25 -cC 241.999989|1e25|FF|00|00|00|00|00|00|FF|FF|FF|FF|FF|FF|FF|FF|FF|FF|FF|FF|3788.601 S mi -cD 1.0e25|1.0e25|0 - -W 527614 19T 325710.4 4702644.8 Wed Nov 07 23:53:41 2001 ^ 18^Black ^S+N^0 -cA 527614||||| -cB |||0|0|1.0e25 -cC 258.245193|1e25|FF|00|00|00|00|00|00|FF|FF|FF|FF|FF|FF|FF|FF|FF|FF|FF|FF|3788.630 S mi -cD 1.0e25|1.0e25|0 - -W 527614 19T 325710.4 4702644.8 Wed Nov 07 23:53:41 2001 527614 ^ 18^Black ^S+N^0 -cA 527614||||| -cB |||0|0|1.0e25 -cC 258.245193|1e25|FF|00|00|00|00|00|00|FF|FF|FF|FF|FF|FF|FF|FF|FF|FF|FF|FF|3788.630 S mi -cD 1.0e25|1.0e25|0 - -W 527631 19T 325735.7 4702606.4 Wed Nov 07 23:53:41 2001 ^ 18^Black ^S+N^0 -cA 527631||||| -cB |||0|0|1.0e25 -cC 258.245193|1e25|FF|00|00|00|00|00|00|FF|FF|FF|FF|FF|FF|FF|FF|FF|FF|FF|FF|3788.632 S mi -cD 1.0e25|1.0e25|0 - -W 527631 19T 325735.7 4702606.4 Wed Nov 07 23:53:41 2001 527631 ^ 18^Black ^S+N^0 -cA 527631||||| -cB |||0|0|1.0e25 -cC 258.245193|1e25|FF|00|00|00|00|00|00|FF|FF|FF|FF|FF|FF|FF|FF|FF|FF|FF|FF|3788.632 S mi -cD 1.0e25|1.0e25|0 - -W 5278 19T 325759.2 4702816.5 Sat Jun 02 03:27:00 2001 ^ 18^Black ^S+N^0 -cA 5278||||| -cB |||0|0|1.0e25 -cC 224.000000|1e25|FF|00|00|00|00|00|00|FF|FF|FF|FF|FF|FF|FF|FF|FF|FF|FF|FF|3788.540 S mi -cD 1.0e25|1.0e25|0 - -W 5278 19T 325759.2 4702816.5 Sat Jun 02 03:27:00 2001 5278 ^ 18^Black ^S+N^0 -cA 5278||||| -cB |||0|0|1.0e25 -cC 224.000000|1e25|FF|00|00|00|00|00|00|FF|FF|FF|FF|FF|FF|FF|FF|FF|FF|FF|FF|3788.540 S mi -cD 1.0e25|1.0e25|0 - -W 5278ROAD 19T 325772.8 4702886.6 Sat Jun 02 03:27:01 2001 Road ^ 176^Black ^S+N^0 -cA 5278ROAD||||| -cB |||0|0|1.0e25 -cC 221.000006|1e25|FF|00|00|00|00|00|00|FF|FF|FF|FF|FF|FF|FF|FF|FF|FF|FF|FF|3788.506 S mi -cD 1.0e25|1.0e25|0 - -W 5287WATER 19T 325894.0 4702767.1 Sat Jun 02 03:27:01 2001 Reservoir ^ 163^Black ^S+N^0 -cA 5287WATER||||| -cB |||0|0|1.0e25 -cC 222.999993|1e25|FF|00|00|00|00|00|00|FF|FF|FF|FF|FF|FF|FF|FF|FF|FF|FF|FF|3788.493 S mi -cD 1.0e25|1.0e25|0 - -W 5289 19T 325881.1 4702950.0 Sat Jun 02 03:27:01 2001 5289 ^ 18^Black ^S+N^0 -cA 5289||||| -cB |||0|0|1.0e25 -cC 210.000011|1e25|FF|00|00|00|00|00|00|FF|FF|FF|FF|FF|FF|FF|FF|FF|FF|FF|FF|3788.429 S mi -cD 1.0e25|1.0e25|0 - -W 5289 19T 325881.1 4702950.0 Sat Jun 02 03:27:01 2001 ^ 18^Black ^S+N^0 -cA 5289||||| -cB |||0|0|1.0e25 -cC 210.000011|1e25|FF|00|00|00|00|00|00|FF|FF|FF|FF|FF|FF|FF|FF|FF|FF|FF|FF|3788.429 S mi -cD 1.0e25|1.0e25|0 - -W 5299DEAD 19T 325978.0 4702975.6 Sat Jun 02 03:27:01 2001 Dead End ^ 166^Black ^S+N^0 -cA 5299DEAD||||| -cB |||0|0|1.0e25 -cC 228.000000|1e25|FF|00|00|00|00|00|00|FF|FF|FF|FF|FF|FF|FF|FF|FF|FF|FF|FF|3788.372 S mi -cD 1.0e25|1.0e25|0 - -W 5374FIRE 19T 325718.9 4703488.0 Wed Nov 28 21:05:28 2001 5374FIRE ^ 18^Black ^S+N^0 -cA 5374FIRE||||| -cB |||0|0|1.0e25 -cC 173.877706|1e25|FF|00|00|00|00|00|00|FF|FF|FF|FF|FF|FF|FF|FF|FF|FF|FF|FF|3788.299 S mi -cD 1.0e25|1.0e25|0 - -W 5374FIRE 19T 325718.9 4703488.0 Wed Nov 28 21:05:28 2001 ^ 18^Black ^S+N^0 -cA 5374FIRE||||| -cB |||0|0|1.0e25 -cC 173.877706|1e25|FF|00|00|00|00|00|00|FF|FF|FF|FF|FF|FF|FF|FF|FF|FF|FF|FF|3788.299 S mi -cD 1.0e25|1.0e25|0 - -W 5376 19T 325758.3 4703650.1 Sat Jun 02 03:27:02 2001 5376 ^ 18^Black ^S+N^0 -cA 5376||||| -cB |||0|0|1.0e25 -cC 185.000002|1e25|FF|00|00|00|00|00|00|FF|FF|FF|FF|FF|FF|FF|FF|FF|FF|FF|FF|3788.217 S mi -cD 1.0e25|1.0e25|0 - -W 5376 19T 325758.3 4703650.1 Sat Jun 02 03:27:02 2001 ^ 18^Black ^S+N^0 -cA 5376||||| -cB |||0|0|1.0e25 -cC 185.000002|1e25|FF|00|00|00|00|00|00|FF|FF|FF|FF|FF|FF|FF|FF|FF|FF|FF|FF|3788.217 S mi -cD 1.0e25|1.0e25|0 - -W 5376BRIDGE 19T 325724.4 4703663.0 Sat Jun 02 03:27:01 2001 Bridge ^ 8233^Black ^S+N^0 -cA 5376BRIDGE||||| -cB |||0|0|1.0e25 -cC 181.999995|1e25|FF|00|00|00|00|00|00|FF|FF|FF|FF|FF|FF|FF|FF|FF|FF|FF|FF|3788.229 S mi -cD 1.0e25|1.0e25|0 - -W 5376DEAD 19T 325778.5 4703631.2 Sat Jun 02 03:27:02 2001 Dead End ^ 166^Black ^S+N^0 -cA 5376DEAD||||| -cB |||0|0|1.0e25 -cC 187.000002|1e25|FF|00|00|00|00|00|00|FF|FF|FF|FF|FF|FF|FF|FF|FF|FF|FF|FF|3788.215 S mi -cD 1.0e25|1.0e25|0 - -W 5376STREAM 19T 325764.8 4703679.1 Wed Nov 07 23:53:41 2001 Stream Crossing ^ 8233^Black ^S+N^0 -cA 5376STREAM||||| -cB |||0|0|1.0e25 -cC 211.724709|1e25|FF|00|00|00|00|00|00|FF|FF|FF|FF|FF|FF|FF|FF|FF|FF|FF|FF|3788.203 S mi -cD 1.0e25|1.0e25|0 - -W 5376STREAM 19T 325764.8 4703679.1 Wed Nov 07 23:53:41 2001 ^ 8233^Black ^S+N^0 -cA 5376STREAM||||| -cB |||0|0|1.0e25 -cC 211.724709|1e25|FF|00|00|00|00|00|00|FF|FF|FF|FF|FF|FF|FF|FF|FF|FF|FF|FF|3788.203 S mi -cD 1.0e25|1.0e25|0 - -W 6006 19T 326091.0 4700682.6 Sat Jun 02 03:26:55 2001 ^ 18^Black ^S+N^0 -cA 6006||||| -cB |||0|0|1.0e25 -cC 185.000002|1e25|FF|00|00|00|00|00|00|FF|FF|FF|FF|FF|FF|FF|FF|FF|FF|FF|FF|3789.205 S mi -cD 1.0e25|1.0e25|0 - -W 6006 19T 326091.0 4700682.6 Sat Jun 02 03:26:55 2001 ^ 18^Black ^S+N^0 -cA 6006||||| -cB |||0|0|1.0e25 -cC 185.000002|1e25|FF|00|00|00|00|00|00|FF|FF|FF|FF|FF|FF|FF|FF|FF|FF|FF|FF|3789.205 S mi -cD 1.0e25|1.0e25|0 - -W 6006 19T 326091.0 4700682.6 Sat Jun 02 03:26:55 2001 600698 ^ 18^Black ^S+N^0 -cA 6006||||| -cB |||0|0|1.0e25 -cC 185.000002|1e25|FF|00|00|00|00|00|00|FF|FF|FF|FF|FF|FF|FF|FF|FF|FF|FF|FF|3789.205 S mi -cD 1.0e25|1.0e25|0 - -W 6006BLUE 19T 326061.3 4700636.2 Wed Nov 28 21:05:28 2001 ^ 18^Black ^S+N^0 -cA 6006BLUE||||| -cB |||0|0|1.0e25 -cC 151.012351|1e25|FF|00|00|00|00|00|00|FF|FF|FF|FF|FF|FF|FF|FF|FF|FF|FF|FF|3789.237 S mi -cD 1.0e25|1.0e25|0 - -W 6006BLUE 19T 326061.3 4700636.2 Wed Nov 28 21:05:28 2001 6006BLUE ^ 18^Black ^S+N^0 -cA 6006BLUE||||| -cB |||0|0|1.0e25 -cC 151.012351|1e25|FF|00|00|00|00|00|00|FF|FF|FF|FF|FF|FF|FF|FF|FF|FF|FF|FF|3789.237 S mi -cD 1.0e25|1.0e25|0 - -W 6014MEADOW 19T 326186.1 4700429.0 Wed Nov 28 21:05:28 2001 6014MEADOW ^ 18^Black ^S+N^0 -cA 6014MEADOW||||| -cB |||0|0|1.0e25 -cC 123.415169|1e25|FF|00|00|00|00|00|00|FF|FF|FF|FF|FF|FF|FF|FF|FF|FF|FF|FF|3789.257 S mi -cD 1.0e25|1.0e25|0 - -W 6014MEADOW 19T 326186.1 4700429.0 Wed Nov 28 21:05:28 2001 ^ 18^Black ^S+N^0 -cA 6014MEADOW||||| -cB |||0|0|1.0e25 -cC 123.415169|1e25|FF|00|00|00|00|00|00|FF|FF|FF|FF|FF|FF|FF|FF|FF|FF|FF|FF|3789.257 S mi -cD 1.0e25|1.0e25|0 - -W 6014MEADOW 19T 326186.1 4700429.0 Wed Nov 28 21:05:28 2001 ^ 18^Black ^S+N^0 -cA 6014MEADOW||||| -cB |||0|0|1.0e25 -cC 123.415169|1e25|FF|00|00|00|00|00|00|FF|FF|FF|FF|FF|FF|FF|FF|FF|FF|FF|FF|3789.257 S mi -cD 1.0e25|1.0e25|0 - -W 6016 19T 326121.0 4700642.7 Wed Nov 28 21:05:28 2001 Bike Loop Connector ^ 18^Black ^S+N^0 -cA 6016||||| -cB |||0|0|1.0e25 -cC 142.338470|1e25|FF|00|00|00|00|00|00|FF|FF|FF|FF|FF|FF|FF|FF|FF|FF|FF|FF|3789.206 S mi -cD 1.0e25|1.0e25|0 - -W 6029 19T 326200.2 4700983.9 Sat Jun 02 03:26:55 2001 6029 ^ 18^Black ^S+N^0 -cA 6029||||| -cB |||0|0|1.0e25 -cC 185.000002|1e25|FF|00|00|00|00|00|00|FF|FF|FF|FF|FF|FF|FF|FF|FF|FF|FF|FF|3789.035 S mi -cD 1.0e25|1.0e25|0 - -W 6029 19T 326200.2 4700983.9 Sat Jun 02 03:26:55 2001 ^ 18^Black ^S+N^0 -cA 6029||||| -cB |||0|0|1.0e25 -cC 185.000002|1e25|FF|00|00|00|00|00|00|FF|FF|FF|FF|FF|FF|FF|FF|FF|FF|FF|FF|3789.035 S mi -cD 1.0e25|1.0e25|0 - -W 6042CROSS 19T 326475.3 4700279.0 Sat Jun 02 03:27:05 2001 Crossing ^ 8238^Black ^S+N^0 -cA 6042CROSS||||| -cB |||0|0|1.0e25 -cC 148.000004|1e25|FF|00|00|00|00|00|00|FF|FF|FF|FF|FF|FF|FF|FF|FF|FF|FF|FF|3789.175 S mi -cD 1.0e25|1.0e25|0 - -W 6053 19T 326525.9 4700363.4 Sat Jun 02 03:27:05 2001 6053 ^ 18^Black ^S+N^0 -cA 6053||||| -cB |||0|0|1.0e25 -cC 164.999999|1e25|FF|00|00|00|00|00|00|FF|FF|FF|FF|FF|FF|FF|FF|FF|FF|FF|FF|3789.118 S mi -cD 1.0e25|1.0e25|0 - -W 6066 19T 326663.7 4700694.1 Sat Jun 02 03:26:57 2001 6066 ^ 18^Black ^S+N^0 -cA 6066||||| -cB |||0|0|1.0e25 -cC 84.000003|1e25|FF|00|00|00|00|00|00|FF|FF|FF|FF|FF|FF|FF|FF|FF|FF|FF|FF|3788.923 S mi -cD 1.0e25|1.0e25|0 - -W 6067 19T 326658.4 4700751.4 Sat Jun 02 03:26:57 2001 6067 ^ 18^Black ^S+N^0 -cA 6067||||| -cB |||0|0|1.0e25 -cC 113.000006|1e25|FF|00|00|00|00|00|00|FF|FF|FF|FF|FF|FF|FF|FF|FF|FF|FF|FF|3788.903 S mi -cD 1.0e25|1.0e25|0 - -W 6071 19T 326785.1 4700192.9 Sat Jun 02 03:26:57 2001 6071 ^ 18^Black ^S+N^0 -cA 6071||||| -cB |||0|0|1.0e25 -cC 99.999998|1e25|FF|00|00|00|00|00|00|FF|FF|FF|FF|FF|FF|FF|FF|FF|FF|FF|FF|3789.058 S mi -cD 1.0e25|1.0e25|0 - -W 6073 19T 326721.5 4700032.0 Sat Jun 02 03:26:56 2001 6073 ^ 18^Black ^S+N^0 -cA 6073||||| -cB |||0|0|1.0e25 -cC 49.999999|1e25|FF|00|00|00|00|00|00|FF|FF|FF|FF|FF|FF|FF|FF|FF|FF|FF|FF|3789.151 S mi -cD 1.0e25|1.0e25|0 - -W 6077LOGS 19T 326742.1 4700720.2 Sat Jun 02 00:18:16 2001 Log Crossing ^ 8204^Black ^S+N^0 -cA 6077LOGS||||| -cB |||0|0|1.0e25 -cC 105.000005|1e25|FF|00|00|00|00|00|00|FF|FF|FF|FF|FF|FF|FF|FF|FF|FF|FF|FF|3788.875 S mi -cD 1.0e25|1.0e25|0 - -W 6084 19T 326882.9 4700476.2 Sat Jun 02 03:26:57 2001 6084 ^ 18^Black ^S+N^0 -cA 6084||||| -cB |||0|0|1.0e25 -cC 124.000001|1e25|FF|00|00|00|00|00|00|FF|FF|FF|FF|FF|FF|FF|FF|FF|FF|FF|FF|3788.901 S mi -cD 1.0e25|1.0e25|0 - -W 6121DEAD 19T 326248.8 4701133.2 Sat Jun 02 03:26:57 2001 Dead End ^ 166^Black ^S+N^0 -cA 6121DEAD||||| -cB |||0|0|1.0e25 -cC 183.999995|1e25|FF|00|00|00|00|00|00|FF|FF|FF|FF|FF|FF|FF|FF|FF|FF|FF|FF|3788.954 S mi -cD 1.0e25|1.0e25|0 - -W 6130 19T 326386.1 4701028.3 Sat Jun 02 03:26:55 2001 6130 ^ 18^Black ^S+N^0 -cA 6130||||| -cB |||0|0|1.0e25 -cC 210.000011|1e25|FF|00|00|00|00|00|00|FF|FF|FF|FF|FF|FF|FF|FF|FF|FF|FF|FF|3788.928 S mi -cD 1.0e25|1.0e25|0 - -W 6130 19T 326386.1 4701028.3 Sat Jun 02 03:26:55 2001 ^ 18^Black ^S+N^0 -cA 6130||||| -cB |||0|0|1.0e25 -cC 210.000011|1e25|FF|00|00|00|00|00|00|FF|FF|FF|FF|FF|FF|FF|FF|FF|FF|FF|FF|3788.928 S mi -cD 1.0e25|1.0e25|0 - -W 6131 19T 326349.9 4701116.5 Sat Jun 02 03:26:58 2001 ^ 18^Black ^S+N^0 -cA 6131||||| -cB |||0|0|1.0e25 -cC 210.000011|1e25|FF|00|00|00|00|00|00|FF|FF|FF|FF|FF|FF|FF|FF|FF|FF|FF|FF|3788.911 S mi -cD 1.0e25|1.0e25|0 - -W 6131 19T 326349.9 4701116.5 Sat Jun 02 03:26:58 2001 6131 ^ 18^Black ^S+N^0 -cA 6131||||| -cB |||0|0|1.0e25 -cC 210.000011|1e25|FF|00|00|00|00|00|00|FF|FF|FF|FF|FF|FF|FF|FF|FF|FF|FF|FF|3788.911 S mi -cD 1.0e25|1.0e25|0 - -W 6153 19T 326565.3 4701310.2 Sat Jun 02 03:27:05 2001 6153 ^ 18^Black ^S+N^0 -cA 6153||||| -cB |||0|0|1.0e25 -cC 205.999998|1e25|FF|00|00|00|00|00|00|FF|FF|FF|FF|FF|FF|FF|FF|FF|FF|FF|FF|3788.732 S mi -cD 1.0e25|1.0e25|0 - -W 6153 19T 326565.3 4701310.2 Sat Jun 02 03:27:05 2001 ^ 18^Black ^S+N^0 -cA 6153||||| -cB |||0|0|1.0e25 -cC 205.999998|1e25|FF|00|00|00|00|00|00|FF|FF|FF|FF|FF|FF|FF|FF|FF|FF|FF|FF|3788.732 S mi -cD 1.0e25|1.0e25|0 - -W 6155DEAD 19T 326579.0 4701534.3 Sat Jun 02 03:27:04 2001 Dead End ^ 166^Black ^S+N^0 -cA 6155DEAD||||| -cB |||0|0|1.0e25 -cC 201.000003|1e25|FF|00|00|00|00|00|00|FF|FF|FF|FF|FF|FF|FF|FF|FF|FF|FF|FF|3788.638 S mi -cD 1.0e25|1.0e25|0 - -W 6171 19T 326774.3 4701173.8 Sat Jun 02 03:27:05 2001 6171 ^ 18^Black ^S+N^0 -cA 6171||||| -cB |||0|0|1.0e25 -cC 181.999995|1e25|FF|00|00|00|00|00|00|FF|FF|FF|FF|FF|FF|FF|FF|FF|FF|FF|FF|3788.683 S mi -cD 1.0e25|1.0e25|0 - -W 6171 19T 326774.3 4701173.8 Sat Jun 02 03:27:05 2001 ^ 18^Black ^S+N^0 -cA 6171||||| -cB |||0|0|1.0e25 -cC 181.999995|1e25|FF|00|00|00|00|00|00|FF|FF|FF|FF|FF|FF|FF|FF|FF|FF|FF|FF|3788.683 S mi -cD 1.0e25|1.0e25|0 - -W 6176 19T 326759.4 4701642.2 Sat Jun 02 03:27:04 2001 ^ 18^Black ^S+N^0 -cA 6176||||| -cB |||0|0|1.0e25 -cC 205.000004|1e25|FF|00|00|00|00|00|00|FF|FF|FF|FF|FF|FF|FF|FF|FF|FF|FF|FF|3788.509 S mi -cD 1.0e25|1.0e25|0 - -W 6176 19T 326759.4 4701642.2 Sat Jun 02 03:27:04 2001 6176 ^ 18^Black ^S+N^0 -cA 6176||||| -cB |||0|0|1.0e25 -cC 205.000004|1e25|FF|00|00|00|00|00|00|FF|FF|FF|FF|FF|FF|FF|FF|FF|FF|FF|FF|3788.509 S mi -cD 1.0e25|1.0e25|0 - -W 6177 19T 326799.5 4701712.8 Sat Jun 02 03:27:04 2001 6177 ^ 18^Black ^S+N^0 -cA 6177||||| -cB |||0|0|1.0e25 -cC 203.999997|1e25|FF|00|00|00|00|00|00|FF|FF|FF|FF|FF|FF|FF|FF|FF|FF|FF|FF|3788.462 S mi -cD 1.0e25|1.0e25|0 - -W 6177 19T 326799.5 4701712.8 Sat Jun 02 03:27:04 2001 ^ 18^Black ^S+N^0 -cA 6177||||| -cB |||0|0|1.0e25 -cC 203.999997|1e25|FF|00|00|00|00|00|00|FF|FF|FF|FF|FF|FF|FF|FF|FF|FF|FF|FF|3788.462 S mi -cD 1.0e25|1.0e25|0 - -W 6181CROSS 19T 326807.5 4701106.4 Sat Jun 02 03:27:05 2001 Crossing ^ 8238^Black ^S+N^0 -cA 6181CROSS||||| -cB |||0|0|1.0e25 -cC 173.000000|1e25|FF|00|00|00|00|00|00|FF|FF|FF|FF|FF|FF|FF|FF|FF|FF|FF|FF|3788.693 S mi -cD 1.0e25|1.0e25|0 - -W 6272 19T 326723.2 4702268.7 Sat Jun 02 03:26:56 2001 6272 ^ 18^Black ^S+N^0 -cA 6272||||| -cB |||0|0|1.0e25 -cC 240.000001|1e25|FF|00|00|00|00|00|00|FF|FF|FF|FF|FF|FF|FF|FF|FF|FF|FF|FF|3788.284 S mi -cD 1.0e25|1.0e25|0 - -W 6272 19T 326761.8 4702265.6 Sat Jun 02 03:26:55 2001 6272 ^ 18^Black ^S+N^0 -cA 6272||||| -cB |||0|0|1.0e25 -cC 229.000006|1e25|FF|00|00|00|00|00|00|FF|FF|FF|FF|FF|FF|FF|FF|FF|FF|FF|FF|3788.267 S mi -cD 1.0e25|1.0e25|0 - -W 6278 19T 326776.2 4702807.8 Sat Jun 02 03:27:04 2001 6278 ^ 18^Black ^S+N^0 -cA 6278||||| -cB |||0|0|1.0e25 -cC 229.999988|1e25|FF|00|00|00|00|00|00|FF|FF|FF|FF|FF|FF|FF|FF|FF|FF|FF|FF|3788.050 S mi -cD 1.0e25|1.0e25|0 - -W 6280 19T 326869.0 4702042.4 Fri Nov 16 23:03:38 2001 6280 ^ 18^Black ^S+N^0 -cA 6280||||| -cB |||0|0|1.0e25 -cC 188.858953|1e25|FF|00|00|00|00|00|00|FF|FF|FF|FF|FF|FF|FF|FF|FF|FF|FF|FF|3788.301 S mi -cD 1.0e25|1.0e25|0 - -W 6280 19T 326869.0 4702042.4 Fri Nov 16 23:03:38 2001 ^ 18^Black ^S+N^0 -cA 6280||||| -cB |||0|0|1.0e25 -cC 188.858953|1e25|FF|00|00|00|00|00|00|FF|FF|FF|FF|FF|FF|FF|FF|FF|FF|FF|FF|3788.301 S mi -cD 1.0e25|1.0e25|0 - -W 6283 19T 326892.6 4702310.1 Fri Nov 16 23:03:38 2001 6283 ^ 18^Black ^S+N^0 -cA 6283||||| -cB |||0|0|1.0e25 -cC 218.821047|1e25|FF|00|00|00|00|00|00|FF|FF|FF|FF|FF|FF|FF|FF|FF|FF|FF|FF|3788.186 S mi -cD 1.0e25|1.0e25|0 - -W 6283 19T 326892.6 4702310.1 Fri Nov 16 23:03:38 2001 ^ 18^Black ^S+N^0 -cA 6283||||| -cB |||0|0|1.0e25 -cC 218.821047|1e25|FF|00|00|00|00|00|00|FF|FF|FF|FF|FF|FF|FF|FF|FF|FF|FF|FF|3788.186 S mi -cD 1.0e25|1.0e25|0 - -W 6289 19T 326830.3 4702994.0 Fri Nov 16 23:03:38 2001 ^ 18^Black ^S+N^0 -cA 6289||||| -cB |||0|0|1.0e25 -cC 239.321491|1e25|FF|00|00|00|00|00|00|FF|FF|FF|FF|FF|FF|FF|FF|FF|FF|FF|FF|3787.951 S mi -cD 1.0e25|1.0e25|0 - -W 6289 19T 326830.3 4702994.0 Fri Nov 16 23:03:38 2001 6289 ^ 18^Black ^S+N^0 -cA 6289||||| -cB |||0|0|1.0e25 -cC 239.321491|1e25|FF|00|00|00|00|00|00|FF|FF|FF|FF|FF|FF|FF|FF|FF|FF|FF|FF|3787.951 S mi -cD 1.0e25|1.0e25|0 - -W 6297 19T 326910.4 4702728.7 Sat Jun 02 03:27:04 2001 6297 ^ 18^Black ^S+N^0 -cA 6297||||| -cB |||0|0|1.0e25 -cC 238.999995|1e25|FF|00|00|00|00|00|00|FF|FF|FF|FF|FF|FF|FF|FF|FF|FF|FF|FF|3788.015 S mi -cD 1.0e25|1.0e25|0 - -W 6297 19T 326910.4 4702728.7 Sat Jun 02 03:27:04 2001 ^ 18^Black ^S+N^0 -cA 6297||||| -cB |||0|0|1.0e25 -cC 238.999995|1e25|FF|00|00|00|00|00|00|FF|FF|FF|FF|FF|FF|FF|FF|FF|FF|FF|FF|3788.015 S mi -cD 1.0e25|1.0e25|0 - -W 6328 19T 326241.2 4703800.2 Sat Jun 02 03:27:02 2001 6328 ^ 18^Black ^S+N^0 -cA 6328||||| -cB |||0|0|1.0e25 -cC 175.999994|1e25|FF|00|00|00|00|00|00|FF|FF|FF|FF|FF|FF|FF|FF|FF|FF|FF|FF|3787.925 S mi -cD 1.0e25|1.0e25|0 - -W 6328 19T 326241.2 4703800.2 Sat Jun 02 03:27:02 2001 ^ 18^Black ^S+N^0 -cA 6328||||| -cB |||0|0|1.0e25 -cC 175.999994|1e25|FF|00|00|00|00|00|00|FF|FF|FF|FF|FF|FF|FF|FF|FF|FF|FF|FF|3787.925 S mi -cD 1.0e25|1.0e25|0 - -W 6353DEAD 19T 326524.2 4703311.6 Sat Jun 02 03:27:03 2001 Dead End ^ 166^Black ^S+N^0 -cA 6353DEAD||||| -cB |||0|0|1.0e25 -cC 154.000004|1e25|FF|00|00|00|00|00|00|FF|FF|FF|FF|FF|FF|FF|FF|FF|FF|FF|FF|3787.977 S mi -cD 1.0e25|1.0e25|0 - -W 6354 19T 326538.3 4703469.7 Sat Jun 02 03:27:03 2001 6354 ^ 18^Black ^S+N^0 -cA 6354||||| -cB |||0|0|1.0e25 -cC 144.000003|1e25|FF|00|00|00|00|00|00|FF|FF|FF|FF|FF|FF|FF|FF|FF|FF|FF|FF|3787.909 S mi -cD 1.0e25|1.0e25|0 - -W 635722 19T 326527.7 4703720.8 Sat Jun 02 03:27:02 2001 ^ 18^Black ^S+N^0 -cA 635722||||| -cB |||0|0|1.0e25 -cC 160.000005|1e25|FF|00|00|00|00|00|00|FF|FF|FF|FF|FF|FF|FF|FF|FF|FF|FF|FF|3787.817 S mi -cD 1.0e25|1.0e25|0 - -W 635722 19T 326527.7 4703720.8 Sat Jun 02 03:27:02 2001 635722 ^ 18^Black ^S+N^0 -cA 635722||||| -cB |||0|0|1.0e25 -cC 160.000005|1e25|FF|00|00|00|00|00|00|FF|FF|FF|FF|FF|FF|FF|FF|FF|FF|FF|FF|3787.817 S mi -cD 1.0e25|1.0e25|0 - -W 635783 19T 326582.0 4703730.3 Sat Jun 02 03:27:02 2001 635783 ^ 18^Black ^S+N^0 -cA 635783||||| -cB |||0|0|1.0e25 -cC 160.999999|1e25|FF|00|00|00|00|00|00|FF|FF|FF|FF|FF|FF|FF|FF|FF|FF|FF|FF|3787.787 S mi -cD 1.0e25|1.0e25|0 - -W 635783 19T 326582.0 4703730.3 Sat Jun 02 03:27:02 2001 ^ 18^Black ^S+N^0 -cA 635783||||| -cB |||0|0|1.0e25 -cC 160.999999|1e25|FF|00|00|00|00|00|00|FF|FF|FF|FF|FF|FF|FF|FF|FF|FF|FF|FF|3787.787 S mi -cD 1.0e25|1.0e25|0 - -W 6373 19T 326762.1 4703385.6 Sat Jun 02 03:27:03 2001 ^ 18^Black ^S+N^0 -cA 6373||||| -cB |||0|0|1.0e25 -cC 205.000004|1e25|FF|00|00|00|00|00|00|FF|FF|FF|FF|FF|FF|FF|FF|FF|FF|FF|FF|3787.833 S mi -cD 1.0e25|1.0e25|0 - -W 6373 19T 326762.1 4703385.6 Sat Jun 02 03:27:03 2001 6373 ^ 18^Black ^S+N^0 -cA 6373||||| -cB |||0|0|1.0e25 -cC 205.000004|1e25|FF|00|00|00|00|00|00|FF|FF|FF|FF|FF|FF|FF|FF|FF|FF|FF|FF|3787.833 S mi -cD 1.0e25|1.0e25|0 - -W 6634 19T 326332.9 4696457.9 Sat Jun 02 03:26:56 2001 6634 ^ 18^Black ^S+N^0 -cA 6634||||| -cB |||0|0|1.0e25 -cC 13.000000|1e25|FF|00|00|00|00|00|00|FF|FF|FF|FF|FF|FF|FF|FF|FF|FF|FF|FF|3790.724 S mi -cD 1.0e25|1.0e25|0 - -W 6979 19T 326725.1 4699956.0 Sat Jun 02 03:26:56 2001 6979 ^ 18^Black ^S+N^0 -cA 6979||||| -cB |||0|0|1.0e25 -cC 43.999999|1e25|FF|00|00|00|00|00|00|FF|FF|FF|FF|FF|FF|FF|FF|FF|FF|FF|FF|3789.179 S mi -cD 1.0e25|1.0e25|0 - -W 6997 19T 326609.6 4699782.4 Fri Nov 16 23:03:38 2001 6997 ^ 18^Black ^S+N^0 -cA 6997||||| -cB |||0|0|1.0e25 -cC 111.588205|1e25|FF|00|00|00|00|00|00|FF|FF|FF|FF|FF|FF|FF|FF|FF|FF|FF|FF|3789.302 S mi -cD 1.0e25|1.0e25|0 - -W BEAR HILL 19T 326748.2 4703629.5 Sat Jun 02 03:27:03 2001 BEAR HILL TOWER ^16391^Black ^S+N^0 -cA BEAR HILL||||| -cB |||0|0|1.0e25 -cC 288.000007|1e25|FF|00|00|00|00|00|00|FF|FF|FF|FF|FF|FF|FF|FF|FF|FF|FF|FF|3787.745 S mi -cD 1.0e25|1.0e25|0 - -W BEAR HILL 19T 326748.2 4703629.5 Sat Jun 02 03:27:03 2001 BEAR HILL TOWER ^16391^Black ^S+N^0 -cA BEAR HILL||||| -cB |||0|0|1.0e25 -cC 288.000007|1e25|FF|00|00|00|00|00|00|FF|FF|FF|FF|FF|FF|FF|FF|FF|FF|FF|FF|3787.745 S mi -cD 1.0e25|1.0e25|0 - -W BELLEVUE 19T 326630.3 4699772.7 Sat Jun 02 00:18:15 2001 BELLEVUE ^ 158^Black ^S+N^0 -cA BELLEVUE||||| -cB |||0|0|1.0e25 -cC 77.000002|1e25|FF|00|00|00|00|00|00|FF|FF|FF|FF|FF|FF|FF|FF|FF|FF|FF|FF|3789.296 S mi -cD 1.0e25|1.0e25|0 - -W BELLEVUE 19T 326630.3 4699772.7 Sat Jun 02 00:18:15 2001 BELLEVUE ^ 158^Black ^S+N^0 -cA BELLEVUE||||| -cB |||0|0|1.0e25 -cC 77.000002|1e25|FF|00|00|00|00|00|00|FF|FF|FF|FF|FF|FF|FF|FF|FF|FF|FF|FF|3789.296 S mi -cD 1.0e25|1.0e25|0 - -W BELLEVUE 19T 326630.3 4699772.7 Sat Jun 02 00:18:15 2001 BELLEVUE ^ 158^Black ^S+N^0 -cA BELLEVUE||||| -cB |||0|0|1.0e25 -cC 77.000002|1e25|FF|00|00|00|00|00|00|FF|FF|FF|FF|FF|FF|FF|FF|FF|FF|FF|FF|3789.296 S mi -cD 1.0e25|1.0e25|0 - -W DARKHOLLPO 19T 327033.8 4702825.6 Sat Jul 16 20:53:40 2005 Dark Hollow Pond ^ 7^Black ^S+N^0 -cA DARKHOLLPO||||| -cB |||0|0|1.0e25 -cC 1e25|1e25|FF|00|00|00|00|00|00|FF|FF|FF|FF|FF|FF|FF|FF|FF|FF|FF|FF|3787.918 S mi -cD 1.0e25|1.0e25|0 - -W GATE14 19T 325125.9 4702060.7 Sat Jun 02 03:26:59 2001 Gate 14 ^ 176^Black ^S+N^0 -cA GATE14||||| -cB |||0|0|1.0e25 -cC 363.999990|1e25|FF|00|00|00|00|00|00|FF|FF|FF|FF|FF|FF|FF|FF|FF|FF|FF|FF|3789.140 S mi -cD 1.0e25|1.0e25|0 - -W GATE16 19T 325518.2 4702861.5 Sat Jun 02 03:27:00 2001 Gate 16 ^ 176^Black ^S+N^0 -cA GATE16||||| -cB |||0|0|1.0e25 -cC 254.999997|1e25|FF|00|00|00|00|00|00|FF|FF|FF|FF|FF|FF|FF|FF|FF|FF|FF|FF|3788.639 S mi -cD 1.0e25|1.0e25|0 - -W GATE17 19T 325754.1 4702953.0 Sat Jun 02 03:27:01 2001 Gate 17 ^ 176^Black ^S+N^0 -cA GATE17||||| -cB |||0|0|1.0e25 -cC 215.999999|1e25|FF|00|00|00|00|00|00|FF|FF|FF|FF|FF|FF|FF|FF|FF|FF|FF|FF|3788.489 S mi -cD 1.0e25|1.0e25|0 - -W GATE19 19T 325773.3 4703727.8 Sat Jun 02 03:27:02 2001 Gate 19 ^ 176^Black ^S+N^0 -cA GATE19||||| -cB |||0|0|1.0e25 -cC 187.999996|1e25|FF|00|00|00|00|00|00|FF|FF|FF|FF|FF|FF|FF|FF|FF|FF|FF|FF|3788.180 S mi -cD 1.0e25|1.0e25|0 - -W GATE21 19T 326728.7 4703959.8 Sat Jun 02 03:27:03 2001 Gate 21 ^ 176^Black ^S+N^0 -cA GATE21||||| -cB |||0|0|1.0e25 -cC 162.000005|1e25|FF|00|00|00|00|00|00|FF|FF|FF|FF|FF|FF|FF|FF|FF|FF|FF|FF|3787.627 S mi -cD 1.0e25|1.0e25|0 - -W GATE24 19T 327084.2 4702624.6 Sat Jun 02 03:27:03 2001 Gate 24 ^ 176^Black ^S+N^0 -cA GATE24||||| -cB |||0|0|1.0e25 -cC 265.999992|1e25|FF|00|00|00|00|00|00|FF|FF|FF|FF|FF|FF|FF|FF|FF|FF|FF|FF|3787.971 S mi -cD 1.0e25|1.0e25|0 - -W GATE5 19T 326624.9 4699761.4 Wed Nov 28 21:05:28 2001 Gate 5 ^ 176^Black ^S+N^0 -cA GATE5||||| -cB |||0|0|1.0e25 -cC 70.587318|1e25|FF|00|00|00|00|00|00|FF|FF|FF|FF|FF|FF|FF|FF|FF|FF|FF|FF|3789.303 S mi -cD 1.0e25|1.0e25|0 - -W GATE6 19T 326498.9 4699808.2 Wed Nov 07 23:53:41 2001 Gate 6 ^ 18^Black ^S+N^0 -cA GATE6||||| -cB |||0|0|1.0e25 -cC 87.145307|1e25|FF|00|00|00|00|00|00|FF|FF|FF|FF|FF|FF|FF|FF|FF|FF|FF|FF|3789.346 S mi -cD 1.0e25|1.0e25|0 - -W GATE6 19T 326498.9 4699808.2 Wed Nov 07 23:53:41 2001 ^ 18^Black ^S+N^0 -cA GATE6||||| -cB |||0|0|1.0e25 -cC 87.145307|1e25|FF|00|00|00|00|00|00|FF|FF|FF|FF|FF|FF|FF|FF|FF|FF|FF|FF|3789.346 S mi -cD 1.0e25|1.0e25|0 - -W GATE6 19T 326498.9 4699808.2 Wed Nov 07 23:53:41 2001 ^ 18^Black ^S+N^0 -cA GATE6||||| -cB |||0|0|1.0e25 -cC 87.145307|1e25|FF|00|00|00|00|00|00|FF|FF|FF|FF|FF|FF|FF|FF|FF|FF|FF|FF|3789.346 S mi -cD 1.0e25|1.0e25|0 - -W PANTHRCAVE 19T 326451.1 4700224.9 Wed Nov 07 23:53:41 2001 ^ 8243^Black ^S+N^0 -cA PANTHRCAVE||||| -cB |||0|0|1.0e25 -cC 148.646638|1e25|FF|00|00|00|00|00|00|FF|FF|FF|FF|FF|FF|FF|FF|FF|FF|FF|FF|3789.207 S mi -cD 1.0e25|1.0e25|0 - -W PANTHRCAVE 19T 326451.1 4700224.9 Wed Nov 07 23:53:41 2001 Panther Cave ^ 8243^Black ^S+N^0 -cA PANTHRCAVE||||| -cB |||0|0|1.0e25 -cC 148.646638|1e25|FF|00|00|00|00|00|00|FF|FF|FF|FF|FF|FF|FF|FF|FF|FF|FF|FF|3789.207 S mi -cD 1.0e25|1.0e25|0 - -W PANTHRCAVE 19T 326451.1 4700224.9 Wed Nov 07 23:53:41 2001 ^ 8243^Black ^S+N^0 -cA PANTHRCAVE||||| -cB |||0|0|1.0e25 -cC 148.646638|1e25|FF|00|00|00|00|00|00|FF|FF|FF|FF|FF|FF|FF|FF|FF|FF|FF|FF|3789.207 S mi -cD 1.0e25|1.0e25|0 - -W SHEEPFOLD 19T 326761.9 4702265.6 Sat Jun 02 00:18:13 2001 Sheepfold Parking Lot ^ 158^Black ^S+N^0 -cA SHEEPFOLD||||| -cB |||0|0|1.0e25 -cC 229.000006|1e25|FF|00|00|00|00|00|00|FF|FF|FF|FF|FF|FF|FF|FF|FF|FF|FF|FF|3788.267 S mi -cD 1.0e25|1.0e25|0 - -W SOAPBOX 19T 326711.2 4702549.2 Sat Jun 02 03:27:04 2001 Soap Box Derby Track ^ 8235^Black ^S+N^0 -cA SOAPBOX||||| -cB |||0|0|1.0e25 -cC 210.000011|1e25|FF|00|00|00|00|00|00|FF|FF|FF|FF|FF|FF|FF|FF|FF|FF|FF|FF|3788.181 S mi -cD 1.0e25|1.0e25|0 - -N New Track Log Start - Trk from .gpx file,Black,1 -T 15R 633951.5 3326484.2 Sat May 25 17:06:21 2002 ;3.280840; 1e25; SM; 0.0000; 0.0000; 0.0000; INF; -;|1e25 -T 15R 633929.8 3326550.5 Sat May 25 17:09:55 2002 ; 1e25; 1e25; SM; 0.0434; 0.0434; 0.0434;0.730757; 214;|1e25 -T 15R 634151.6 3326544.0 Sat May 25 17:12:00 2002 ; 1e25; 1e25; SM; 0.1377; 0.1811; 0.1811;3.964510; 125;|1e25 -T 15R 634237.3 3326504.3 Sat May 25 17:12:48 2002 ; 1e25; 1e25; SM; 0.0586; 0.2397; 0.2397;4.397203; 48;|1e25 -T 15R 634440.8 3326418.2 Sat May 25 17:14:41 2002 ; 1e25; 1e25; SM; 0.1372; 0.3769; 0.3769;4.371133; 113;|1e25 -T 15R 635010.3 3326231.1 Sat May 25 17:17:16 2002 ; 1e25; 1e25; SM; 0.3720; 0.7489; 0.7489;8.640052; 155;|1e25 -T 15R 635275.0 3326014.6 Sat May 25 17:17:46 2002 ; 1e25; 1e25; SM; 0.2125; 0.9615; 0.9615;25.504435; 30;|1e25 -T 15R 635450.2 3325748.8 Sat May 25 17:18:20 2002 ; 1e25; 1e25; SM; 0.1981; 1.1596; 1.1596;20.979147; 34;|1e25 -T 15R 635672.3 3325585.3 Sat May 25 17:19:01 2002 ; 1e25; 1e25; SM; 0.1714; 1.3310; 1.3310;15.050832; 41;|1e25 -T 15R 635954.4 3325128.8 Sat May 25 17:20:46 2002 ; 1e25; 1e25; SM; 0.3341; 1.6651; 1.6651;11.454587; 105;|1e25 -T 15R 635942.5 3325049.3 Sat May 25 17:21:10 2002 ; 1e25; 1e25; SM; 0.0501; 1.7152; 1.7152;7.515936; 24;|1e25 -T 15R 635648.8 3325021.6 Sat May 25 17:21:51 2002 ; 1e25; 1e25; SM; 0.1830; 1.8982; 1.8982;16.070644; 41;|1e25 -T 15R 635313.2 3324732.9 Sat May 25 17:22:35 2002 ; 1e25; 1e25; SM; 0.2751; 2.1734; 2.1734;22.511499; 44;|1e25 -T 15R 635095.6 3324650.9 Sat May 25 17:23:08 2002 ; 1e25; 1e25; SM; 0.1443; 2.3177; 2.3177;15.745092; 33;|1e25 -T 15R 634943.7 3324846.7 Sat May 25 18:04:23 2002 ; 1e25; 1e25; SM; 0.1542; 2.4719; 2.4719;0.224257; 2475;|1e25 -T 15R 635005.2 3324814.2 Sat May 25 18:06:04 2002 ;6.561680; 1e25; SM; 0.0432; 2.5151; 2.5151;1.540302; 101;|1e25 -T 15R 635022.0 3324751.5 Sat May 25 18:07:06 2002 ; 1e25; 1e25; SM; 0.0404; 2.5555; 2.5555;2.346642; 62;|1e25 -T 15R 635072.2 3324726.3 Sat May 25 18:08:18 2002 ;3.280840; 1e25; SM; 0.0349; 2.5904; 2.5904;1.743045; 72;|1e25 -T 15R 635189.3 3324746.3 Sat May 25 18:10:20 2002 ; 1e25; 1e25; SM; 0.0737; 2.6641; 2.6641;2.174638; 122;|1e25 -T 15R 635243.9 3324745.1 Sat May 25 18:11:09 2002 ; 1e25; 1e25; SM; 0.0339; 2.6979; 2.6979;2.488559; 49;|1e25 -T 15R 635323.7 3324794.0 Sat May 25 18:12:18 2002 ; 1e25; 1e25; SM; 0.0582; 2.7561; 2.7561;3.034664; 69;|1e25 -T 15R 635432.0 3324869.3 Sat May 25 18:14:22 2002 ; 1e25; 1e25; SM; 0.0819; 2.8381; 2.8381;2.379163; 124;|1e25 -T 15R 635473.3 3324908.6 Sat May 25 18:15:04 2002 ;6.561680; 1e25; SM; 0.0354; 2.8735; 2.8735;3.037052; 42;|1e25 -T 15R 635538.6 3324959.3 Sat May 25 18:16:14 2002 ;3.280840; 1e25; SM; 0.0514; 2.9249; 2.9249;2.642554; 70;|1e25 -T 15R 635565.3 3325007.6 Sat May 25 18:17:01 2002 ;3.280840; 1e25; SM; 0.0344; 2.9593; 2.9593;2.632849; 47;|1e25 -T 15R 635559.6 3325081.5 Sat May 25 18:18:07 2002 ; 1e25; 1e25; SM; 0.0462; 3.0054; 3.0054;2.519028; 66;|1e25 -T 15R 635545.5 3325188.5 Sat May 25 18:19:51 2002 ;6.561680; 1e25; SM; 0.0673; 3.0727; 3.0727;2.329100; 104;|1e25 -T 15R 635531.9 3325240.0 Sat May 25 18:20:39 2002 ; 1e25; 1e25; SM; 0.0332; 3.1059; 3.1059;2.488490; 48;|1e25 -T 15R 635507.2 3325289.5 Sat May 25 18:21:24 2002 ; 1e25; 1e25; SM; 0.0345; 3.1404; 3.1404;2.760011; 45;|1e25 -T 15R 635506.4 3325352.4 Sat May 25 18:22:17 2002 ; 1e25; 1e25; SM; 0.0392; 3.1796; 3.1796;2.661007; 53;|1e25 -T 15R 635476.9 3325398.2 Sat May 25 18:23:18 2002 ; 1e25; 1e25; SM; 0.0339; 3.2135; 3.2135;2.003106; 61;|1e25 -T 15R 635474.3 3325486.9 Sat May 25 18:24:37 2002 ; 1e25; 1e25; SM; 0.0553; 3.2688; 3.2688;2.519224; 79;|1e25 -T 15R 635421.9 3325691.3 Sat May 25 18:28:13 2002 ;19.685039; 1e25; SM; 0.1315; 3.4003; 3.4003;2.191816; 216;|1e25 -T 15R 635449.2 3325565.9 Sat May 25 18:31:36 2002 ;6.561680; 1e25; SM; 0.0800; 3.4803; 3.4803;1.418052; 203;|1e25 -T 15R 635464.4 3325505.1 Sat May 25 18:32:56 2002 ; 1e25; 1e25; SM; 0.0390; 3.5193; 3.5193;1.757061; 80;|1e25 -T 15R 635460.4 3325444.1 Sat May 25 18:34:02 2002 ; 1e25; 1e25; SM; 0.0381; 3.5574; 3.5574;2.079208; 66;|1e25 -T 15R 635402.8 3325423.1 Sat May 25 18:36:03 2002 ; 1e25; 1e25; SM; 0.0380; 3.5955; 3.5955;1.131931; 121;|1e25 -T 15R 635351.2 3325426.2 Sat May 25 18:36:48 2002 ; 1e25; 1e25; SM; 0.0320; 3.6275; 3.6275;2.561370; 45;|1e25 -T 15R 635272.3 3325443.7 Sat May 25 18:37:52 2002 ;3.280840; 1e25; SM; 0.0501; 3.6776; 3.6776;2.820732; 64;|1e25 -T 15R 635168.8 3325496.0 Sat May 25 18:39:18 2002 ; 1e25; 1e25; SM; 0.0720; 3.7497; 3.7497;3.014423; 86;|1e25 -T 15R 635156.9 3325549.5 Sat May 25 18:40:15 2002 ; 1e25; 1e25; SM; 0.0342; 3.7838; 3.7838;2.157813; 57;|1e25 -T 15R 635175.7 3325588.5 Sat May 25 18:41:25 2002 ;19.685039; 1e25; SM; 0.0270; 3.8108; 3.8108;1.387488; 70;|1e25 -T 15R 635145.7 3325549.3 Sat May 25 18:42:37 2002 ; 1e25; 1e25; SM; 0.0307; 3.8415; 3.8415;1.534552; 72;|1e25 -T 15R 635162.3 3325503.3 Sat May 25 18:44:01 2002 ; 1e25; 1e25; SM; 0.0305; 3.8720; 3.8720;1.306042; 84;|1e25 -T 15R 635201.3 3325461.3 Sat May 25 18:45:53 2002 ; 1e25; 1e25; SM; 0.0357; 3.9076; 3.9076;1.146618; 112;|1e25 -T 15R 635258.0 3325434.3 Sat May 25 18:46:54 2002 ; 1e25; 1e25; SM; 0.0390; 3.9466; 3.9466;2.299515; 61;|1e25 -T 15R 635306.5 3325409.0 Sat May 25 18:47:42 2002 ; 1e25; 1e25; SM; 0.0340; 3.9806; 3.9806;2.549512; 48;|1e25 -T 15R 635378.9 3325400.7 Sat May 25 18:48:41 2002 ; 1e25; 1e25; SM; 0.0452; 4.0258; 4.0258;2.759120; 59;|1e25 -T 15R 635443.2 3325397.8 Sat May 25 18:49:52 2002 ; 1e25; 1e25; SM; 0.0399; 4.0657; 4.0657;2.022865; 71;|1e25 -T 15R 635474.2 3325361.2 Sat May 25 18:50:49 2002 ; 1e25; 1e25; SM; 0.0299; 4.0956; 4.0956;1.886267; 57;|1e25 -T 15R 635504.3 3325269.2 Sat May 25 18:52:14 2002 ; 1e25; 1e25; SM; 0.0603; 4.1559; 4.1559;2.553308; 85;|1e25 -T 15R 635521.0 3325215.9 Sat May 25 18:52:56 2002 ; 1e25; 1e25; SM; 0.0348; 4.1907; 4.1907;2.985822; 42;|1e25 -T 15R 635534.4 3325173.5 Sat May 25 18:53:38 2002 ; 1e25; 1e25; SM; 0.0277; 4.2184; 4.2184;2.374160; 42;|1e25 -T 15R 635572.8 3325053.9 Sat May 25 18:55:11 2002 ; 1e25; 1e25; SM; 0.0783; 4.2966; 4.2966;3.029246; 93;|1e25 -T 15R 635522.3 3324981.2 Sat May 25 18:56:32 2002 ; 1e25; 1e25; SM; 0.0551; 4.3517; 4.3517;2.447726; 81;|1e25 -T 15R 635474.6 3324940.0 Sat May 25 18:57:24 2002 ; 1e25; 1e25; SM; 0.0392; 4.3909; 4.3909;2.714362; 52;|1e25 -T 15R 635407.9 3324874.5 Sat May 25 18:58:40 2002 ;22.965879; 1e25; SM; 0.0581; 4.4490; 4.4490;2.751982; 76;|1e25 -T 15R 635355.4 3324825.9 Sat May 25 18:59:28 2002 ; 1e25; 1e25; SM; 0.0445; 4.4935; 4.4935;3.334841; 48;|1e25 -T 15R 635298.2 3324777.1 Sat May 25 19:00:22 2002 ; 1e25; 1e25; SM; 0.0468; 4.5403; 4.5403;3.117638; 54;|1e25 -T 15R 635197.2 3324750.0 Sat May 25 19:01:41 2002 ; 1e25; 1e25; SM; 0.0648; 4.6051; 4.6051;2.954261; 79;|1e25 -T 15R 635118.7 3324730.6 Sat May 25 19:02:48 2002 ; 1e25; 1e25; SM; 0.0502; 4.6553; 4.6553;2.697719; 67;|1e25 -T 15R 635070.4 3324739.3 Sat May 25 19:03:43 2002 ; 1e25; 1e25; SM; 0.0305; 4.6858; 4.6858;1.993899; 55;|1e25 -T 15R 635039.3 3324790.5 Sat May 25 19:04:49 2002 ; 1e25; 1e25; SM; 0.0373; 4.7231; 4.7231;2.036431; 66;|1e25 -T 15R 635001.8 3324828.9 Sat May 25 19:05:57 2002 ; 1e25; 1e25; SM; 0.0334; 4.7564; 4.7564;1.765615; 68;|1e25 -R 01 BELLEVUE -W BELLEVUE 19T 326630.3 4699772.7 Sat Jun 02 00:18:15 2001 BELLEVUE ^ 158^Black ^S+N^0 -cA BELLEVUE||||| -cB |||0|0|1.0e25 -cC 77.000002|1e25|FF|00|00|00|00|00|00|FF|FF|FF|FF|FF|FF|FF|FF|FF|FF|FF|FF -cD 1.0e25|1.0e25|0 - -W GATE6 19T 326498.9 4699808.2 Wed Nov 07 23:53:41 2001 ^ 18^Black ^S+N^0 -cA GATE6||||| -cB |||0|0|1.0e25 -cC 87.145307|1e25|FF|00|00|00|00|00|00|FF|FF|FF|FF|FF|FF|FF|FF|FF|FF|FF|FF -cD 1.0e25|1.0e25|0 - -W PANTHRCAVE 19T 326451.1 4700224.9 Wed Nov 07 23:53:41 2001 ^ 8243^Black ^S+N^0 -cA PANTHRCAVE||||| -cB |||0|0|1.0e25 -cC 148.646638|1e25|FF|00|00|00|00|00|00|FF|FF|FF|FF|FF|FF|FF|FF|FF|FF|FF|FF -cD 1.0e25|1.0e25|0 - -W 6014MEADOW 19T 326186.1 4700429.0 Wed Nov 28 21:05:28 2001 ^ 18^Black ^S+N^0 -cA 6014MEADOW||||| -cB |||0|0|1.0e25 -cC 123.415169|1e25|FF|00|00|00|00|00|00|FF|FF|FF|FF|FF|FF|FF|FF|FF|FF|FF|FF -cD 1.0e25|1.0e25|0 - -W 6006 19T 326091.0 4700682.6 Sat Jun 02 03:26:55 2001 ^ 18^Black ^S+N^0 -cA 6006||||| -cB |||0|0|1.0e25 -cC 185.000002|1e25|FF|00|00|00|00|00|00|FF|FF|FF|FF|FF|FF|FF|FF|FF|FF|FF|FF -cD 1.0e25|1.0e25|0 - -W 6006BLUE 19T 326061.3 4700636.2 Wed Nov 28 21:05:28 2001 ^ 18^Black ^S+N^0 -cA 6006BLUE||||| -cB |||0|0|1.0e25 -cC 151.012351|1e25|FF|00|00|00|00|00|00|FF|FF|FF|FF|FF|FF|FF|FF|FF|FF|FF|FF -cD 1.0e25|1.0e25|0 - -W 5096 19T 325951.7 4700674.8 Fri Nov 16 23:03:38 2001 ^ 18^Black ^S+N^0 -cA 5096||||| -cB |||0|0|1.0e25 -cC 147.069896|1e25|FF|00|00|00|00|00|00|FF|FF|FF|FF|FF|FF|FF|FF|FF|FF|FF|FF -cD 1.0e25|1.0e25|0 - -W 5066 19T 325694.0 4700676.9 Wed Nov 28 21:05:28 2001 ^ 8238^Black ^S+N^0 -cA 5066||||| -cB |||0|0|1.0e25 -cC 146.281325|1e25|FF|00|00|00|00|00|00|FF|FF|FF|FF|FF|FF|FF|FF|FF|FF|FF|FF -cD 1.0e25|1.0e25|0 - -W 5067 19T 325661.1 4700716.5 Sat Jun 02 03:26:55 2001 ^ 18^Black ^S+N^0 -cA 5067||||| -cB |||0|0|1.0e25 -cC 189.000002|1e25|FF|00|00|00|00|00|00|FF|FF|FF|FF|FF|FF|FF|FF|FF|FF|FF|FF -cD 1.0e25|1.0e25|0 - -W 5058ROAD 19T 325561.6 4700804.1 Sat Jun 02 00:18:14 2001 ROAD CROSSING ^ 18^Black ^S+N^0 -cA 5058ROAD||||| -cB |||0|0|1.0e25 -cC 177.000001|1e25|FF|00|00|00|00|00|00|FF|FF|FF|FF|FF|FF|FF|FF|FF|FF|FF|FF -cD 1.0e25|1.0e25|0 - -W 5150TANK 19T 325504.6 4700998.2 Sat Jun 02 00:18:16 2001 WATER TANK ^ 8211^Black ^S+N^0 -cA 5150TANK||||| -cB |||0|0|1.0e25 -cC 221.000006|1e25|FF|00|00|00|00|00|00|FF|FF|FF|FF|FF|FF|FF|FF|FF|FF|FF|FF -cD 1.0e25|1.0e25|0 - -W 5142 19T 325480.4 4701240.7 Wed Nov 28 21:05:28 2001 ^ 18^Black ^S+N^0 -cA 5142||||| -cB |||0|0|1.0e25 -cC 165.993197|1e25|FF|00|00|00|00|00|00|FF|FF|FF|FF|FF|FF|FF|FF|FF|FF|FF|FF -cD 1.0e25|1.0e25|0 - -W 5144SUMMIT 19T 325418.6 4701403.9 Wed Nov 28 21:05:28 2001 ^ 8246^Black ^S+N^0 -cA 5144SUMMIT||||| -cB |||0|0|1.0e25 -cC 202.263459|1e25|FF|00|00|00|00|00|00|FF|FF|FF|FF|FF|FF|FF|FF|FF|FF|FF|FF -cD 1.0e25|1.0e25|0 - -W 5156 19T 325538.9 4701616.4 Sat Jun 02 03:26:58 2001 ^ 18^Black ^S+N^0 -cA 5156||||| -cB |||0|0|1.0e25 -cC 418.999990|1e25|FF|00|00|00|00|00|00|FF|FF|FF|FF|FF|FF|FF|FF|FF|FF|FF|FF -cD 1.0e25|1.0e25|0 - -W 5148NANEPA 19T 325474.0 4701892.1 Wed Nov 07 23:53:41 2001 ^ 18^Black ^S+N^0 -cA 5148NANEPA||||| -cB |||0|0|1.0e25 -cC 393.074416|1e25|FF|00|00|00|00|00|00|FF|FF|FF|FF|FF|FF|FF|FF|FF|FF|FF|FF -cD 1.0e25|1.0e25|0 - -W 5258 19T 325525.9 4702077.2 Wed Nov 07 23:53:41 2001 ^ 18^Black ^S+N^0 -cA 5258||||| -cB |||0|0|1.0e25 -cC 244.840687|1e25|FF|00|00|00|00|00|00|FF|FF|FF|FF|FF|FF|FF|FF|FF|FF|FF|FF -cD 1.0e25|1.0e25|0 - -W 5252PURPLE 19T 325574.9 4702277.5 Wed Nov 07 23:53:41 2001 ^ 8246^Black ^S+N^0 -cA 5252PURPLE||||| -cB |||0|0|1.0e25 -cC 255.879480|1e25|FF|00|00|00|00|00|00|FF|FF|FF|FF|FF|FF|FF|FF|FF|FF|FF|FF -cD 1.0e25|1.0e25|0 - -W 527631 19T 325735.7 4702606.4 Wed Nov 07 23:53:41 2001 ^ 18^Black ^S+N^0 -cA 527631||||| -cB |||0|0|1.0e25 -cC 258.245193|1e25|FF|00|00|00|00|00|00|FF|FF|FF|FF|FF|FF|FF|FF|FF|FF|FF|FF -cD 1.0e25|1.0e25|0 - -W 527614 19T 325710.4 4702644.8 Wed Nov 07 23:53:41 2001 ^ 18^Black ^S+N^0 -cA 527614||||| -cB |||0|0|1.0e25 -cC 258.245193|1e25|FF|00|00|00|00|00|00|FF|FF|FF|FF|FF|FF|FF|FF|FF|FF|FF|FF -cD 1.0e25|1.0e25|0 - -W 5267OBSTAC 19T 325698.7 4702733.5 Sat Jun 02 03:27:00 2001 ^ 8204^Black ^S+N^0 -cA 5267OBSTAC||||| -cB |||0|0|1.0e25 -cC 241.999989|1e25|FF|00|00|00|00|00|00|FF|FF|FF|FF|FF|FF|FF|FF|FF|FF|FF|FF -cD 1.0e25|1.0e25|0 - -W 5278 19T 325759.2 4702816.5 Sat Jun 02 03:27:00 2001 ^ 18^Black ^S+N^0 -cA 5278||||| -cB |||0|0|1.0e25 -cC 224.000000|1e25|FF|00|00|00|00|00|00|FF|FF|FF|FF|FF|FF|FF|FF|FF|FF|FF|FF -cD 1.0e25|1.0e25|0 - -W 5289 19T 325881.1 4702950.0 Sat Jun 02 03:27:01 2001 ^ 18^Black ^S+N^0 -cA 5289||||| -cB |||0|0|1.0e25 -cC 210.000011|1e25|FF|00|00|00|00|00|00|FF|FF|FF|FF|FF|FF|FF|FF|FF|FF|FF|FF -cD 1.0e25|1.0e25|0 - -W 5374FIRE 19T 325718.9 4703488.0 Wed Nov 28 21:05:28 2001 ^ 18^Black ^S+N^0 -cA 5374FIRE||||| -cB |||0|0|1.0e25 -cC 173.877706|1e25|FF|00|00|00|00|00|00|FF|FF|FF|FF|FF|FF|FF|FF|FF|FF|FF|FF -cD 1.0e25|1.0e25|0 - -W 5376 19T 325758.3 4703650.1 Sat Jun 02 03:27:02 2001 ^ 18^Black ^S+N^0 -cA 5376||||| -cB |||0|0|1.0e25 -cC 185.000002|1e25|FF|00|00|00|00|00|00|FF|FF|FF|FF|FF|FF|FF|FF|FF|FF|FF|FF -cD 1.0e25|1.0e25|0 - -W 5376STREAM 19T 325764.8 4703679.1 Wed Nov 07 23:53:41 2001 ^ 8233^Black ^S+N^0 -cA 5376STREAM||||| -cB |||0|0|1.0e25 -cC 211.724709|1e25|FF|00|00|00|00|00|00|FF|FF|FF|FF|FF|FF|FF|FF|FF|FF|FF|FF -cD 1.0e25|1.0e25|0 - -W 6328 19T 326241.2 4703800.2 Sat Jun 02 03:27:02 2001 ^ 18^Black ^S+N^0 -cA 6328||||| -cB |||0|0|1.0e25 -cC 175.999994|1e25|FF|00|00|00|00|00|00|FF|FF|FF|FF|FF|FF|FF|FF|FF|FF|FF|FF -cD 1.0e25|1.0e25|0 - -W 635722 19T 326527.7 4703720.8 Sat Jun 02 03:27:02 2001 ^ 18^Black ^S+N^0 -cA 635722||||| -cB |||0|0|1.0e25 -cC 160.000005|1e25|FF|00|00|00|00|00|00|FF|FF|FF|FF|FF|FF|FF|FF|FF|FF|FF|FF -cD 1.0e25|1.0e25|0 - -W 635783 19T 326582.0 4703730.3 Sat Jun 02 03:27:02 2001 ^ 18^Black ^S+N^0 -cA 635783||||| -cB |||0|0|1.0e25 -cC 160.999999|1e25|FF|00|00|00|00|00|00|FF|FF|FF|FF|FF|FF|FF|FF|FF|FF|FF|FF -cD 1.0e25|1.0e25|0 - -W 6373 19T 326762.1 4703385.6 Sat Jun 02 03:27:03 2001 ^ 18^Black ^S+N^0 -cA 6373||||| -cB |||0|0|1.0e25 -cC 205.000004|1e25|FF|00|00|00|00|00|00|FF|FF|FF|FF|FF|FF|FF|FF|FF|FF|FF|FF -cD 1.0e25|1.0e25|0 - -W BEAR HILL 19T 326748.2 4703629.5 Sat Jun 02 03:27:03 2001 BEAR HILL TOWER ^16391^Black ^S+N^0 -cA BEAR HILL||||| -cB |||0|0|1.0e25 -cC 288.000007|1e25|FF|00|00|00|00|00|00|FF|FF|FF|FF|FF|FF|FF|FF|FF|FF|FF|FF -cD 1.0e25|1.0e25|0 - -W 6289 19T 326830.3 4702994.0 Fri Nov 16 23:03:38 2001 ^ 18^Black ^S+N^0 -cA 6289||||| -cB |||0|0|1.0e25 -cC 239.321491|1e25|FF|00|00|00|00|00|00|FF|FF|FF|FF|FF|FF|FF|FF|FF|FF|FF|FF -cD 1.0e25|1.0e25|0 - -W 6297 19T 326910.4 4702728.7 Sat Jun 02 03:27:04 2001 ^ 18^Black ^S+N^0 -cA 6297||||| -cB |||0|0|1.0e25 -cC 238.999995|1e25|FF|00|00|00|00|00|00|FF|FF|FF|FF|FF|FF|FF|FF|FF|FF|FF|FF -cD 1.0e25|1.0e25|0 - -W 6283 19T 326892.6 4702310.1 Fri Nov 16 23:03:38 2001 ^ 18^Black ^S+N^0 -cA 6283||||| -cB |||0|0|1.0e25 -cC 218.821047|1e25|FF|00|00|00|00|00|00|FF|FF|FF|FF|FF|FF|FF|FF|FF|FF|FF|FF -cD 1.0e25|1.0e25|0 - -W 6280 19T 326869.0 4702042.4 Fri Nov 16 23:03:38 2001 ^ 18^Black ^S+N^0 -cA 6280||||| -cB |||0|0|1.0e25 -cC 188.858953|1e25|FF|00|00|00|00|00|00|FF|FF|FF|FF|FF|FF|FF|FF|FF|FF|FF|FF -cD 1.0e25|1.0e25|0 - -W 6177 19T 326799.5 4701712.8 Sat Jun 02 03:27:04 2001 ^ 18^Black ^S+N^0 -cA 6177||||| -cB |||0|0|1.0e25 -cC 203.999997|1e25|FF|00|00|00|00|00|00|FF|FF|FF|FF|FF|FF|FF|FF|FF|FF|FF|FF -cD 1.0e25|1.0e25|0 - -W 6176 19T 326759.4 4701642.2 Sat Jun 02 03:27:04 2001 ^ 18^Black ^S+N^0 -cA 6176||||| -cB |||0|0|1.0e25 -cC 205.000004|1e25|FF|00|00|00|00|00|00|FF|FF|FF|FF|FF|FF|FF|FF|FF|FF|FF|FF -cD 1.0e25|1.0e25|0 - -W 6153 19T 326565.3 4701310.2 Sat Jun 02 03:27:05 2001 ^ 18^Black ^S+N^0 -cA 6153||||| -cB |||0|0|1.0e25 -cC 205.999998|1e25|FF|00|00|00|00|00|00|FF|FF|FF|FF|FF|FF|FF|FF|FF|FF|FF|FF -cD 1.0e25|1.0e25|0 - -W 6171 19T 326774.3 4701173.8 Sat Jun 02 03:27:05 2001 ^ 18^Black ^S+N^0 -cA 6171||||| -cB |||0|0|1.0e25 -cC 181.999995|1e25|FF|00|00|00|00|00|00|FF|FF|FF|FF|FF|FF|FF|FF|FF|FF|FF|FF -cD 1.0e25|1.0e25|0 - -W 6131 19T 326349.9 4701116.5 Sat Jun 02 03:26:58 2001 ^ 18^Black ^S+N^0 -cA 6131||||| -cB |||0|0|1.0e25 -cC 210.000011|1e25|FF|00|00|00|00|00|00|FF|FF|FF|FF|FF|FF|FF|FF|FF|FF|FF|FF -cD 1.0e25|1.0e25|0 - -W 6130 19T 326386.1 4701028.3 Sat Jun 02 03:26:55 2001 ^ 18^Black ^S+N^0 -cA 6130||||| -cB |||0|0|1.0e25 -cC 210.000011|1e25|FF|00|00|00|00|00|00|FF|FF|FF|FF|FF|FF|FF|FF|FF|FF|FF|FF -cD 1.0e25|1.0e25|0 - -W 6029 19T 326200.2 4700983.9 Sat Jun 02 03:26:55 2001 ^ 18^Black ^S+N^0 -cA 6029||||| -cB |||0|0|1.0e25 -cC 185.000002|1e25|FF|00|00|00|00|00|00|FF|FF|FF|FF|FF|FF|FF|FF|FF|FF|FF|FF -cD 1.0e25|1.0e25|0 - -W 6006 19T 326091.0 4700682.6 Sat Jun 02 03:26:55 2001 ^ 18^Black ^S+N^0 -cA 6006||||| -cB |||0|0|1.0e25 -cC 185.000002|1e25|FF|00|00|00|00|00|00|FF|FF|FF|FF|FF|FF|FF|FF|FF|FF|FF|FF -cD 1.0e25|1.0e25|0 - -W 6014MEADOW 19T 326186.1 4700429.0 Wed Nov 28 21:05:28 2001 ^ 18^Black ^S+N^0 -cA 6014MEADOW||||| -cB |||0|0|1.0e25 -cC 123.415169|1e25|FF|00|00|00|00|00|00|FF|FF|FF|FF|FF|FF|FF|FF|FF|FF|FF|FF -cD 1.0e25|1.0e25|0 - -W PANTHRCAVE 19T 326451.1 4700224.9 Wed Nov 07 23:53:41 2001 ^ 8243^Black ^S+N^0 -cA PANTHRCAVE||||| -cB |||0|0|1.0e25 -cC 148.646638|1e25|FF|00|00|00|00|00|00|FF|FF|FF|FF|FF|FF|FF|FF|FF|FF|FF|FF -cD 1.0e25|1.0e25|0 - -W GATE6 19T 326498.9 4699808.2 Wed Nov 07 23:53:41 2001 ^ 18^Black ^S+N^0 -cA GATE6||||| -cB |||0|0|1.0e25 -cC 87.145307|1e25|FF|00|00|00|00|00|00|FF|FF|FF|FF|FF|FF|FF|FF|FF|FF|FF|FF -cD 1.0e25|1.0e25|0 - -W BELLEVUE 19T 326630.3 4699772.7 Sat Jun 02 00:18:15 2001 BELLEVUE ^ 158^Black ^S+N^0 -cA BELLEVUE||||| -cB |||0|0|1.0e25 -cC 77.000002|1e25|FF|00|00|00|00|00|00|FF|FF|FF|FF|FF|FF|FF|FF|FF|FF|FF|FF -cD 1.0e25|1.0e25|0 - -E 01 diff --git a/reference/format0.txt b/reference/format0.txt index e7c80cdf7..75281f471 100644 --- a/reference/format0.txt +++ b/reference/format0.txt @@ -2,7 +2,6 @@ baroiq Brauniger IQ Series Barograph Download cambridge dat Cambridge/Winpilot glider software v900 Columbus/Visiontac V900 files (.csv) csv Comma separated values -compegps CompeGPS data files (.wpt/.trk/.rte) iblue747 csv Data Logger iBlue747 csv iblue757 csv Data Logger iBlue757 csv gpl gpl DeLorme GPL @@ -22,13 +21,11 @@ garmin_fit fit Flexible and Interoperable Data Transfer (FIT) Activity file flysight csv FlySight GPS File gpssim gpssim Franson GPSGate Simulation fugawi txt Fugawi -g7towin g7t G7ToWin data files (.g7t) garmin301 Garmin 301 Custom position and heartrate garmin_g1000 csv Garmin G1000 datalog input filter file glogbook xml Garmin Logbook XML gdb gdb Garmin MapSource - gdb garmin_txt txt Garmin MapSource - txt (tab delimited) -pcx pcx Garmin PCX5 garmin_poi Garmin POI database garmin_gpi gpi Garmin Points of Interest (.gpi) garmin Garmin serial/USB protocol @@ -45,20 +42,16 @@ globalsat GlobalSat GH625XT GPS training watch googledir xml Google Directions XML kml kml Google Earth (Keyhole) Markup Language gnav_trl trl Google Navigator Tracklines (.trl) -gopal trk GoPal GPS track log (.trk) land_air_sea txt GPS Tracking Key Pro text gtm gtm GPS TrackMaker arc txt GPSBabel arc filter file gpsdrive GpsDrive Format gpsdrivetrack GpsDrive Format for Tracks -gpsman GPSman -gpsutil gpsutil gpx gpx GPX XML hiketech gps HikeTech holux wpo Holux (gm-100) .wpo Format m241-bin bin Holux M-241 (MTK based) Binary File Format m241 Holux M-241 (MTK based) download -vpl Honda/Acura Navigation System VP Log File Format html html HTML Output humminbird_ht ht Humminbird tracks (.ht) humminbird hwr Humminbird waypoints and routes (.hwr) @@ -66,13 +59,9 @@ ignrando rdn IGN Rando track files igoprimo_poi upoi iGo Primo points of interest (.upoi) igo2008_poi upoi iGO2008 points of interest (.upoi) igo8 trk IGO8 .trk -jtr jtr Jelbert GeoTagger data file -jogmap xml Jogmap.de XML format kompass_tk wp Kompass (DAV) Track (.tk) kompass_wp wp Kompass (DAV) Waypoints (.wp) lowranceusr usr Lowrance USR -maggeo gs Magellan Explorist Geocaching -mapsend Magellan Mapsend magellanx upt Magellan SD files (as for eXplorist) magellan Magellan SD files (as for Meridian) magellan Magellan serial protocol @@ -98,7 +87,6 @@ tpg tpg National Geographic Topo .tpg (waypoints) tpo2 tpo National Geographic Topo 2.x .tpo tpo3 tpo National Geographic Topo 3.x/4.x .tpo navicache Navicache.com XML -nmn4 rte Navigon Mobile Navigator .rte files navigonwpt Navigon Waypoints navilink NaviGPS GT-11/BGT-11 Download sbp sbp NaviGPS GT-31/BGT-31 datalogger (.sbp) @@ -110,19 +98,13 @@ nmea NMEA 0183 sentences lmx Nokia Landmark Exchange osm osm OpenStreetMap data files ozi OziExplorer -pocketfms_bc PocketFMS breadcrumbs -pocketfms_fp xml PocketFMS flightplan (.xml) -pocketfms_wp txt PocketFMS waypoints (.txt) qstarz_bl-1000 Qstarz BL-1000 raymarine rwf Raymarine Waypoint File (.rwf) ricoh log Ricoh GPS Log File cup cup See You flight analysis data -skyforce Skymap / KMD150 ascii files skytraq SkyTraq Venus based loggers (download) skytraq-bin bin SkyTraq Venus based loggers Binary File Format subrip srt SubRip subtitles for video mapping (.srt) -stmsdf sdf Suunto Trek Manager (STM) .sdf files -stmwpp txt Suunto Trek Manager (STM) WaypointPlus files xol xol Swiss Map 25/50/100 (.xol) openoffice Tab delimited fields useful for OpenOffice teletype Teletype [ Get Jonathon Johnson to describe @@ -132,17 +114,11 @@ tomtom_itn_places itn TomTom Places Itineraries (.itn) tomtom_asc asc TomTom POI file (.asc) tomtom ov2 TomTom POI file (.ov2) dmtlog trl TrackLogs digital mapping (.trl) -tiger U.S. Census Bureau Tiger Mapping Service unicsv Universal csv with field structure in first line vcard vcf Vcard Output (for iPod) -vidaone gpb VidaOne GPS for Pocket PC (.gpb) -vitosmt smt Vito Navigator II tracks -vitovtt vtt Vito SmartMap tracks (.vtt) -wfff xml WiFiFoFum 2.0 for PocketPC XML wintec_tes tes Wintec TES file wbt-bin bin Wintec WBT-100/200 Binary File Format wbt Wintec WBT-100/200 GPS Download wbt-tk1 tk1 Wintec WBT-201/G-Rays 2 Binary File Format itracku XAiOX iTrackU Logger itracku-bin bin XAiOX iTrackU Logger Binary File Format -yahoo Yahoo Geocode API data diff --git a/reference/format1.txt b/reference/format1.txt index 2cbb25801..4af18c9e4 100644 --- a/reference/format1.txt +++ b/reference/format1.txt @@ -4,7 +4,6 @@ serial baroiq Brauniger IQ Series Barograph Download file cambridge dat Cambridge/Winpilot glider software file v900 Columbus/Visiontac V900 files (.csv) file csv Comma separated values -file compegps CompeGPS data files (.wpt/.trk/.rte) internal custom Custom "Everything" Style file iblue747 csv Data Logger iBlue747 csv file iblue757 csv Data Logger iBlue757 csv @@ -25,13 +24,11 @@ file garmin_fit fit Flexible and Interoperable Data Transfer (FIT) Activity file file flysight csv FlySight GPS File file gpssim gpssim Franson GPSGate Simulation file fugawi txt Fugawi -file g7towin g7t G7ToWin data files (.g7t) file garmin301 Garmin 301 Custom position and heartrate file garmin_g1000 csv Garmin G1000 datalog input filter file file glogbook xml Garmin Logbook XML file gdb gdb Garmin MapSource - gdb file garmin_txt txt Garmin MapSource - txt (tab delimited) -file pcx pcx Garmin PCX5 file garmin_poi Garmin POI database file garmin_gpi gpi Garmin Points of Interest (.gpi) serial garmin Garmin serial/USB protocol @@ -50,20 +47,16 @@ serial globalsat GlobalSat GH625XT GPS training watch file googledir xml Google Directions XML file kml kml Google Earth (Keyhole) Markup Language file gnav_trl trl Google Navigator Tracklines (.trl) -file gopal trk GoPal GPS track log (.trk) file land_air_sea txt GPS Tracking Key Pro text file gtm gtm GPS TrackMaker file arc txt GPSBabel arc filter file file gpsdrive GpsDrive Format file gpsdrivetrack GpsDrive Format for Tracks -file gpsman GPSman -file gpsutil gpsutil file gpx gpx GPX XML file hiketech gps HikeTech file holux wpo Holux (gm-100) .wpo Format file m241-bin bin Holux M-241 (MTK based) Binary File Format serial m241 Holux M-241 (MTK based) download -file vpl Honda/Acura Navigation System VP Log File Format file html html HTML Output file humminbird_ht ht Humminbird tracks (.ht) file humminbird hwr Humminbird waypoints and routes (.hwr) @@ -72,13 +65,9 @@ file igoprimo_poi upoi iGo Primo points of interest (.upoi) file igo2008_poi upoi iGO2008 points of interest (.upoi) file igo8 trk IGO8 .trk internal random Internal GPS data generator -file jtr jtr Jelbert GeoTagger data file -file jogmap xml Jogmap.de XML format file kompass_tk wp Kompass (DAV) Track (.tk) file kompass_wp wp Kompass (DAV) Waypoints (.wp) file lowranceusr usr Lowrance USR -file maggeo gs Magellan Explorist Geocaching -file mapsend Magellan Mapsend file magellanx upt Magellan SD files (as for eXplorist) file magellan Magellan SD files (as for Meridian) serial magellan Magellan serial protocol @@ -104,7 +93,6 @@ file tpg tpg National Geographic Topo .tpg (waypoints) file tpo2 tpo National Geographic Topo 2.x .tpo file tpo3 tpo National Geographic Topo 3.x/4.x .tpo file navicache Navicache.com XML -file nmn4 rte Navigon Mobile Navigator .rte files file navigonwpt Navigon Waypoints serial navilink NaviGPS GT-11/BGT-11 Download file sbp sbp NaviGPS GT-31/BGT-31 datalogger (.sbp) @@ -116,19 +104,13 @@ file nmea NMEA 0183 sentences file lmx Nokia Landmark Exchange file osm osm OpenStreetMap data files file ozi OziExplorer -file pocketfms_bc PocketFMS breadcrumbs -file pocketfms_fp xml PocketFMS flightplan (.xml) -file pocketfms_wp txt PocketFMS waypoints (.txt) file qstarz_bl-1000 Qstarz BL-1000 file raymarine rwf Raymarine Waypoint File (.rwf) file ricoh log Ricoh GPS Log File file cup cup See You flight analysis data -file skyforce Skymap / KMD150 ascii files serial skytraq SkyTraq Venus based loggers (download) file skytraq-bin bin SkyTraq Venus based loggers Binary File Format file subrip srt SubRip subtitles for video mapping (.srt) -file stmsdf sdf Suunto Trek Manager (STM) .sdf files -file stmwpp txt Suunto Trek Manager (STM) WaypointPlus files file xol xol Swiss Map 25/50/100 (.xol) file openoffice Tab delimited fields useful for OpenOffice file teletype Teletype [ Get Jonathon Johnson to describe @@ -138,17 +120,11 @@ file tomtom_itn_places itn TomTom Places Itineraries (.itn) file tomtom_asc asc TomTom POI file (.asc) file tomtom ov2 TomTom POI file (.ov2) file dmtlog trl TrackLogs digital mapping (.trl) -file tiger U.S. Census Bureau Tiger Mapping Service file unicsv Universal csv with field structure in first line file vcard vcf Vcard Output (for iPod) -file vidaone gpb VidaOne GPS for Pocket PC (.gpb) -file vitosmt smt Vito Navigator II tracks -file vitovtt vtt Vito SmartMap tracks (.vtt) -file wfff xml WiFiFoFum 2.0 for PocketPC XML file wintec_tes tes Wintec TES file file wbt-bin bin Wintec WBT-100/200 Binary File Format serial wbt Wintec WBT-100/200 GPS Download file wbt-tk1 tk1 Wintec WBT-201/G-Rays 2 Binary File Format serial itracku XAiOX iTrackU Logger file itracku-bin bin XAiOX iTrackU Logger Binary File Format -file yahoo Yahoo Geocode API data diff --git a/reference/format2.txt b/reference/format2.txt index 2ca9310a1..387d69e18 100644 --- a/reference/format2.txt +++ b/reference/format2.txt @@ -4,7 +4,6 @@ serial --r--- baroiq Brauniger IQ Series Barograph Download file rw---- cambridge dat Cambridge/Winpilot glider software file r-r--- v900 Columbus/Visiontac V900 files (.csv) file rw---- csv Comma separated values -file rwrwrw compegps CompeGPS data files (.wpt/.trk/.rte) internal rw---- custom Custom "Everything" Style file --rw-- iblue747 csv Data Logger iBlue747 csv file --rw-- iblue757 csv Data Logger iBlue757 csv @@ -25,13 +24,11 @@ file -wrw-- garmin_fit fit Flexible and Interoperable Data Transfer (FIT) Activi file rw---- flysight csv FlySight GPS File file -w-w-w gpssim gpssim Franson GPSGate Simulation file rw---- fugawi txt Fugawi -file r-r-r- g7towin g7t G7ToWin data files (.g7t) file rw---- garmin301 Garmin 301 Custom position and heartrate file --rw-- garmin_g1000 csv Garmin G1000 datalog input filter file file --rw-- glogbook xml Garmin Logbook XML file rwrwrw gdb gdb Garmin MapSource - gdb file rwrwrw garmin_txt txt Garmin MapSource - txt (tab delimited) -file rwrwrw pcx pcx Garmin PCX5 file rw---- garmin_poi Garmin POI database file rw---- garmin_gpi gpi Garmin Points of Interest (.gpi) serial rwrwrw garmin Garmin serial/USB protocol @@ -50,20 +47,16 @@ serial --r--- globalsat GlobalSat GH625XT GPS training watch file --r--- googledir xml Google Directions XML file rwrwrw kml kml Google Earth (Keyhole) Markup Language file --rw-- gnav_trl trl Google Navigator Tracklines (.trl) -file --rw-- gopal trk GoPal GPS track log (.trk) file --rw-- land_air_sea txt GPS Tracking Key Pro text file rwrwrw gtm gtm GPS TrackMaker file rw---- arc txt GPSBabel arc filter file file rw---- gpsdrive GpsDrive Format file rw---- gpsdrivetrack GpsDrive Format for Tracks -file rw---- gpsman GPSman -file rw---- gpsutil gpsutil file rwrwrw gpx gpx GPX XML file rwrw-- hiketech gps HikeTech file rw---- holux wpo Holux (gm-100) .wpo Format file r-r--- m241-bin bin Holux M-241 (MTK based) Binary File Format serial --r--- m241 Holux M-241 (MTK based) download -file --r--- vpl Honda/Acura Navigation System VP Log File Format file -w---- html html HTML Output file r-rwr- humminbird_ht ht Humminbird tracks (.ht) file rwr-rw humminbird hwr Humminbird waypoints and routes (.hwr) @@ -72,13 +65,9 @@ file rw---- igoprimo_poi upoi iGo Primo points of interest (.upoi) file rw---- igo2008_poi upoi iGO2008 points of interest (.upoi) file --rw-- igo8 trk IGO8 .trk internal r-r-r- random Internal GPS data generator -file --rw-- jtr jtr Jelbert GeoTagger data file -file --r--- jogmap xml Jogmap.de XML format file --rw-- kompass_tk wp Kompass (DAV) Track (.tk) file rw---- kompass_wp wp Kompass (DAV) Waypoints (.wp) file rwrwrw lowranceusr usr Lowrance USR -file rw---- maggeo gs Magellan Explorist Geocaching -file rwrwrw mapsend Magellan Mapsend file rwrwrw magellanx upt Magellan SD files (as for eXplorist) file rwrwrw magellan Magellan SD files (as for Meridian) serial rwrwrw magellan Magellan serial protocol @@ -104,7 +93,6 @@ file rw---- tpg tpg National Geographic Topo .tpg (waypoints) file --r--- tpo2 tpo National Geographic Topo 2.x .tpo file r-r-r- tpo3 tpo National Geographic Topo 3.x/4.x .tpo file r----- navicache Navicache.com XML -file ----rw nmn4 rte Navigon Mobile Navigator .rte files file rw---- navigonwpt Navigon Waypoints serial rwrwrw navilink NaviGPS GT-11/BGT-11 Download file --r--- sbp sbp NaviGPS GT-31/BGT-31 datalogger (.sbp) @@ -116,19 +104,13 @@ file rwrw-- nmea NMEA 0183 sentences file rw---- lmx Nokia Landmark Exchange file rw-wrw osm osm OpenStreetMap data files file rwrwrw ozi OziExplorer -file --rw-- pocketfms_bc PocketFMS breadcrumbs -file r---r- pocketfms_fp xml PocketFMS flightplan (.xml) -file rw---- pocketfms_wp txt PocketFMS waypoints (.txt) file r-r--- qstarz_bl-1000 Qstarz BL-1000 file rw--rw raymarine rwf Raymarine Waypoint File (.rwf) file --rw-- ricoh log Ricoh GPS Log File file rw---- cup cup See You flight analysis data -file rwrwrw skyforce Skymap / KMD150 ascii files serial r-r--- skytraq SkyTraq Venus based loggers (download) file r-r--- skytraq-bin bin SkyTraq Venus based loggers Binary File Format file ---w-- subrip srt SubRip subtitles for video mapping (.srt) -file --rwrw stmsdf sdf Suunto Trek Manager (STM) .sdf files -file rwrwrw stmwpp txt Suunto Trek Manager (STM) WaypointPlus files file rwrw-- xol xol Swiss Map 25/50/100 (.xol) file rw---- openoffice Tab delimited fields useful for OpenOffice file r----- teletype Teletype [ Get Jonathon Johnson to describe @@ -138,17 +120,11 @@ file ----rw tomtom_itn_places itn TomTom Places Itineraries (.itn) file rw---- tomtom_asc asc TomTom POI file (.asc) file rw---- tomtom ov2 TomTom POI file (.ov2) file rwrw-- dmtlog trl TrackLogs digital mapping (.trl) -file rw---- tiger U.S. Census Bureau Tiger Mapping Service file rwrwrw unicsv Universal csv with field structure in first line file -w---- vcard vcf Vcard Output (for iPod) -file --rw-- vidaone gpb VidaOne GPS for Pocket PC (.gpb) -file rwrwrw vitosmt smt Vito Navigator II tracks -file --r--- vitovtt vtt Vito SmartMap tracks (.vtt) -file r----- wfff xml WiFiFoFum 2.0 for PocketPC XML file r-r--- wintec_tes tes Wintec TES file file --r--- wbt-bin bin Wintec WBT-100/200 Binary File Format serial r-r--- wbt Wintec WBT-100/200 GPS Download file --r--- wbt-tk1 tk1 Wintec WBT-201/G-Rays 2 Binary File Format serial r-r--- itracku XAiOX iTrackU Logger file rwrw-- itracku-bin bin XAiOX iTrackU Logger Binary File Format -file r----- yahoo Yahoo Geocode API data diff --git a/reference/format3.txt b/reference/format3.txt index 34bab2b03..1afba14ea 100644 --- a/reference/format3.txt +++ b/reference/format3.txt @@ -68,16 +68,6 @@ option csv prefer_shortnames Use shortname instead of description boolean htt option csv datum GPS datum (def. WGS 84) string https://www.gpsbabel.org/WEB_DOC_DIR/fmt_csv.html#fmt_csv_o_datum -file rwrwrw compegps CompeGPS data files (.wpt/.trk/.rte) compegps - https://www.gpsbabel.org/WEB_DOC_DIR/fmt_compegps.html -option compegps deficon Default icon name string https://www.gpsbabel.org/WEB_DOC_DIR/fmt_compegps.html#fmt_compegps_o_deficon - -option compegps index Index of route/track to write (if more than one in source) integer 1 https://www.gpsbabel.org/WEB_DOC_DIR/fmt_compegps.html#fmt_compegps_o_index - -option compegps radius Give points (waypoints/route points) a default radius (proximity) float 0 https://www.gpsbabel.org/WEB_DOC_DIR/fmt_compegps.html#fmt_compegps_o_radius - -option compegps snlen Length of generated shortnames (default 16) integer 16 1 https://www.gpsbabel.org/WEB_DOC_DIR/fmt_compegps.html#fmt_compegps_o_snlen - internal rw---- custom Custom "Everything" Style xcsv https://www.gpsbabel.org/WEB_DOC_DIR/fmt_custom.html option custom snlen Max synthesized shortname length integer 1 https://www.gpsbabel.org/WEB_DOC_DIR/fmt_custom.html#fmt_custom_o_snlen @@ -236,8 +226,6 @@ option fugawi prefer_shortnames Use shortname instead of description boolean option fugawi datum GPS datum (def. WGS 84) string https://www.gpsbabel.org/WEB_DOC_DIR/fmt_fugawi.html#fmt_fugawi_o_datum -file r-r-r- g7towin g7t G7ToWin data files (.g7t) g7towin - https://www.gpsbabel.org/WEB_DOC_DIR/fmt_g7towin.html file rw---- garmin301 Garmin 301 Custom position and heartrate xcsv https://www.gpsbabel.org/WEB_DOC_DIR/fmt_garmin301.html option garmin301 snlen Max synthesized shortname length integer 1 https://www.gpsbabel.org/WEB_DOC_DIR/fmt_garmin301.html#fmt_garmin301_o_snlen @@ -304,12 +292,6 @@ option garmin_txt time Read/Write time format (i.e. HH:mm:ss xx) string https option garmin_txt utc Write timestamps with offset x to UTC time integer -23 +23 https://www.gpsbabel.org/WEB_DOC_DIR/fmt_garmin_txt.html#fmt_garmin_txt_o_utc -file rwrwrw pcx pcx Garmin PCX5 pcx - https://www.gpsbabel.org/WEB_DOC_DIR/fmt_pcx.html -option pcx deficon Default icon name string Waypoint https://www.gpsbabel.org/WEB_DOC_DIR/fmt_pcx.html#fmt_pcx_o_deficon - -option pcx cartoexploreur Write tracks compatible with Carto Exploreur boolean https://www.gpsbabel.org/WEB_DOC_DIR/fmt_pcx.html#fmt_pcx_o_cartoexploreur - file rw---- garmin_poi Garmin POI database xcsv https://www.gpsbabel.org/WEB_DOC_DIR/fmt_garmin_poi.html option garmin_poi snlen Max synthesized shortname length integer 1 https://www.gpsbabel.org/WEB_DOC_DIR/fmt_garmin_poi.html#fmt_garmin_poi_o_snlen @@ -488,16 +470,6 @@ option kml prec Precision of coordinates, number of decimals integer 6 https:/ file --rw-- gnav_trl trl Google Navigator Tracklines (.trl) gnav_trl https://www.gpsbabel.org/WEB_DOC_DIR/fmt_gnav_trl.html -file --rw-- gopal trk GoPal GPS track log (.trk) gopal - https://www.gpsbabel.org/WEB_DOC_DIR/fmt_gopal.html -option gopal date Complete date-free tracks with given date (YYYYMMDD). integer https://www.gpsbabel.org/WEB_DOC_DIR/fmt_gopal.html#fmt_gopal_o_date - -option gopal maxspeed The maximum speed (km/h) traveling from waypoint to waypoint. integer 200 1 1000 https://www.gpsbabel.org/WEB_DOC_DIR/fmt_gopal.html#fmt_gopal_o_maxspeed - -option gopal minspeed The minimum speed (km/h) traveling from waypoint to waypoint. Set >0 to remove duplicate waypoints integer 0 0 999 https://www.gpsbabel.org/WEB_DOC_DIR/fmt_gopal.html#fmt_gopal_o_minspeed - -option gopal clean Cleanup common errors in trackdata boolean 1 https://www.gpsbabel.org/WEB_DOC_DIR/fmt_gopal.html#fmt_gopal_o_clean - file --rw-- land_air_sea txt GPS Tracking Key Pro text xcsv https://www.gpsbabel.org/WEB_DOC_DIR/fmt_land_air_sea.html option land_air_sea snlen Max synthesized shortname length integer 1 https://www.gpsbabel.org/WEB_DOC_DIR/fmt_land_air_sea.html#fmt_land_air_sea_o_snlen @@ -564,24 +536,6 @@ option gpsdrivetrack prefer_shortnames Use shortname instead of description bool option gpsdrivetrack datum GPS datum (def. WGS 84) string https://www.gpsbabel.org/WEB_DOC_DIR/fmt_gpsdrivetrack.html#fmt_gpsdrivetrack_o_datum -file rw---- gpsman GPSman xcsv - https://www.gpsbabel.org/WEB_DOC_DIR/fmt_gpsman.html -option gpsman snlen Max synthesized shortname length integer 1 https://www.gpsbabel.org/WEB_DOC_DIR/fmt_gpsman.html#fmt_gpsman_o_snlen - -option gpsman snwhite Allow whitespace synth. shortnames boolean https://www.gpsbabel.org/WEB_DOC_DIR/fmt_gpsman.html#fmt_gpsman_o_snwhite - -option gpsman snupper UPPERCASE synth. shortnames boolean https://www.gpsbabel.org/WEB_DOC_DIR/fmt_gpsman.html#fmt_gpsman_o_snupper - -option gpsman snunique Make synth. shortnames unique boolean https://www.gpsbabel.org/WEB_DOC_DIR/fmt_gpsman.html#fmt_gpsman_o_snunique - -option gpsman urlbase Basename prepended to URL on output string https://www.gpsbabel.org/WEB_DOC_DIR/fmt_gpsman.html#fmt_gpsman_o_urlbase - -option gpsman prefer_shortnames Use shortname instead of description boolean https://www.gpsbabel.org/WEB_DOC_DIR/fmt_gpsman.html#fmt_gpsman_o_prefer_shortnames - -option gpsman datum GPS datum (def. WGS 84) string https://www.gpsbabel.org/WEB_DOC_DIR/fmt_gpsman.html#fmt_gpsman_o_datum - -file rw---- gpsutil gpsutil gpsutil - https://www.gpsbabel.org/WEB_DOC_DIR/fmt_gpsutil.html file rwrwrw gpx gpx GPX XML gpx https://www.gpsbabel.org/WEB_DOC_DIR/fmt_gpx.html option gpx snlen Length of generated shortnames integer 32 1 https://www.gpsbabel.org/WEB_DOC_DIR/fmt_gpx.html#fmt_gpx_o_snlen @@ -620,8 +574,6 @@ option m241 csv MTK compatible CSV output file string https://www.gpsbabel.or option m241 block_size_kb Size of blocks in KB to request from device integer 1 1 64 https://www.gpsbabel.org/WEB_DOC_DIR/fmt_m241.html#fmt_m241_o_block_size_kb -file --r--- vpl Honda/Acura Navigation System VP Log File Format vpl - https://www.gpsbabel.org/WEB_DOC_DIR/fmt_vpl.html file -w---- html html HTML Output html https://www.gpsbabel.org/WEB_DOC_DIR/fmt_html.html option html stylesheet Path to HTML style sheet string https://www.gpsbabel.org/WEB_DOC_DIR/fmt_html.html#fmt_html_o_stylesheet @@ -690,10 +642,6 @@ option random seed Starting seed of the internal number generator integer 1 ht option random nodelay Output realtime points without delay boolean https://www.gpsbabel.org/WEB_DOC_DIR/fmt_random.html#fmt_random_o_nodelay -file --rw-- jtr jtr Jelbert GeoTagger data file jtr - https://www.gpsbabel.org/WEB_DOC_DIR/fmt_jtr.html -file --r--- jogmap xml Jogmap.de XML format jogmap - https://www.gpsbabel.org/WEB_DOC_DIR/fmt_jogmap.html file --rw-- kompass_tk wp Kompass (DAV) Track (.tk) xcsv https://www.gpsbabel.org/WEB_DOC_DIR/fmt_kompass_tk.html option kompass_tk snlen Max synthesized shortname length integer 1 https://www.gpsbabel.org/WEB_DOC_DIR/fmt_kompass_tk.html#fmt_kompass_tk_o_snlen @@ -744,12 +692,6 @@ option lowranceusr serialnum (USR output) Device serial number integer 0 https option lowranceusr description (USR output) Output file content description string https://www.gpsbabel.org/WEB_DOC_DIR/fmt_lowranceusr.html#fmt_lowranceusr_o_description -file rw---- maggeo gs Magellan Explorist Geocaching maggeo - https://www.gpsbabel.org/WEB_DOC_DIR/fmt_maggeo.html -file rwrwrw mapsend Magellan Mapsend mapsend - https://www.gpsbabel.org/WEB_DOC_DIR/fmt_mapsend.html -option mapsend trkver MapSend version TRK file to generate (3,4) integer 4 3 4 https://www.gpsbabel.org/WEB_DOC_DIR/fmt_mapsend.html#fmt_mapsend_o_trkver - file rwrwrw magellanx upt Magellan SD files (as for eXplorist) magellanx https://www.gpsbabel.org/WEB_DOC_DIR/fmt_magellanx.html option magellanx deficon Default icon name string https://www.gpsbabel.org/WEB_DOC_DIR/fmt_magellanx.html#fmt_magellanx_o_deficon @@ -964,10 +906,6 @@ file r----- navicache Navicache.com XML navicache https://www.gpsbabel.org/WEB_DOC_DIR/fmt_navicache.html option navicache noretired Suppress retired geocaches boolean https://www.gpsbabel.org/WEB_DOC_DIR/fmt_navicache.html#fmt_navicache_o_noretired -file ----rw nmn4 rte Navigon Mobile Navigator .rte files nmn4 - https://www.gpsbabel.org/WEB_DOC_DIR/fmt_nmn4.html -option nmn4 index Index of route to write (if more than one in source) integer 1 https://www.gpsbabel.org/WEB_DOC_DIR/fmt_nmn4.html#fmt_nmn4_o_index - file rw---- navigonwpt Navigon Waypoints xcsv https://www.gpsbabel.org/WEB_DOC_DIR/fmt_navigonwpt.html option navigonwpt snlen Max synthesized shortname length integer 1 https://www.gpsbabel.org/WEB_DOC_DIR/fmt_navigonwpt.html#fmt_navigonwpt_o_snlen @@ -1098,12 +1036,6 @@ option ozi proxunit Unit used in proximity values string miles https://www.gps option ozi codec codec to use for reading and writing strings (default windows-1252) string windows-1252 https://www.gpsbabel.org/WEB_DOC_DIR/fmt_ozi.html#fmt_ozi_o_codec -file --rw-- pocketfms_bc PocketFMS breadcrumbs pocketfms_bc - https://www.gpsbabel.org/WEB_DOC_DIR/fmt_pocketfms_bc.html -file r---r- pocketfms_fp xml PocketFMS flightplan (.xml) pocketfms_fp - https://www.gpsbabel.org/WEB_DOC_DIR/fmt_pocketfms_fp.html -file rw---- pocketfms_wp txt PocketFMS waypoints (.txt) pocketfms_wp - https://www.gpsbabel.org/WEB_DOC_DIR/fmt_pocketfms_wp.html file r-r--- qstarz_bl-1000 Qstarz BL-1000 qstarz_bl-1000 https://www.gpsbabel.org/WEB_DOC_DIR/fmt_qstarz_bl-1000.html file rw--rw raymarine rwf Raymarine Waypoint File (.rwf) raymarine @@ -1142,8 +1074,6 @@ option cup prefer_shortnames Use shortname instead of description boolean htt option cup datum GPS datum (def. WGS 84) string https://www.gpsbabel.org/WEB_DOC_DIR/fmt_cup.html#fmt_cup_o_datum -file rwrwrw skyforce Skymap / KMD150 ascii files skyforce - https://www.gpsbabel.org/WEB_DOC_DIR/fmt_skyforce.html serial r-r--- skytraq SkyTraq Venus based loggers (download) skytraq https://www.gpsbabel.org/WEB_DOC_DIR/fmt_skytraq.html option skytraq erase Erase device data after download boolean 0 https://www.gpsbabel.org/WEB_DOC_DIR/fmt_skytraq.html#fmt_skytraq_o_erase @@ -1190,14 +1120,6 @@ option subrip gps_date GPS date at position video_time (yyyymmdd, default is fir option subrip format Format for subtitles string %s km/h %e m\n%t %l https://www.gpsbabel.org/WEB_DOC_DIR/fmt_subrip.html#fmt_subrip_o_format -file --rwrw stmsdf sdf Suunto Trek Manager (STM) .sdf files stmsdf - https://www.gpsbabel.org/WEB_DOC_DIR/fmt_stmsdf.html -option stmsdf index Index of route (if more than one in source) integer 1 1 https://www.gpsbabel.org/WEB_DOC_DIR/fmt_stmsdf.html#fmt_stmsdf_o_index - -file rwrwrw stmwpp txt Suunto Trek Manager (STM) WaypointPlus files stmwpp - https://www.gpsbabel.org/WEB_DOC_DIR/fmt_stmwpp.html -option stmwpp index Index of route/track to write (if more than one in source) integer 1 https://www.gpsbabel.org/WEB_DOC_DIR/fmt_stmwpp.html#fmt_stmwpp_o_index - file rwrw-- xol xol Swiss Map 25/50/100 (.xol) xol https://www.gpsbabel.org/WEB_DOC_DIR/fmt_xol.html file rw---- openoffice Tab delimited fields useful for OpenOffice xcsv @@ -1286,32 +1208,6 @@ file rwrw-- dmtlog trl TrackLogs digital mapping (.trl) dmtlog https://www.gpsbabel.org/WEB_DOC_DIR/fmt_dmtlog.html option dmtlog index Index of track (if more than one in source) integer 1 1 https://www.gpsbabel.org/WEB_DOC_DIR/fmt_dmtlog.html#fmt_dmtlog_o_index -file rw---- tiger U.S. Census Bureau Tiger Mapping Service tiger - https://www.gpsbabel.org/WEB_DOC_DIR/fmt_tiger.html -option tiger nolabels Suppress labels on generated pins boolean https://www.gpsbabel.org/WEB_DOC_DIR/fmt_tiger.html#fmt_tiger_o_nolabels - -option tiger genurl Generate file with lat/lon for centering map outfile https://www.gpsbabel.org/WEB_DOC_DIR/fmt_tiger.html#fmt_tiger_o_genurl - -option tiger margin Margin for map. Degrees or percentage float 15% https://www.gpsbabel.org/WEB_DOC_DIR/fmt_tiger.html#fmt_tiger_o_margin - -option tiger snlen Max shortname length when used with -s integer 10 1 https://www.gpsbabel.org/WEB_DOC_DIR/fmt_tiger.html#fmt_tiger_o_snlen - -option tiger oldthresh Days after which points are considered old integer 14 https://www.gpsbabel.org/WEB_DOC_DIR/fmt_tiger.html#fmt_tiger_o_oldthresh - -option tiger oldmarker Marker type for old points string redpin https://www.gpsbabel.org/WEB_DOC_DIR/fmt_tiger.html#fmt_tiger_o_oldmarker - -option tiger newmarker Marker type for new points string greenpin https://www.gpsbabel.org/WEB_DOC_DIR/fmt_tiger.html#fmt_tiger_o_newmarker - -option tiger suppresswhite Suppress whitespace in generated shortnames boolean https://www.gpsbabel.org/WEB_DOC_DIR/fmt_tiger.html#fmt_tiger_o_suppresswhite - -option tiger unfoundmarker Marker type for unfound points string bluepin https://www.gpsbabel.org/WEB_DOC_DIR/fmt_tiger.html#fmt_tiger_o_unfoundmarker - -option tiger xpixels Width in pixels of map integer 768 https://www.gpsbabel.org/WEB_DOC_DIR/fmt_tiger.html#fmt_tiger_o_xpixels - -option tiger ypixels Height in pixels of map integer 768 https://www.gpsbabel.org/WEB_DOC_DIR/fmt_tiger.html#fmt_tiger_o_ypixels - -option tiger iconismarker The icon description is already the marker boolean https://www.gpsbabel.org/WEB_DOC_DIR/fmt_tiger.html#fmt_tiger_o_iconismarker - file rwrwrw unicsv Universal csv with field structure in first line unicsv https://www.gpsbabel.org/WEB_DOC_DIR/fmt_unicsv.html option unicsv datum GPS datum (def. WGS 84) string WGS 84 https://www.gpsbabel.org/WEB_DOC_DIR/fmt_unicsv.html#fmt_unicsv_o_datum @@ -1334,26 +1230,6 @@ file -w---- vcard vcf Vcard Output (for iPod) vcard https://www.gpsbabel.org/WEB_DOC_DIR/fmt_vcard.html option vcard encrypt Encrypt hints using ROT13 boolean https://www.gpsbabel.org/WEB_DOC_DIR/fmt_vcard.html#fmt_vcard_o_encrypt -file --rw-- vidaone gpb VidaOne GPS for Pocket PC (.gpb) vidaone - https://www.gpsbabel.org/WEB_DOC_DIR/fmt_vidaone.html -option vidaone ver Version of VidaOne file to read or write (1 or 2) integer 1 1 2 https://www.gpsbabel.org/WEB_DOC_DIR/fmt_vidaone.html#fmt_vidaone_o_ver - -file rwrwrw vitosmt smt Vito Navigator II tracks vitosmt - https://www.gpsbabel.org/WEB_DOC_DIR/fmt_vitosmt.html -file --r--- vitovtt vtt Vito SmartMap tracks (.vtt) vitovtt - https://www.gpsbabel.org/WEB_DOC_DIR/fmt_vitovtt.html -file r----- wfff xml WiFiFoFum 2.0 for PocketPC XML wfff - https://www.gpsbabel.org/WEB_DOC_DIR/fmt_wfff.html -option wfff aicicon Infrastructure closed icon name string Red Square https://www.gpsbabel.org/WEB_DOC_DIR/fmt_wfff.html#fmt_wfff_o_aicicon - -option wfff aioicon Infrastructure open icon name string Green Square https://www.gpsbabel.org/WEB_DOC_DIR/fmt_wfff.html#fmt_wfff_o_aioicon - -option wfff ahcicon Ad-hoc closed icon name string Red Diamond https://www.gpsbabel.org/WEB_DOC_DIR/fmt_wfff.html#fmt_wfff_o_ahcicon - -option wfff ahoicon Ad-hoc open icon name string Green Diamond https://www.gpsbabel.org/WEB_DOC_DIR/fmt_wfff.html#fmt_wfff_o_ahoicon - -option wfff snmac Shortname is MAC address boolean https://www.gpsbabel.org/WEB_DOC_DIR/fmt_wfff.html#fmt_wfff_o_snmac - file r-r--- wintec_tes tes Wintec TES file wintec_tes https://www.gpsbabel.org/WEB_DOC_DIR/fmt_wintec_tes.html file --r--- wbt-bin bin Wintec WBT-100/200 Binary File Format wbt-bin @@ -1376,7 +1252,3 @@ option itracku-bin backup Appends the input to a backup file string https://w option itracku-bin new Only waypoints that are not the backup file string https://www.gpsbabel.org/WEB_DOC_DIR/fmt_itracku-bin.html#fmt_itracku-bin_o_new -file r----- yahoo Yahoo Geocode API data yahoo - https://www.gpsbabel.org/WEB_DOC_DIR/fmt_yahoo.html -option yahoo addrsep String to separate concatenated address fields (default=", ") string , https://www.gpsbabel.org/WEB_DOC_DIR/fmt_yahoo.html#fmt_yahoo_o_addrsep - diff --git a/reference/gopal-11-gpx.gpx b/reference/gopal-11-gpx.gpx deleted file mode 100644 index 628dd04b8..000000000 --- a/reference/gopal-11-gpx.gpx +++ /dev/null @@ -1,134 +0,0 @@ - - - - - - 341.950 - - RPT001 - RPT001 - RPT001 - 2d - 11 - 0.766000 - - - 341.990 - - RPT002 - RPT002 - RPT002 - 2d - 11 - 0.766000 - - - 341.813 - - RPT003 - RPT003 - RPT003 - 2d - 10 - 0.832000 - - - 341.493 - - RPT004 - RPT004 - RPT004 - 2d - 11 - 0.766000 - - - 341.150 - - RPT005 - RPT005 - RPT005 - 2d - 11 - 0.766000 - - - 340.210 - - RPT006 - RPT006 - RPT006 - 2d - 11 - 0.766000 - - - 339.163 - - RPT007 - RPT007 - RPT007 - 2d - 11 - 0.766000 - - - Tracklog 1970-01-01T00:00:00Z - - 341.950 - - RPT001 - 2d - 11 - 0.766000 - - - 341.990 - - RPT002 - 2d - 11 - 0.766000 - - - 341.813 - - RPT003 - 2d - 10 - 0.832000 - - - 341.493 - - RPT004 - 2d - 11 - 0.766000 - - - 341.150 - - RPT005 - 2d - 11 - 0.766000 - - - 340.210 - - RPT006 - 2d - 11 - 0.766000 - - - 339.163 - - RPT007 - 2d - 11 - 0.766000 - - - diff --git a/reference/gopal-11.trk b/reference/gopal-11.trk deleted file mode 100644 index f3d8da67a..000000000 --- a/reference/gopal-11.trk +++ /dev/null @@ -1,7 +0,0 @@ -38528677, 213232, 8.232662, 50.307048, 341.95, 180.227, 2, 0.766000, 11, 20091106, 0, 300 -38529696, 213233, 8.232442, 50.307475, 341.99, 179.174, 2, 0.766000, 11, 20091106, 0, 298 -38530720, 213234, 8.232223, 50.307902, 341.813, 179.203, 2, 0.832000, 10, 20091106, 0, 297 -38531752, 213235, 8.232000, 50.308332, 341.493, 181.152, 2, 0.766000, 11, 20091106, 0, 295 -38532669, 213236, 8.231770, 50.308765, 341.15, 183.765, 2, 0.766000, 11, 20091106, 0, 293 -38533696, 213237, 8.231532, 50.309198, 340.21, 183.95, 2, 0.766000, 11, 20091106, 0, 292 -38534714, 213238, 8.231283, 50.309623, 339.163, 178.342, 2, 0.766000, 11, 20091106, 0, 291 diff --git a/reference/gpsutil-1.pcx b/reference/gpsutil-1.pcx deleted file mode 100644 index 26997a30f..000000000 --- a/reference/gpsutil-1.pcx +++ /dev/null @@ -1,23 +0,0 @@ -H SOFTWARE NAME & VERSION -I GPSU 4.20 01 REGISTERED to 'THIS FILE CREATED BY HAND FOR GPSBABEL TEST' -S DateFormat=dd/mm/yyyy -S Timezone=+01:00 -S Units=N,M -S SymbolSet=0 - -H R DATUM -M E WGS 84 100 0.0000000E+00 0.0000000E+00 0 0 0 - -H COORDINATE SYSTEM -U LAT LON DM - -F ID---- Latitude Longitude T O Comment -W GCEBB N3558.3220' W08708.0820' I E Mountain Bike Heaven by susy1313 -W GC1A37 N3605.4410' W08640.7730' I E The Troll by a182pilot & Family -W GC1C2B N3559.7760' W08637.2070' I E Dive Bomber by JoGPS & family -W GC25A9 N3602.3090' W08638.9170' I E FOSTER by JoGPS & Family -W GC2723 N3606.7310' W08644.5060' I E Logan Lighthouse by JoGps & Family -W GC2B71 N3603.8450' W08647.4310' I E Ganier Cache by Susy1313 -W GC309F N3605.2660' W08648.5840' I E Shy's Hill by FireFighterEng33 -W GC317A N3603.4500' W08653.5200' I E GittyUp by JoGPS / Warner Parks -W GC317D N3604.9680' W08652.0370' I E Inlighting by JoGPS / Warner Parks diff --git a/reference/help.txt b/reference/help.txt index 9f25ceb8e..6d443e3ab 100644 --- a/reference/help.txt +++ b/reference/help.txt @@ -50,11 +50,6 @@ File Types (-i and -o options): urlbase Basename prepended to URL on output prefer_shortnames (0/1) Use shortname instead of description datum GPS datum (def. WGS 84) - compegps CompeGPS data files (.wpt/.trk/.rte) - deficon Default icon name - index Index of route/track to write (if more than one in - radius Give points (waypoints/route points) a default rad - snlen Length of generated shortnames (default 16) iblue747 Data Logger iBlue747 csv snlen Max synthesized shortname length snwhite (0/1) Allow whitespace synth. shortnames @@ -126,7 +121,6 @@ File Types (-i and -o options): urlbase Basename prepended to URL on output prefer_shortnames (0/1) Use shortname instead of description datum GPS datum (def. WGS 84) - g7towin G7ToWin data files (.g7t) garmin301 Garmin 301 Custom position and heartrate snlen Max synthesized shortname length snwhite (0/1) Allow whitespace synth. shortnames @@ -160,9 +154,6 @@ File Types (-i and -o options): temp Temperature unit [c=Celsius, f=Fahrenheit] time Read/Write time format (i.e. HH:mm:ss xx) utc Write timestamps with offset x to UTC time - pcx Garmin PCX5 - deficon Default icon name - cartoexploreur (0/1) Write tracks compatible with Carto Exploreur garmin_poi Garmin POI database snlen Max synthesized shortname length snwhite (0/1) Allow whitespace synth. shortnames @@ -246,11 +237,6 @@ File Types (-i and -o options): rotate_colors Rotate colors for tracks and routes (default autom prec Precision of coordinates, number of decimals gnav_trl Google Navigator Tracklines (.trl) - gopal GoPal GPS track log (.trk) - date Complete date-free tracks with given date (YYYYMMD - maxspeed The maximum speed (km/h) traveling from waypoint t - minspeed The minimum speed (km/h) traveling from waypoint t - clean (0/1) Cleanup common errors in trackdata land_air_sea GPS Tracking Key Pro text snlen Max synthesized shortname length snwhite (0/1) Allow whitespace synth. shortnames @@ -284,15 +270,6 @@ File Types (-i and -o options): urlbase Basename prepended to URL on output prefer_shortnames (0/1) Use shortname instead of description datum GPS datum (def. WGS 84) - gpsman GPSman - snlen Max synthesized shortname length - snwhite (0/1) Allow whitespace synth. shortnames - snupper (0/1) UPPERCASE synth. shortnames - snunique (0/1) Make synth. shortnames unique - urlbase Basename prepended to URL on output - prefer_shortnames (0/1) Use shortname instead of description - datum GPS datum (def. WGS 84) - gpsutil gpsutil gpx GPX XML snlen Length of generated shortnames suppresswhite (0/1) No whitespace in generated shortnames @@ -312,7 +289,6 @@ File Types (-i and -o options): log_enable (0/1) Enable logging after download csv MTK compatible CSV output file block_size_kb Size of blocks in KB to request from device - vpl Honda/Acura Navigation System VP Log File Format html HTML Output stylesheet Path to HTML style sheet encrypt (0/1) Encrypt hints using ROT13 @@ -343,8 +319,6 @@ File Types (-i and -o options): tracknum Track identification number title Track title description Track description - jtr Jelbert GeoTagger data file - jogmap Jogmap.de XML format kompass_tk Kompass (DAV) Track (.tk) snlen Max synthesized shortname length snwhite (0/1) Allow whitespace synth. shortnames @@ -370,9 +344,6 @@ File Types (-i and -o options): title (USR output) Output file title string serialnum (USR output) Device serial number description (USR output) Output file content description - maggeo Magellan Explorist Geocaching - mapsend Magellan Mapsend - trkver MapSend version TRK file to generate (3,4) magellanx Magellan SD files (as for eXplorist) deficon Default icon name maxcmts Max number of comments to write (maxcmts=200) @@ -480,8 +451,6 @@ File Types (-i and -o options): tpo3 National Geographic Topo 3.x/4.x .tpo navicache Navicache.com XML noretired (0/1) Suppress retired geocaches - nmn4 Navigon Mobile Navigator .rte files - index Index of route to write (if more than one in sourc navigonwpt Navigon Waypoints snlen Max synthesized shortname length snwhite (0/1) Allow whitespace synth. shortnames @@ -547,9 +516,6 @@ File Types (-i and -o options): altunit Unit used in altitude values proxunit Unit used in proximity values codec codec to use for reading and writing strings (defa - pocketfms_bc PocketFMS breadcrumbs - pocketfms_fp PocketFMS flightplan (.xml) - pocketfms_wp PocketFMS waypoints (.txt) qstarz_bl-1000 Qstarz BL-1000 raymarine Raymarine Waypoint File (.rwf) location Default location @@ -569,7 +535,6 @@ File Types (-i and -o options): urlbase Basename prepended to URL on output prefer_shortnames (0/1) Use shortname instead of description datum GPS datum (def. WGS 84) - skyforce Skymap / KMD150 ascii files skytraq SkyTraq Venus based loggers (download) erase (0/1) Erase device data after download targetlocation Set location finder target location as lat,lng @@ -593,10 +558,6 @@ File Types (-i and -o options): gps_time GPS time at position video_time (hhmmss[.sss], def gps_date GPS date at position video_time (yyyymmdd, default format Format for subtitles - stmsdf Suunto Trek Manager (STM) .sdf files - index Index of route (if more than one in source) - stmwpp Suunto Trek Manager (STM) WaypointPlus files - index Index of route/track to write (if more than one in xol Swiss Map 25/50/100 (.xol) openoffice Tab delimited fields useful for OpenOffice snlen Max synthesized shortname length @@ -641,19 +602,6 @@ File Types (-i and -o options): tomtom TomTom POI file (.ov2) dmtlog TrackLogs digital mapping (.trl) index Index of track (if more than one in source) - tiger U.S. Census Bureau Tiger Mapping Service - nolabels (0/1) Suppress labels on generated pins - genurl Generate file with lat/lon for centering map - margin Margin for map. Degrees or percentage - snlen Max shortname length when used with -s - oldthresh Days after which points are considered old - oldmarker Marker type for old points - newmarker Marker type for new points - suppresswhite (0/1) Suppress whitespace in generated shortnames - unfoundmarker Marker type for unfound points - xpixels Width in pixels of map - ypixels Height in pixels of map - iconismarker (0/1) The icon description is already the marker unicsv Universal csv with field structure in first line datum GPS datum (def. WGS 84) grid Write position using this grid. @@ -664,16 +612,6 @@ File Types (-i and -o options): codec codec to use for reading and writing strings (defa vcard Vcard Output (for iPod) encrypt (0/1) Encrypt hints using ROT13 - vidaone VidaOne GPS for Pocket PC (.gpb) - ver Version of VidaOne file to read or write (1 or 2) - vitosmt Vito Navigator II tracks - vitovtt Vito SmartMap tracks (.vtt) - wfff WiFiFoFum 2.0 for PocketPC XML - aicicon Infrastructure closed icon name - aioicon Infrastructure open icon name - ahcicon Ad-hoc closed icon name - ahoicon Ad-hoc open icon name - snmac (0/1) Shortname is MAC address wintec_tes Wintec TES file wbt-bin Wintec WBT-100/200 Binary File Format wbt Wintec WBT-100/200 GPS Download @@ -685,8 +623,6 @@ File Types (-i and -o options): itracku-bin XAiOX iTrackU Logger Binary File Format backup Appends the input to a backup file new Only waypoints that are not the backup file - yahoo Yahoo Geocode API data - addrsep String to separate concatenated address fields (de Supported data filters: arc Include Only Points Within Distance of Arc diff --git a/reference/ov2-in.ref b/reference/ov2-in.ref deleted file mode 100644 index 8ce96c6f2..000000000 --- a/reference/ov2-in.ref +++ /dev/null @@ -1,9 +0,0 @@ -Mountain 3558.322N 08708.081W 0000000m Mountain Bike Heaven by susy13 a -The Trol 3605.441N 08640.772W 0000000m The Troll by a182pilot & Famil a -Dive Bom 3559.776N 08637.207W 0000000m Dive Bomber by JoGPS & family a -FOSTER b 3602.309N 08638.917W 0000000m FOSTER by JoGPS & Family a -Logan Li 3606.731N 08644.506W 0000000m Logan Lighthouse by JoGps & Fa a -Ganier C 3603.845N 08647.431W 0000000m Ganier Cache by Susy1313 a -Shy's Hi 3605.266N 08648.583W 0000000m Shy's Hill by FireFighterEng33 a -GittyUp 3603.450N 08653.519W 0000000m GittyUp by JoGPS / Warner Park a -Inlighti 3604.968N 08652.036W 0000000m Inlighting by JoGPS / Warner P a diff --git a/reference/pocketfms_bc b/reference/pocketfms_bc deleted file mode 100644 index 40e840142f90628795a59637cd96c99c953b7f5b..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 29120 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 HO~C&jx@Lv` diff --git a/reference/pocketfms_bc.babel b/reference/pocketfms_bc.babel deleted file mode 100644 index b5ba84dd35d703b610a4d08c8bbcd2c79d0c22c5..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 29120 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 AK>z>% diff --git a/reference/pocketfms_bc.gpx b/reference/pocketfms_bc.gpx deleted file mode 100644 index e6a1c9ab4..000000000 --- a/reference/pocketfms_bc.gpx +++ /dev/null @@ -1,2288 +0,0 @@ - - - - - - PocketFMS - Breadcrumb - www.pocketfms.com - 1 - - - -0.304800 - - none - - - -0.304800 - - none - - - -0.304800 - - none - - - -0.304800 - - none - - - -0.304800 - - none - - - -0.304800 - - none - - - -0.304800 - - none - - - -0.304800 - - none - - - -0.304800 - - none - - - -0.304800 - - none - - - -0.304800 - - none - - - -0.304800 - - none - - - -0.304800 - - none - - - -0.304800 - - none - - - -0.304800 - - none - - - -0.304800 - - none - - - -0.304800 - - none - - - -0.304800 - - none - - - -0.304800 - - none - - - -0.304800 - - none - - - -0.304800 - - none - - - -0.304800 - - none - - - -0.304800 - - none - - - -0.304800 - - none - - - -0.304800 - - none - - - -0.304800 - - none - - - -0.304800 - - none - - - -0.304800 - - none - - - -0.304800 - - none - - - -0.304800 - - none - - - -0.304800 - - none - - - -0.304800 - - none - - - -0.304800 - - none - - - -0.304800 - - none - - - -0.304800 - - none - - - -0.304800 - - none - - - -0.304800 - - none - - - -0.304800 - - none - - - -0.304800 - - none - - - -0.304800 - - none - - - -0.304800 - - none - - - -0.304800 - - none - - - -0.304800 - - none - - - -0.304800 - - none - - - -0.304800 - - none - - - -0.304800 - - none - - - -0.304800 - - none - - - -0.304800 - - none - - - -0.304800 - - none - - - -0.304800 - - none - - - -0.304800 - - none - - - -0.304800 - - none - - - -0.304800 - - none - - - -0.304800 - - none - - - -0.304800 - - none - - - -0.304800 - - none - - - -0.304800 - - none - - - -0.304800 - - none - - - -0.304800 - - none - - - -0.304800 - - none - - - -0.304800 - - none - - - -0.304800 - - none - - - -0.304800 - - none - - - -0.304800 - - none - - - -0.304800 - - none - - - -0.304800 - - none - - - -0.304800 - - none - - - -0.304800 - - none - - - -0.304800 - - none - - - -0.304800 - - none - - - -0.304800 - - none - - - -0.304800 - - none - - - -0.304800 - - none - - - -0.304800 - - none - - - -0.304800 - - none - - - -0.304800 - - none - - - -0.304800 - - none - - - -0.304800 - - none - - - -0.304800 - - none - - - -0.304800 - - none - - - -0.304800 - - none - - - -0.304800 - - none - - - -0.304800 - - none - - - -0.304800 - - none - - - -0.304800 - - none - - - -0.304800 - - none - - - -0.304800 - - none - - - -0.304800 - - none - - - -0.304800 - - none - - - -0.304800 - - none - - - -0.304800 - - none - - - -0.304800 - - none - - - -0.304800 - - none - - - -0.304800 - - none - - - -0.304800 - - none - - - -0.304800 - - none - - - -0.304800 - - none - - - -0.304800 - - none - - - -0.304800 - - none - - - -0.304800 - - none - - - -0.304800 - - none - - - -0.304800 - - none - - - -0.304800 - - none - - - -0.304800 - - none - - - -0.304800 - - none - - - -0.304800 - - none - - - -0.304800 - - none - - - -0.304800 - - none - - - -0.304800 - - none - - - -0.304800 - - none - - - -0.304800 - - none - - - -0.304800 - - none - - - -0.304800 - - none - - - -0.304800 - - none - - - -0.304800 - - none - - - -0.304800 - - none - - - -0.304800 - - none - - - -0.304800 - - none - - - -0.304800 - - none - - - -0.304800 - - none - - - -0.304800 - - none - - - -0.304800 - - none - - - -0.304800 - - none - - - -0.304800 - - none - - - -0.304800 - - none - - - -0.304800 - - none - - - -0.304800 - - none - - - -0.304800 - - none - - - -0.304800 - - none - - - -0.304800 - - none - - - -0.304800 - - none - - - -0.304800 - - none - - - -0.304800 - - none - - - -0.304800 - - none - - - -0.304800 - - none - - - -0.304800 - - none - - - -0.304800 - - none - - - -0.304800 - - none - - - -0.304800 - - none - - - -0.304800 - - none - - - -0.304800 - - none - - - -0.304800 - - none - - - -0.304800 - - none - - - -0.304800 - - none - - - -0.304800 - - none - - - -0.304800 - - none - - - -0.304800 - - none - - - -0.304800 - - none - - - -0.304800 - - none - - - -0.304800 - - none - - - -0.304800 - - none - - - -0.304800 - - none - - - -0.304800 - - none - - - -0.304800 - - none - - - -0.304800 - - none - - - -0.304800 - - none - - - -0.304800 - - none - - - -0.304800 - - none - - - -0.304800 - - none - - - -0.304800 - - none - - - -0.304800 - - none - - - -0.304800 - - none - - - -0.304800 - - none - - - -0.304800 - - none - - - -0.304800 - - none - - - -0.304800 - - none - - - -0.304800 - - none - - - -0.304800 - - none - - - -0.304800 - - none - - - -0.304800 - - none - - - -0.304800 - - none - - - -0.304800 - - none - - - -0.304800 - - none - - - -0.304800 - - none - - - -0.304800 - - none - - - -0.304800 - - none - - - -0.304800 - - none - - - -0.304800 - - none - - - -0.304800 - - none - - - -0.304800 - - none - - - -0.304800 - - none - - - -0.304800 - - none - - - -0.304800 - - none - - - -0.304800 - - none - - - -0.304800 - - none - - - -0.304800 - - none - - - -0.304800 - - none - - - -0.304800 - - none - - - -0.304800 - - none - - - -0.304800 - - none - - - -0.304800 - - none - - - 231.295203 - - none - - - 231.295203 - - 3d - - - 230.295208 - - 3d - - - 230.295208 - - 3d - - - 230.095202 - - 3d - - - 230.095202 - - 3d - - - 230.095202 - - 3d - - - 230.095202 - - 3d - - - 230.095202 - - 3d - - - 230.095202 - - 3d - - - 229.195201 - - 3d - - - 229.195201 - - 3d - - - 229.195201 - - 3d - - - 229.295195 - - 3d - - - 229.295195 - - 3d - - - 229.295195 - - 3d - - - 229.395207 - - 3d - - - 229.395207 - - 3d - - - 229.495201 - - 3d - - - 229.495201 - - 3d - - - 229.495201 - - 3d - - - 229.495201 - - 3d - - - 229.595195 - - 3d - - - 229.595195 - - 3d - - - 229.795201 - - 3d - - - 229.895195 - - 3d - - - 229.895195 - - 3d - - - 229.995208 - - 3d - - - 230.095202 - - 3d - - - 230.195196 - - 3d - - - 230.595208 - - 3d - - - 230.795196 - - 3d - - - 231.095197 - - 3d - - - 231.195209 - - 3d - - - 231.295203 - - 3d - - - 231.495191 - - 3d - - - 231.595203 - - 3d - - - 231.595203 - - 3d - - - 231.595203 - - 3d - - - 231.595203 - - 3d - - - 231.595203 - - 3d - - - 231.595203 - - 3d - - - 231.495191 - - 3d - - - 231.595203 - - 3d - - - 231.495191 - - 3d - - - 231.395197 - - 3d - - - 231.395197 - - 3d - - - 230.995203 - - 3d - - - 230.795196 - - 3d - - - 230.495196 - - 3d - - - 230.695202 - - 3d - - - 230.695202 - - 3d - - - 230.695202 - - 3d - - - 230.795196 - - 3d - - - 231.395197 - - 3d - - - 231.695197 - - 3d - - - 231.695197 - - 3d - - - 232.095191 - - 3d - - - 232.795204 - - 3d - - - 232.995192 - - 3d - - - 233.095205 - - 3d - - - 233.195199 - - 3d - - - 233.295192 - - 3d - - - 233.395205 - - 3d - - - 233.795199 - - 3d - - - 233.995206 - - 3d - - - 234.495194 - - 3d - - - 234.395200 - - 3d - - - 234.395200 - - 3d - - - 234.395200 - - 3d - - - 234.395200 - - 3d - - - 234.395200 - - 3d - - - 234.195193 - - 3d - - - 234.095199 - - 3d - - - 234.095199 - - 3d - - - 234.095199 - - 3d - - - 234.095199 - - 3d - - - 233.795199 - - 3d - - - 233.695205 - - 3d - - - 233.695205 - - 3d - - - 233.695205 - - 3d - - - 233.795199 - - 3d - - - 233.995206 - - 3d - - - 233.995206 - - 3d - - - 233.895193 - - 3d - - - 233.895193 - - 3d - - - 233.895193 - - 3d - - - 233.895193 - - 3d - - - 233.795199 - - 3d - - - 233.795199 - - 3d - - - 233.695205 - - 3d - - - 233.595193 - - 3d - - - 233.195199 - - 3d - - - 232.695192 - - 3d - - - 232.495204 - - 3d - - - 231.995197 - - 3d - - - 231.495191 - - 3d - - - 231.095197 - - 3d - - - 230.795196 - - 3d - - - 230.495196 - - 3d - - - 230.195196 - - 3d - - - 229.995208 - - 3d - - - 229.795201 - - 3d - - - 229.395207 - - 3d - - - 229.095207 - - 3d - - - 228.695194 - - 3d - - - 228.395194 - - 3d - - - 228.095194 - - 3d - - - 227.895206 - - 3d - - - 227.595206 - - 3d - - - 227.395199 - - 3d - - - 227.195193 - - 3d - - - 226.995205 - - 3d - - - 226.795199 - - 3d - - - 226.595192 - - 3d - - - 226.395204 - - 3d - - - 226.095204 - - 3d - - - 225.895198 - - 3d - - - 225.695191 - - 3d - - - 225.495203 - - 3d - - - 225.295197 - - 3d - - - 225.095209 - - 3d - - - 224.895203 - - 3d - - - 224.795209 - - 3d - - - 224.595203 - - 3d - - - 224.495209 - - 3d - - - 224.395196 - - 3d - - - 224.295202 - - 3d - - - 224.495209 - - 3d - - - 224.695196 - - 3d - - - 224.795209 - - 3d - - - 224.795209 - - 3d - - - 224.795209 - - 3d - - - 224.695196 - - 3d - - - 224.695196 - - 3d - - - 224.495209 - - 3d - - - 224.395196 - - 3d - - - 224.395196 - - 3d - - - 224.395196 - - 3d - - - 224.395196 - - 3d - - - 224.495209 - - 3d - - - 224.695196 - - 3d - - - 224.795209 - - 3d - - - 225.095209 - - 3d - - - 225.095209 - - 3d - - - 225.095209 - - 3d - - - 225.095209 - - 3d - - - 225.095209 - - 3d - - - 225.095209 - - 3d - - - 225.095209 - - 3d - - - 225.095209 - - 3d - - - 225.095209 - - 3d - - - 225.095209 - - 3d - - - 225.095209 - - 3d - - - 225.095209 - - 3d - - - 225.095209 - - 3d - - - 225.095209 - - 3d - - - 225.095209 - - 3d - - - 225.095209 - - 3d - - - 225.095209 - - 3d - - - 225.095209 - - 3d - - - 225.095209 - - 3d - - - 225.095209 - - 3d - - - 225.095209 - - 3d - - - 225.095209 - - 3d - - - 225.095209 - - 3d - - - 225.095209 - - 3d - - - 225.095209 - - 3d - - - 225.095209 - - 3d - - - 225.095209 - - 3d - - - 225.095209 - - 3d - - - 225.095209 - - 3d - - - 225.095209 - - 3d - - - 225.095209 - - 3d - - - 225.095209 - - 3d - - - 225.095209 - - 3d - - - 225.095209 - - 3d - - - 225.095209 - - 3d - - - 225.095209 - - 3d - - - 225.095209 - - 3d - - - 225.095209 - - 3d - - - 225.095209 - - 3d - - - 223.695202 - - 3d - - - 223.895208 - - 3d - - - 224.295202 - - 3d - - - 224.595203 - - 3d - - - 224.995197 - - 3d - - - 225.195203 - - 3d - - - 225.395191 - - 3d - - - 225.795204 - - 3d - - - 225.995192 - - 3d - - - 226.395204 - - 3d - - - 226.795199 - - 3d - - - 227.095199 - - 3d - - - 227.495193 - - 3d - - - 227.995200 - - 3d - - - 228.495206 - - 3d - - - 228.695194 - - 3d - - - 229.295195 - - 3d - - - 229.795201 - - 3d - - - 230.595208 - - 3d - - - 231.695197 - - 3d - - - 232.695192 - - 3d - - - 233.495199 - - 3d - - - 234.295206 - - 3d - - - 234.795194 - - 3d - - - 235.495207 - - 3d - - - 236.195202 - - 3d - - - 237.495197 - - 3d - - - 239.195204 - - 3d - - - 241.095200 - - 3d - - - 243.295196 - - 3d - - - 245.795192 - - 3d - - - 248.695201 - - 3d - - - 251.995205 - - 3d - - - 255.495196 - - 3d - - - 258.895193 - - 3d - - - 261.695208 - - 3d - - - 264.395192 - - 3d - - - 267.295201 - - 3d - - - 270.395198 - - 3d - - - 273.195194 - - 3d - - - 275.995191 - - 3d - - - 278.595200 - - 3d - - - 280.695202 - - 3d - - - 282.595197 - - 3d - - - 284.295205 - - 3d - - - 285.695194 - - 3d - - - 287.895209 - - 3d - - - 290.695205 - - 3d - - - 293.695208 - - 3d - - - 295.795192 - - 3d - - - 297.195199 - - 3d - - - 299.395195 - - 3d - - - 302.095198 - - 3d - - - 303.395193 - - 3d - - - 304.595194 - - 3d - - - 306.595202 - - 3d - - - 309.295205 - - 3d - - - 312.395183 - - 3d - - - 315.795199 - - 3d - - - 319.795215 - - 3d - - - 324.295182 - - 3d - - - 329.495200 - - 3d - - - 334.795192 - - 3d - - - 339.495185 - - 3d - - - 344.095201 - - 3d - - - 348.295206 - - 3d - - - 351.895209 - - 3d - - - 355.295188 - - 3d - - - 358.395203 - - 3d - - - 360.995193 - - 3d - - - 363.695196 - - 3d - - - 367.095212 - - 3d - - - 370.895203 - - 3d - - - 374.795207 - - 3d - - - 378.895198 - - 3d - - - 383.295190 - - 3d - - - 386.995206 - - 3d - - - 390.095184 - - 3d - - - 392.995212 - - 3d - - - 395.595202 - - 3d - - - 397.995204 - - 3d - - - 400.095207 - - 3d - - - - diff --git a/reference/pocketfms_fp.gpx b/reference/pocketfms_fp.gpx deleted file mode 100644 index ddeef799f..000000000 --- a/reference/pocketfms_fp.gpx +++ /dev/null @@ -1,49 +0,0 @@ - - - - - - 237.134 - EDBX - EDBX - EDBX - - - 609.600 - Horka,NOL(GM) - Horka,NOL(GM) - Horka,NOL(GM) - - - 609.600 - RO(EDBR)-N - RO(EDBR)-N - RO(EDBR)-N - - - 609.600 - EDBR - EDBR - EDBR - - - EDBX - EDBR - PocketFMS flightplan - - 237.134 - EDBX - - - 609.600 - Horka,NOL(GM) - - - 609.600 - RO(EDBR)-N - - - 157.582 - EDBR - - - diff --git a/reference/pocketfms_fp.xml b/reference/pocketfms_fp.xml deleted file mode 100644 index a21f015e1..000000000 --- a/reference/pocketfms_fp.xml +++ /dev/null @@ -1,2 +0,0 @@ - -2009-03-0309030310:05:00EDBX GORLITZ GORLITZ51.15888214.950277EDBXGorlitz778GORLITZEDBR ROTHENBURG GORLITZ ROTHENBURG/GORLITZ51.36316714.950000EDBRROTHENBURG GORLITZ00517ROTHENBURG/GORLITZDCINNDCT OKX347024 DCT OKX352027VGLTOBIAS KRETSCHMAR+491739170322+493584227200+493584227263A0200010000000000000000EDBX GORLITZ GORLITZ51.15888214.950277EDBXGorlitz778GORLITZ{x} HORKA,NOL(GM)51.30270014.902600Horka,NOL(GM)Horka,NOL(GM)10:12:12EDCI30R51.15888214.95027700:00:00MUNCHEN FIR08GNDFL 245{x} HORKA,NOL(GM)51.30270014.902600Horka,NOL(GM)Horka,NOL(GM)RO(EDBR)-NDB ROTHENBURG51.34362414.952033RO(EDBR)-NROTHENBURGU10:14:02EDBX30R51.30270014.90260000:00:00MUNCHEN FIR08GNDFL 245RO(EDBR)-NDB ROTHENBURG51.34362414.952033RO(EDBR)-NROTHENBURGUEDBR ROTHENBURG GORLITZ ROTHENBURG/GORLITZ51.36316714.950000EDBRROTHENBURG GORLITZ00517ROTHENBURG/GORLITZDCINN10:14:44EDBX30R51.34362414.95203300:00:00MUNCHEN FIR08GNDFL 245D-MVBB/Fascination101100000 diff --git a/reference/pocketfms_wp.gpx b/reference/pocketfms_wp.gpx deleted file mode 100644 index dc75e0f1b..000000000 --- a/reference/pocketfms_wp.gpx +++ /dev/null @@ -1,25 +0,0 @@ - - - - - - EDBX - EDBX - EDBX - - - Horka,NOL(GM) - Horka,NOL(GM) - Horka,NOL(GM) - - - RO(EDBR)-N - RO(EDBR)-N - RO(EDBR)-N - - - EDBR - EDBR - EDBR - - diff --git a/reference/pocketfms_wp.txt b/reference/pocketfms_wp.txt deleted file mode 100644 index fe1bc75fb..000000000 --- a/reference/pocketfms_wp.txt +++ /dev/null @@ -1,4 +0,0 @@ -EDBX 51.158882 14.950277 -Horka,NOL(GM) 51.302700 14.902600 -RO(EDBR)-N 51.343624 14.952033 -EDBR 51.363167 14.950000 diff --git a/reference/skyforce.gpx b/reference/skyforce.gpx deleted file mode 100644 index 5dde40412..000000000 --- a/reference/skyforce.gpx +++ /dev/null @@ -1,900 +0,0 @@ - - - - - - 5066 - 5066 - 5066 - - - 5067 - 5067 - 5067 - - - 5096 - 5096 - 5096 - - - 5142 - 5142 - 5142 - - - 5156 - 5156 - 5156 - - - 5224 - 5224 - 5224 - - - 5229 - 5229 - 5229 - - - 5237 - 5237 - 5237 - - - 5254 - 5254 - 5254 - - - 5258 - 5258 - 5258 - - - 5264 - 5264 - 5264 - - - 526708 - 526708 - 526708 - - - 526750 - 526750 - 526750 - - - 527614 - 527614 - 527614 - - - 527631 - 527631 - 527631 - - - 5278 - 5278 - 5278 - - - 5289 - 5289 - 5289 - - - 5374FIRE - 5374FIRE - 5374FIRE - - - 5376 - 5376 - 5376 - - - 6006 - 6006 - 6006 - - - 6006BLUE - 6006BLUE - 6006BLUE - - - 6014MEADW - 6014MEADW - 6014MEADW - - - 6029 - 6029 - 6029 - - - 6053 - 6053 - 6053 - - - 6066 - 6066 - 6066 - - - 6067 - 6067 - 6067 - - - 6071 - 6071 - 6071 - - - 6073 - 6073 - 6073 - - - 6084 - 6084 - 6084 - - - 6130 - 6130 - 6130 - - - 6131 - 6131 - 6131 - - - 6153 - 6153 - 6153 - - - 6171 - 6171 - 6171 - - - 6176 - 6176 - 6176 - - - 6177 - 6177 - 6177 - - - 6272 - 6272 - 6272 - - - 6272.1 - 6272.1 - 6272.1 - - - 6278 - 6278 - 6278 - - - 6280 - 6280 - 6280 - - - 6283 - 6283 - 6283 - - - 6289 - 6289 - 6289 - - - 6297 - 6297 - 6297 - - - 6328 - 6328 - 6328 - - - 6354 - 6354 - 6354 - - - 635722 - 635722 - 635722 - - - 635783 - 635783 - 635783 - - - 6373 - 6373 - 6373 - - - 6634 - 6634 - 6634 - - - 6979 - 6979 - 6979 - - - 6997 - 6997 - 6997 - - - BEARHILL - BEARHILL - BEARHILL - - - BELLEVUE - BELLEVUE - BELLEVUE - - - 6016 - 6016 - 6016 - - - 5236BRIDG - 5236BRIDG - 5236BRIDG - - - 5376BRIDG - 5376BRIDG - 5376BRIDG - - - 6181CROSS - 6181CROSS - 6181CROSS - - - 6042CROSS - 6042CROSS - 6042CROSS - - - DARKHOLLP - DARKHOLLP - DARKHOLLP - - - 6121DEAD - 6121DEAD - 6121DEAD - - - 5179DEAD - 5179DEAD - 5179DEAD - - - 5299DEAD - 5299DEAD - 5299DEAD - - - 5376DEAD - 5376DEAD - 5376DEAD - - - 6353DEAD - 6353DEAD - 6353DEAD - - - 6155DEAD - 6155DEAD - 6155DEAD - - - GATE14 - GATE14 - GATE14 - - - GATE16 - GATE16 - GATE16 - - - GATE17 - GATE17 - GATE17 - - - GATE19 - GATE19 - GATE19 - - - GATE21 - GATE21 - GATE21 - - - GATE24 - GATE24 - GATE24 - - - GATE5 - GATE5 - GATE5 - - - GATE6 - GATE6 - GATE6 - - - 6077LOGS - 6077LOGS - 6077LOGS - - - 5148NANEP - 5148NANEP - 5148NANEP - - - 5267OBSTC - 5267OBSTC - 5267OBSTC - - - PANTHRCAV - PANTHRCAV - PANTHRCAV - - - 5252PURPL - 5252PURPL - 5252PURPL - - - 5287WATER - 5287WATER - 5287WATER - - - 5239ROAD - 5239ROAD - 5239ROAD - - - 5278ROAD - 5278ROAD - 5278ROAD - - - 5058ROAD - 5058ROAD - 5058ROAD - - - SHEEPFOLD - SHEEPFOLD - SHEEPFOLD - - - SOAPBOX - SOAPBOX - SOAPBOX - - - 5376STREM - 5376STREM - 5376STREM - - - 5144SUMMT - 5144SUMMT - 5144SUMMT - - - 5150TANK - 5150TANK - 5150TANK - - - 1 - - BELLEVUE - - - GATE6 - - - PANTHRCAV - - - 6014MEADW - - - 6006 - - - 6006BLUE - - - 5096 - - - 5066 - - - 5067 - - - 5058ROAD - - - 5150TANK - - - 5142 - - - 5144SUMMT - - - 5156 - - - 5148NANEP - - - 5258 - - - 5252PURPL - - - 527631 - - - 527614 - - - 5267OBSTC - - - 5278 - - - 5289 - - - 5374FIRE - - - 5376 - - - 5376STREM - - - 6328 - - - 635722 - - - 635783 - - - 6373 - - - BEARHILL - - - 6289 - - - 6297 - - - 6283 - - - 6280 - - - 6177 - - - 6176 - - - 6153 - - - 6171 - - - 6131 - - - 6130 - - - 6029 - - - 6006 - - - 6014MEADW - - - PANTHRCAV - - - GATE6 - - - BELLEVUE - - - - - - 0.914 - - 0.000000 - - - 0.000 - - 0.329244 - - - 0.000 - - 1.774833 - - - 0.000 - - 1.970322 - - - 0.000 - - 1.954889 - - - 0.000 - - 3.868622 - - - 0.000 - - 11.415523 - - - 0.000 - - 9.388611 - - - 0.000 - - 6.734078 - - - 0.000 - - 5.123867 - - - 0.000 - - 3.364467 - - - 0.000 - - 7.191933 - - - 0.000 - - 10.072823 - - - 0.000 - - 7.047889 - - - 0.000 - - 0.102889 - - - 2.134 - - 0.689356 - - - 0.000 - - 1.049467 - - - 0.914 - - 0.781956 - - - 0.000 - - 0.972300 - - - 0.000 - - 1.111200 - - - 0.000 - - 1.358133 - - - 0.000 - - 1.064900 - - - 2.134 - - 1.358133 - - - 0.914 - - 1.183222 - - - 0.914 - - 1.178078 - - - 0.000 - - 1.126633 - - - 2.134 - - 1.044322 - - - 0.000 - - 1.111200 - - - 0.000 - - 1.234667 - - - 0.000 - - 1.188367 - - - 0.000 - - 0.895133 - - - 0.000 - - 1.126633 - - - 6.096 - - 0.982589 - - - 2.134 - - 0.632767 - - - 0.000 - - 0.787100 - - - 0.000 - - 0.931144 - - - 0.000 - - 0.504156 - - - 0.000 - - 1.147211 - - - 0.914 - - 1.260389 - - - 0.000 - - 1.347844 - - - 0.000 - - 0.967156 - - - 6.096 - - 0.622478 - - - 0.000 - - 0.684211 - - - 0.000 - - 0.586467 - - - 0.000 - - 0.514444 - - - 0.000 - - 1.028889 - - - 0.000 - - 1.142067 - - - 0.000 - - 1.234667 - - - 0.000 - - 0.905422 - - - 0.000 - - 0.843689 - - - 0.000 - - 1.142067 - - - 0.000 - - 1.337556 - - - 0.000 - - 1.064900 - - - 0.000 - - 1.358133 - - - 0.000 - - 1.095767 - - - 0.000 - - 1.214089 - - - 7.010 - - 1.229522 - - - 0.000 - - 1.491889 - - - 0.000 - - 1.394144 - - - 0.000 - - 1.322122 - - - 0.000 - - 1.208944 - - - 0.000 - - 0.889989 - - - 0.000 - - 0.910567 - - - 0.000 - - 0.792244 - - - - diff --git a/reference/skyforce_wpt.gpx b/reference/skyforce_wpt.gpx deleted file mode 100644 index a52b0f494..000000000 --- a/reference/skyforce_wpt.gpx +++ /dev/null @@ -1,435 +0,0 @@ - - - - - - 5066 - 5066 - 5066 - - - 5067 - 5067 - 5067 - - - 5096 - 5096 - 5096 - - - 5142 - 5142 - 5142 - - - 5156 - 5156 - 5156 - - - 5224 - 5224 - 5224 - - - 5229 - 5229 - 5229 - - - 5237 - 5237 - 5237 - - - 5254 - 5254 - 5254 - - - 5258 - 5258 - 5258 - - - 5264 - 5264 - 5264 - - - 526708 - 526708 - 526708 - - - 526750 - 526750 - 526750 - - - 527614 - 527614 - 527614 - - - 527631 - 527631 - 527631 - - - 5278 - 5278 - 5278 - - - 5289 - 5289 - 5289 - - - 5374FIRE - 5374FIRE - 5374FIRE - - - 5376 - 5376 - 5376 - - - 6006 - 6006 - 6006 - - - 6006BLUE - 6006BLUE - 6006BLUE - - - 6014MEADW - 6014MEADW - 6014MEADW - - - 6029 - 6029 - 6029 - - - 6053 - 6053 - 6053 - - - 6066 - 6066 - 6066 - - - 6067 - 6067 - 6067 - - - 6071 - 6071 - 6071 - - - 6073 - 6073 - 6073 - - - 6084 - 6084 - 6084 - - - 6130 - 6130 - 6130 - - - 6131 - 6131 - 6131 - - - 6153 - 6153 - 6153 - - - 6171 - 6171 - 6171 - - - 6176 - 6176 - 6176 - - - 6177 - 6177 - 6177 - - - 6272 - 6272 - 6272 - - - 6272.1 - 6272.1 - 6272.1 - - - 6278 - 6278 - 6278 - - - 6280 - 6280 - 6280 - - - 6283 - 6283 - 6283 - - - 6289 - 6289 - 6289 - - - 6297 - 6297 - 6297 - - - 6328 - 6328 - 6328 - - - 6354 - 6354 - 6354 - - - 635722 - 635722 - 635722 - - - 635783 - 635783 - 635783 - - - 6373 - 6373 - 6373 - - - 6634 - 6634 - 6634 - - - 6979 - 6979 - 6979 - - - 6997 - 6997 - 6997 - - - BEARHILL - BEARHILL - BEARHILL - - - BELLEVUE - BELLEVUE - BELLEVUE - - - 6016 - 6016 - 6016 - - - 5236BRIDG - 5236BRIDG - 5236BRIDG - - - 5376BRIDG - 5376BRIDG - 5376BRIDG - - - 6181CROSS - 6181CROSS - 6181CROSS - - - 6042CROSS - 6042CROSS - 6042CROSS - - - DARKHOLLP - DARKHOLLP - DARKHOLLP - - - 6121DEAD - 6121DEAD - 6121DEAD - - - 5179DEAD - 5179DEAD - 5179DEAD - - - 5299DEAD - 5299DEAD - 5299DEAD - - - 5376DEAD - 5376DEAD - 5376DEAD - - - 6353DEAD - 6353DEAD - 6353DEAD - - - 6155DEAD - 6155DEAD - 6155DEAD - - - GATE14 - GATE14 - GATE14 - - - GATE16 - GATE16 - GATE16 - - - GATE17 - GATE17 - GATE17 - - - GATE19 - GATE19 - GATE19 - - - GATE21 - GATE21 - GATE21 - - - GATE24 - GATE24 - GATE24 - - - GATE5 - GATE5 - GATE5 - - - GATE6 - GATE6 - GATE6 - - - 6077LOGS - 6077LOGS - 6077LOGS - - - 5148NANEP - 5148NANEP - 5148NANEP - - - 5267OBSTC - 5267OBSTC - 5267OBSTC - - - PANTHRCAV - PANTHRCAV - PANTHRCAV - - - 5252PURPL - 5252PURPL - 5252PURPL - - - 5287WATER - 5287WATER - 5287WATER - - - 5239ROAD - 5239ROAD - 5239ROAD - - - 5278ROAD - 5278ROAD - 5278ROAD - - - 5058ROAD - 5058ROAD - 5058ROAD - - - SHEEPFOLD - SHEEPFOLD - SHEEPFOLD - - - SOAPBOX - SOAPBOX - SOAPBOX - - - 5376STREM - 5376STREM - 5376STREM - - - 5144SUMMT - 5144SUMMT - 5144SUMMT - - - 5150TANK - 5150TANK - 5150TANK - - diff --git a/reference/skyforce_wpt.txt b/reference/skyforce_wpt.txt deleted file mode 100644 index d4f8e90f8..000000000 --- a/reference/skyforce_wpt.txt +++ /dev/null @@ -1,86 +0,0 @@ -W 001 5066 N4226.33 W07107.16 -W 002 5067 N4226.35 W07107.18 -W 003 5096 N4226.34 W07106.97 -W 004 5142 N4226.63 W07107.32 -W 005 5156 N4226.84 W07107.29 -W 006 5224 N4227.29 W07107.51 -W 007 5229 N4227.54 W07107.50 -W 008 5237 N4227.42 W07107.47 -W 009 5254 N4227.26 W07107.26 -W 010 5258 N4227.09 W07107.30 -W 011 5264 N4227.26 W07107.24 -W 012 526708 N4227.47 W07107.26 -W 013 526750 N4227.43 W07107.22 -W 014 527614 N4227.40 W07107.18 -W 015 527631 N4227.38 W07107.16 -W 016 5278 N4227.49 W07107.15 -W 017 5289 N4227.56 W07107.06 -W 018 5374FIRE N4227.85 W07107.19 -W 019 5376 N4227.94 W07107.16 -W 020 6006 N4226.34 W07106.87 -W 021 6006BLUE N4226.32 W07106.89 -W 022 6014MEADW N4226.21 W07106.79 -W 023 6029 N4226.51 W07106.79 -W 024 6053 N4226.17 W07106.54 -W 025 6066 N4226.36 W07106.45 -W 026 6067 N4226.39 W07106.45 -W 027 6071 N4226.09 W07106.35 -W 028 6073 N4226.00 W07106.40 -W 029 6084 N4226.24 W07106.29 -W 030 6130 N4226.53 W07106.66 -W 031 6131 N4226.58 W07106.69 -W 032 6153 N4226.69 W07106.53 -W 033 6171 N4226.62 W07106.38 -W 034 6176 N4226.87 W07106.40 -W 035 6177 N4226.91 W07106.37 -W 036 6272 N4227.20 W07106.41 -W 037 6272.1 N4227.21 W07106.44 -W 038 6278 N4227.50 W07106.41 -W 039 6280 N4227.09 W07106.32 -W 040 6283 N4227.23 W07106.31 -W 041 6289 N4227.60 W07106.37 -W 042 6297 N4227.46 W07106.31 -W 043 6328 N4228.03 W07106.81 -W 044 6354 N4227.85 W07106.59 -W 045 635722 N4227.99 W07106.60 -W 046 635783 N4227.99 W07106.56 -W 047 6373 N4227.81 W07106.43 -W 048 6634 N4224.06 W07106.61 -W 049 6979 N4225.96 W07106.39 -W 050 6997 N4225.86 W07106.47 -W 051 BEARHILL N4227.94 W07106.44 -W 052 BELLEVUE N4225.86 W07106.46 -W 053 6016 N4226.32 W07106.84 -W 054 5236BRIDG N4227.39 W07107.48 -W 055 5376BRIDG N4227.95 W07107.19 -W 056 6181CROSS N4226.58 W07106.35 -W 057 6042CROSS N4226.13 W07106.58 -W 058 DARKHOLLP N4227.51 W07106.22 -W 059 6121DEAD N4226.59 W07106.76 -W 060 5179DEAD N4226.99 W07107.16 -W 061 5299DEAD N4227.58 W07106.99 -W 062 5376DEAD N4227.93 W07107.15 -W 063 6353DEAD N4227.77 W07106.60 -W 064 6155DEAD N4226.81 W07106.53 -W 065 GATE14 N4227.07 W07107.60 -W 066 GATE16 N4227.51 W07107.32 -W 067 GATE17 N4227.56 W07107.15 -W 068 GATE19 N4227.98 W07107.15 -W 069 GATE21 N4228.12 W07106.46 -W 070 GATE24 N4227.40 W07106.18 -W 071 GATE5 N4225.85 W07106.46 -W 072 GATE6 N4225.87 W07106.55 -W 073 6077LOGS N4226.37 W07106.39 -W 074 5148NANEP N4226.99 W07107.34 -W 075 5267OBSTC N4227.44 W07107.19 -W 076 PANTHRCAV N4226.10 W07106.60 -W 077 5252PURPL N4227.20 W07107.27 -W 078 5287WATER N4227.46 W07107.05 -W 079 5239ROAD N4227.56 W07107.47 -W 080 5278ROAD N4227.53 W07107.14 -W 081 5058ROAD N4226.40 W07107.26 -W 082 SHEEPFOLD N4227.20 W07106.41 -W 083 SOAPBOX N4227.36 W07106.45 -W 084 5376STREM N4227.95 W07107.16 -W 085 5144SUMMT N4226.72 W07107.37 -W 086 5150TANK N4226.50 W07107.30 diff --git a/reference/stmsdf.txt b/reference/stmsdf.txt deleted file mode 100644 index e9981bec8..000000000 --- a/reference/stmsdf.txt +++ /dev/null @@ -1,83 +0,0 @@ -Grid Lat/Lon hdddmm.mmm' -Datum WGS 84 - -Header Name Description Type Position Altitude Depth Proximity Temperature Display Mode Color Symbol Facility City State Country Date Modified Link Categories - -Waypoint 001 User Waypoint N50 29.56 E12 06.33 0 m Symbol & Name Unknown Waypoint -Waypoint 002 User Waypoint N50 29.56 E12 06.33 0 m Symbol & Name Unknown Waypoint -Waypoint 003 User Waypoint N50 29.66 E12 06.31 0 m Symbol & Name Unknown Waypoint -Waypoint 004 User Waypoint N50 29.63 E12 06.37 0 m Symbol & Name Unknown Waypoint -Waypoint 005 User Waypoint N50 29.63 E12 06.37 0 m Symbol & Name Unknown Waypoint -Waypoint 006 User Waypoint N50 29.60 E12 06.43 0 m Symbol & Name Unknown Waypoint -Waypoint 007 User Waypoint N50 29.62 E12 06.43 0 m Symbol & Name Unknown Waypoint -Waypoint Jahnstrasse User Waypoint N50 29.62 E12 06.43 0 m Symbol & Name Unknown Waypoint -Waypoint Liebknechtstrasse User Waypoint N50 29.63 E12 06.37 0 m Symbol & Name Unknown Waypoint -Waypoint NARVA User Waypoint N50 29.56 E12 06.33 391 m Symbol & Name Unknown Waypoint - - -Header Name Length Course Waypoints Link - -Route 394 m 46 true 10 waypoints - -Header Waypoint Name Distance Leg Length Course - -Route Waypoint NARVA 0 m -Route Waypoint 001 2 m 2 m 221 true -Route Waypoint 002 2 m 0 m 0 true -Route Waypoint 003 189 m 188 m 353 true -Route Waypoint 004 274 m 85 m 126 true -Route Waypoint Liebknechtstrasse 274 m 0 m 299 true -Route Waypoint 005 274 m 0 m 119 true -Route Waypoint 006 361 m 88 m 126 true -Route Waypoint 007 393 m 32 m 6 true -Route Waypoint Jahnstrasse 394 m 1 m 351 true - - -Header Name Start Time Elapsed Time Length Average Speed Link - -Track ACTIVE LOG 006 01/05/2005 15:02:47 0:33:09 653 m 1.2 kph - -Header Position Time Altitude Depth Temperature Leg Length Leg Time Leg Speed Leg Course - -Trackpoint N51 18.78 E12 24.79 01/05/2005 15:02:47 161 m -Trackpoint N51 18.77 E12 24.79 01/05/2005 15:03:25 154 m 8 m 0:00:38 0.8 kph 137 true -Trackpoint N51 18.77 E12 24.79 01/05/2005 15:03:39 148 m 3 m 0:00:14 0.8 kph 180 true -Trackpoint N51 18.77 E12 24.80 01/05/2005 15:04:16 139 m 5 m 0:00:37 0.5 kph 129 true -Trackpoint N51 18.77 E12 24.80 01/05/2005 15:05:02 145 m 2 m 0:00:46 0.2 kph 270 true -Trackpoint N51 18.77 E12 24.80 01/05/2005 15:05:45 134 m 2 m 0:00:43 0.2 kph 90 true -Trackpoint N51 18.77 E12 24.80 01/05/2005 15:06:44 131 m 6 m 0:00:59 0.4 kph 162 true -Trackpoint N51 18.77 E12 24.80 01/05/2005 15:07:50 130 m 0 m 0:01:06 0 kph 0 true -Trackpoint N51 18.76 E12 24.80 01/05/2005 15:08:19 132 m 3 m 0:00:29 0.4 kph 180 true -Trackpoint N51 18.77 E12 24.80 01/05/2005 15:11:16 144 m 6 m 0:02:57 0.1 kph 342 true -Trackpoint N51 18.77 E12 24.81 01/05/2005 15:12:34 147 m 16 m 0:01:18 0.7 kph 38 true -Trackpoint N51 18.78 E12 24.83 01/05/2005 15:13:18 145 m 27 m 0:00:44 2 kph 70 true -Trackpoint N51 18.78 E12 24.83 01/05/2005 15:13:27 145 m 6 m 0:00:09 2 kph 0 true -Trackpoint N51 18.78 E12 24.83 01/05/2005 15:13:37 135 m 2 m 0:00:10 0.7 kph 90 true -Trackpoint N51 18.79 E12 24.83 01/05/2005 15:13:46 135 m 6 m 0:00:09 2 kph 0 true -Trackpoint N51 18.79 E12 24.83 01/05/2005 15:14:03 136 m 13 m 0:00:17 3 kph 17 true -Trackpoint N51 18.80 E12 24.84 01/05/2005 15:14:16 135 m 11 m 0:00:13 3 kph 32 true -Trackpoint N51 18.80 E12 24.84 01/05/2005 15:14:26 139 m 7 m 0:00:10 2 kph 117 true -Trackpoint N51 18.80 E12 24.85 01/05/2005 15:14:30 139 m 4 m 0:00:04 4 kph 90 true -Trackpoint N51 18.78 E12 24.88 01/05/2005 15:15:06 141 m 43 m 0:00:36 4 kph 126 true -Trackpoint N51 18.78 E12 24.89 01/05/2005 15:15:27 140 m 18 m 0:00:21 3 kph 121 true -Trackpoint N51 18.77 E12 24.90 01/05/2005 15:15:39 140 m 10 m 0:00:12 3 kph 128 true -Trackpoint N51 18.78 E12 24.90 01/05/2005 15:25:31 152 m 4 m 0:09:52 0.0 kph 33 true -Trackpoint N51 18.78 E12 24.90 01/05/2005 15:25:40 152 m 0 m 0:00:09 0 kph 0 true -Trackpoint N51 18.78 E12 24.90 01/05/2005 15:29:18 155 m 4 m 0:03:38 0.1 kph 328 true -Trackpoint N51 18.79 E12 24.87 01/05/2005 15:30:30 149 m 33 m 0:01:12 2 kph 311 true -Trackpoint N51 18.79 E12 24.87 01/05/2005 15:30:37 150 m 2 m 0:00:07 1.0 kph 270 true -Trackpoint N51 18.79 E12 24.87 01/05/2005 15:30:47 151 m 8 m 0:00:10 3 kph 270 true -Trackpoint N51 18.79 E12 24.86 01/05/2005 15:30:48 151 m 4 m 0:00:01 14 kph 270 true -Trackpoint N51 18.80 E12 24.83 01/05/2005 15:30:52 150 m 38 m 0:00:04 34 kph 300 true -Trackpoint N51 18.82 E12 24.80 01/05/2005 15:30:57 150 m 57 m 0:00:05 41 kph 315 true -Trackpoint N51 18.84 E12 24.77 01/05/2005 15:31:03 150 m 47 m 0:00:06 28 kph 316 true -Trackpoint N51 18.85 E12 24.75 01/05/2005 15:31:10 150 m 35 m 0:00:07 18 kph 314 true -Trackpoint N51 18.88 E12 24.57 01/05/2005 15:32:38 143 m 210 m 0:01:28 9 kph 283 true -Trackpoint N51 18.88 E12 24.57 01/05/2005 15:32:45 141 m 4 m 0:00:07 2 kph 270 true -Trackpoint N51 18.88 E12 24.57 01/05/2005 15:33:17 143 m 0 m 0:00:32 0 kph 0 true -Trackpoint N51 18.88 E12 24.57 01/05/2005 15:33:42 139 m 4 m 0:00:25 0.6 kph 270 true -Trackpoint N51 18.88 E12 24.56 01/05/2005 15:33:54 139 m 6 m 0:00:12 2 kph 270 true -Trackpoint N51 18.88 E12 24.56 01/05/2005 15:34:04 138 m 0 m 0:00:10 0 kph 0 true -Trackpoint N51 18.88 E12 24.56 01/05/2005 15:34:20 139 m 0 m 0:00:16 0 kph 0 true -Trackpoint N51 18.88 E12 24.56 01/05/2005 15:35:45 144 m 0 m 0:01:25 0 kph 0 true -Trackpoint N51 18.88 E12 24.56 01/05/2005 15:35:56 145 m 0 m 0:00:11 0 kph 0 true diff --git a/reference/vitosmt.gpx b/reference/vitosmt.gpx deleted file mode 100644 index a892749f9..000000000 --- a/reference/vitosmt.gpx +++ /dev/null @@ -1,2195 +0,0 @@ - - - - - - 33.700 - - WP0001 - WP0001 - WP0001 - 2d - 3 - 30.600000 - - - 33.700 - - WP0002 - WP0002 - WP0002 - 2d - 3 - 30.600000 - - - 105.400 - - WP0003 - WP0003 - WP0003 - dgps - 7 - 1.400000 - - - 104.600 - - WP0004 - WP0004 - WP0004 - dgps - 5 - 2.400000 - - - 102.500 - - WP0005 - WP0005 - WP0005 - dgps - 5 - 2.400000 - - - 108.900 - - WP0006 - WP0006 - WP0006 - dgps - 6 - 2.200000 - - - 108.400 - - WP0007 - WP0007 - WP0007 - dgps - 9 - 1.000000 - - - 110.600 - - WP0008 - WP0008 - WP0008 - dgps - 8 - 1.400000 - - - 106.200 - - WP0009 - WP0009 - WP0009 - dgps - 10 - 1.000000 - - - 34.100 - - WP0010 - WP0010 - WP0010 - 2d - 3 - 7.000000 - - - -22.300 - - WP0011 - WP0011 - WP0011 - dgps - 5 - 2.600000 - - - -34.800 - - WP0012 - WP0012 - WP0012 - 3d - 4 - 3.400000 - - - -28.700 - - WP0013 - WP0013 - WP0013 - dgps - 5 - 2.600000 - - - -21.000 - - WP0014 - WP0014 - WP0014 - 3d - 4 - 3.800000 - - - -25.300 - - WP0015 - WP0015 - WP0015 - 2 - - - 43.400 - - WP0016 - WP0016 - WP0016 - 3d - 4 - 3.800000 - - - 39.300 - - WP0017 - WP0017 - WP0017 - dgps - 6 - 1.600000 - - - 48.300 - - WP0018 - WP0018 - WP0018 - dgps - 5 - 1.600000 - - - 44.500 - - WP0019 - WP0019 - WP0019 - dgps - 5 - 1.600000 - - - 39.900 - - WP0020 - WP0020 - WP0020 - dgps - 5 - 2.600000 - - - 23.600 - - WP0021 - WP0021 - WP0021 - dgps - 5 - 2.600000 - - - 46.700 - - WP0022 - WP0022 - WP0022 - 3d - 4 - 4.000000 - - - 61.300 - - WP0023 - WP0023 - WP0023 - dgps - 5 - 1.600000 - - - 74.600 - - WP0024 - WP0024 - WP0024 - 3d - 4 - 4.000000 - - - 63.600 - - WP0025 - WP0025 - WP0025 - 3d - 4 - 2.200000 - - - 83.600 - - WP0026 - WP0026 - WP0026 - 3d - 4 - 5.200000 - - - 76.200 - - WP0027 - WP0027 - WP0027 - 3d - 4 - 5.200000 - - - 76.300 - - WP0028 - WP0028 - WP0028 - 2d - 3 - 10.600000 - - - 59.800 - - WP0029 - WP0029 - WP0029 - 3d - 4 - 5.200000 - - - 34.300 - - WP0030 - WP0030 - WP0030 - 2d - 3 - 25.400000 - - - 34.300 - - WP0031 - WP0031 - WP0031 - 2d - 3 - 28.200001 - - - 34.300 - - WP0032 - WP0032 - WP0032 - 2d - 3 - 28.200001 - - - 70.800 - - WP0033 - WP0033 - WP0033 - dgps - 5 - 1.800000 - - - 61.200 - - WP0034 - WP0034 - WP0034 - 3d - 4 - 2.000000 - - - 62.400 - - WP0035 - WP0035 - WP0035 - 1 - - - 54.200 - - WP0036 - WP0036 - WP0036 - 3d - 4 - 6.800000 - - - 57.000 - - WP0037 - WP0037 - WP0037 - 3d - 4 - 19.400000 - - - 0.000 - - WP0038 - WP0038 - WP0038 - 24.700001 - - - 57.600 - - WP0039 - WP0039 - WP0039 - 3d - 4 - 17.799999 - - - 74.800 - - WP0040 - WP0040 - WP0040 - dgps - 7 - 1.000000 - - - 95.100 - - WP0041 - WP0041 - WP0041 - dgps - 5 - 1.600000 - - - 69.100 - - WP0042 - WP0042 - WP0042 - dgps - 7 - 1.000000 - - - 71.300 - - WP0043 - WP0043 - WP0043 - dgps - 7 - 1.000000 - - - 71.300 - - WP0044 - WP0044 - WP0044 - dgps - 6 - 1.400000 - - - 71.300 - - WP0045 - WP0045 - WP0045 - dgps - 6 - 1.400000 - - - 70.700 - - WP0046 - WP0046 - WP0046 - dgps - 6 - 1.400000 - - - 68.400 - - WP0047 - WP0047 - WP0047 - dgps - 6 - 1.200000 - - - 72.900 - - WP0048 - WP0048 - WP0048 - dgps - 6 - 1.200000 - - - 71.400 - - WP0049 - WP0049 - WP0049 - dgps - 7 - 1.000000 - - - 71.200 - - WP0050 - WP0050 - WP0050 - dgps - 8 - 1.000000 - - - 71.600 - - WP0051 - WP0051 - WP0051 - dgps - 7 - 1.400000 - - - 71.000 - - WP0052 - WP0052 - WP0052 - 2 - - - 72.100 - - WP0053 - WP0053 - WP0053 - 2 - - - 72.700 - - WP0054 - WP0054 - WP0054 - 2d - 3 - 6.200000 - - - 72.200 - - WP0055 - WP0055 - WP0055 - 2 - - - 72.500 - - WP0056 - WP0056 - WP0056 - 2 - - - 73.000 - - WP0057 - WP0057 - WP0057 - 2 - - - 73.300 - - WP0058 - WP0058 - WP0058 - 2d - 3 - 19.400000 - - - 78.100 - - WP0059 - WP0059 - WP0059 - 2d - 3 - 6.000000 - - - 77.000 - - WP0060 - WP0060 - WP0060 - 3d - 4 - 4.200000 - - - 75.500 - - WP0061 - WP0061 - WP0061 - 3d - 4 - 4.200000 - - - 71.000 - - WP0062 - WP0062 - WP0062 - 3d - 4 - 12.400000 - - - 75.800 - - WP0063 - WP0063 - WP0063 - 3d - 4 - 4.200000 - - - 72.600 - - WP0064 - WP0064 - WP0064 - dgps - 6 - 1.600000 - - - 70.300 - - WP0065 - WP0065 - WP0065 - dgps - 5 - 2.800000 - - - 74.600 - - WP0066 - WP0066 - WP0066 - dgps - 5 - 1.800000 - - - 76.300 - - WP0067 - WP0067 - WP0067 - dgps - 5 - 1.600000 - - - 72.100 - - WP0068 - WP0068 - WP0068 - 2d - 3 - 5.200000 - - - 80.900 - - WP0069 - WP0069 - WP0069 - 3d - 4 - 4.000000 - - - 89.500 - - WP0070 - WP0070 - WP0070 - 3d - 4 - 4.000000 - - - 102.100 - - WP0071 - WP0071 - WP0071 - 3d - 4 - 2.200000 - - - 102.800 - - WP0072 - WP0072 - WP0072 - 2d - 3 - 13.400000 - - - 94.100 - - WP0073 - WP0073 - WP0073 - dgps - 5 - 1.600000 - - - 93.300 - - WP0074 - WP0074 - WP0074 - dgps - 5 - 1.600000 - - - 83.800 - - WP0075 - WP0075 - WP0075 - 2 - - - 85.100 - - WP0076 - WP0076 - WP0076 - 2 - - - 85.600 - - WP0077 - WP0077 - WP0077 - 2d - 3 - 16.000000 - - - 85.900 - - WP0078 - WP0078 - WP0078 - 2 - - - 85.200 - - WP0079 - WP0079 - WP0079 - 3d - 4 - 2.400000 - - - 87.100 - - WP0080 - WP0080 - WP0080 - 3d - 4 - 3.200000 - - - 82.300 - - WP0081 - WP0081 - WP0081 - dgps - 6 - 1.200000 - - - 78.800 - - WP0082 - WP0082 - WP0082 - 3d - 4 - 2.400000 - - - 75.500 - - WP0083 - WP0083 - WP0083 - dgps - 5 - 1.400000 - - - 74.100 - - WP0084 - WP0084 - WP0084 - 3d - 4 - 2.000000 - - - 72.500 - - WP0085 - WP0085 - WP0085 - 2 - - - 74.000 - - WP0086 - WP0086 - WP0086 - 2d - 3 - 40.599998 - - - 74.700 - - WP0087 - WP0087 - WP0087 - 3d - 4 - 2.000000 - - - 72.300 - - WP0088 - WP0088 - WP0088 - - - 72.200 - - WP0089 - WP0089 - WP0089 - - - 73.000 - - WP0090 - WP0090 - WP0090 - 2d - 3 - 38.200001 - - - 74.400 - - WP0091 - WP0091 - WP0091 - 2 - - - 81.200 - - WP0092 - WP0092 - WP0092 - 2d - 3 - 37.200001 - - - 70.100 - - WP0093 - WP0093 - WP0093 - 3d - 4 - 9.400000 - - - 64.400 - - WP0094 - WP0094 - WP0094 - 2 - - - 64.000 - - WP0095 - WP0095 - WP0095 - 1 - - - 64.600 - - WP0096 - WP0096 - WP0096 - 2d - 3 - 23.000000 - - - 67.300 - - WP0097 - WP0097 - WP0097 - 2d - 3 - 5.200000 - - - 71.400 - - WP0098 - WP0098 - WP0098 - 3d - 4 - 43.599998 - - - 71.700 - - WP0099 - WP0099 - WP0099 - 2d - 3 - 24.200001 - - - 72.300 - - WP0100 - WP0100 - WP0100 - 3d - 4 - 2.200000 - - - 81.200 - - WP0101 - WP0101 - WP0101 - 2d - 3 - 36.400002 - - - 74.500 - - WP0102 - WP0102 - WP0102 - 2 - - - 74.700 - - WP0103 - WP0103 - WP0103 - 2d - 3 - 13.600000 - - - 76.200 - - WP0104 - WP0104 - WP0104 - 2d - 3 - 50.000000 - - - 77.900 - - WP0105 - WP0105 - WP0105 - 2d - 3 - 26.400000 - - - 78.600 - - WP0106 - WP0106 - WP0106 - 3d - 4 - 50.000000 - - - 80.700 - - WP0107 - WP0107 - WP0107 - dgps - 5 - 1.600000 - - - 84.400 - - WP0108 - WP0108 - WP0108 - 2 - - - 92.600 - - WP0109 - WP0109 - WP0109 - dgps - 5 - 2.000000 - - - 95.800 - - WP0110 - WP0110 - WP0110 - 3d - 4 - 5.000000 - - - 94.700 - - WP0111 - WP0111 - WP0111 - dgps - 7 - 0.800000 - - - 59.200 - - WP0112 - WP0112 - WP0112 - 3d - 4 - 9.400000 - - - 55.200 - - WP0113 - WP0113 - WP0113 - 2d - 3 - 6.000000 - - - 56.100 - - WP0114 - WP0114 - WP0114 - 2d - 3 - 7.600000 - - - 54.500 - - WP0115 - WP0115 - WP0115 - 3d - 4 - 11.800000 - - - 48.700 - - WP0116 - WP0116 - WP0116 - 2 - - - 43.700 - - WP0117 - WP0117 - WP0117 - 2d - 3 - 7.200000 - - - 45.100 - - WP0118 - WP0118 - WP0118 - 2 - - - 44.600 - - WP0119 - WP0119 - WP0119 - 3d - 4 - 16.600000 - - - 44.100 - - WP0120 - WP0120 - WP0120 - 2 - - - 43.000 - - WP0121 - WP0121 - WP0121 - 2 - - - 42.000 - - WP0122 - WP0122 - WP0122 - 2d - 3 - 7.200000 - - - 41.400 - - WP0123 - WP0123 - WP0123 - 2d - 3 - 6.800000 - - - 41.600 - - WP0124 - WP0124 - WP0124 - 2d - 3 - 6.800000 - - - 41.600 - - WP0125 - WP0125 - WP0125 - 1 - - - 41.600 - - WP0126 - WP0126 - WP0126 - 2d - 3 - 7.000000 - - - 41.600 - - WP0127 - WP0127 - WP0127 - 2 - - - 41.600 - - WP0128 - WP0128 - WP0128 - 2 - - - 41.600 - - WP0129 - WP0129 - WP0129 - 2 - - - 41.600 - - WP0130 - WP0130 - WP0130 - 2 - - - 41.600 - - WP0131 - WP0131 - WP0131 - 1 - - - 41.600 - - WP0132 - WP0132 - WP0132 - 2d - 3 - 7.400000 - - - 41.700 - - WP0133 - WP0133 - WP0133 - 3d - 4 - 33.799999 - - - 41.700 - - WP0134 - WP0134 - WP0134 - 2d - 3 - 6.800000 - - - 41.800 - - WP0135 - WP0135 - WP0135 - 2 - - - 42.300 - - WP0136 - WP0136 - WP0136 - 3d - 4 - 21.799999 - - - 45.200 - - WP0137 - WP0137 - WP0137 - 2d - 3 - 7.000000 - - - 46.700 - - WP0138 - WP0138 - WP0138 - 2d - 3 - 8.400000 - - - 47.400 - - WP0139 - WP0139 - WP0139 - 2d - 3 - 8.600000 - - - 48.300 - - WP0140 - WP0140 - WP0140 - 2 - - - 49.000 - - WP0141 - WP0141 - WP0141 - - - 49.400 - - WP0142 - WP0142 - WP0142 - 2 - - - 49.900 - - WP0143 - WP0143 - WP0143 - 3d - 4 - 8.200000 - - - 49.500 - - WP0144 - WP0144 - WP0144 - 2d - 3 - 6.400000 - - - 55.000 - - WP0145 - WP0145 - WP0145 - 2d - 3 - 9.400000 - - - 56.600 - - WP0146 - WP0146 - WP0146 - 2d - 3 - 5.400000 - - - 56.100 - - WP0147 - WP0147 - WP0147 - 2d - 3 - 10.000000 - - - 56.700 - - WP0148 - WP0148 - WP0148 - 2 - - - 70.600 - - WP0149 - WP0149 - WP0149 - 3d - 4 - 5.200000 - - - 75.600 - - WP0150 - WP0150 - WP0150 - 3d - 4 - 5.000000 - - - 76.100 - - WP0151 - WP0151 - WP0151 - 2d - 3 - 10.600000 - - - 77.400 - - WP0152 - WP0152 - WP0152 - 2d - 3 - 6.400000 - - - 84.500 - - WP0153 - WP0153 - WP0153 - 1 - - - 90.200 - - WP0154 - WP0154 - WP0154 - 2 - - - 93.200 - - WP0155 - WP0155 - WP0155 - 2 - - - 94.400 - - WP0156 - WP0156 - WP0156 - 2d - 3 - 6.400000 - - - 95.400 - - WP0157 - WP0157 - WP0157 - 2 - - - 96.500 - - WP0158 - WP0158 - WP0158 - 2d - 3 - 6.200000 - - - 96.300 - - WP0159 - WP0159 - WP0159 - 2 - - - 97.000 - - WP0160 - WP0160 - WP0160 - 2d - 3 - 6.200000 - - - 96.900 - - WP0161 - WP0161 - WP0161 - 2 - - - 98.200 - - WP0162 - WP0162 - WP0162 - 2d - 3 - 6.200000 - - - 98.600 - - WP0163 - WP0163 - WP0163 - 2d - 3 - 6.200000 - - - 98.400 - - WP0164 - WP0164 - WP0164 - 2 - - - 98.200 - - WP0165 - WP0165 - WP0165 - 2d - 3 - 6.200000 - - - 97.000 - - WP0166 - WP0166 - WP0166 - 2d - 3 - 6.200000 - - - 96.600 - - WP0167 - WP0167 - WP0167 - 2d - 3 - 13.400000 - - - 96.100 - - WP0168 - WP0168 - WP0168 - 3d - 4 - 3.200000 - - - 94.800 - - WP0169 - WP0169 - WP0169 - 2d - 3 - 13.400000 - - - 95.200 - - WP0170 - WP0170 - WP0170 - 2d - 3 - 13.600000 - - - 93.600 - - WP0171 - WP0171 - WP0171 - 2d - 3 - 8.800000 - - - 92.400 - - WP0172 - WP0172 - WP0172 - 3d - 4 - 3.000000 - - - 91.200 - - WP0173 - WP0173 - WP0173 - 3d - 4 - 3.000000 - - - 92.400 - - WP0174 - WP0174 - WP0174 - 2d - 3 - 6.200000 - - - 94.400 - - WP0175 - WP0175 - WP0175 - 3d - 4 - 2.800000 - - - 92.800 - - WP0176 - WP0176 - WP0176 - 3d - 4 - 2.800000 - - - 94.900 - - WP0177 - WP0177 - WP0177 - 2d - 3 - 9.000000 - - - 95.600 - - WP0178 - WP0178 - WP0178 - 3d - 4 - 2.800000 - - - 96.300 - - WP0179 - WP0179 - WP0179 - 2d - 3 - 9.200000 - - - 96.300 - - WP0180 - WP0180 - WP0180 - 1 - - - 98.800 - - WP0181 - WP0181 - WP0181 - 3d - 4 - 2.600000 - - - 97.900 - - WP0182 - WP0182 - WP0182 - 2d - 3 - 9.600000 - - - 97.600 - - WP0183 - WP0183 - WP0183 - 1 - - - 97.300 - - WP0184 - WP0184 - WP0184 - - - 97.500 - - WP0185 - WP0185 - WP0185 - 2 - - - 97.700 - - WP0186 - WP0186 - WP0186 - 2 - - - 98.100 - - WP0187 - WP0187 - WP0187 - 2 - - - 98.200 - - WP0188 - WP0188 - WP0188 - 2 - - - 98.200 - - WP0189 - WP0189 - WP0189 - - - 97.900 - - WP0190 - WP0190 - WP0190 - 2 - - - 97.800 - - WP0191 - WP0191 - WP0191 - 1 - - - 101.300 - - WP0192 - WP0192 - WP0192 - 2 - - - 105.300 - - WP0193 - WP0193 - WP0193 - 2d - 3 - 10.000000 - - - 105.600 - - WP0194 - WP0194 - WP0194 - 2 - - - 105.700 - - WP0195 - WP0195 - WP0195 - 1 - - - 104.700 - - WP0196 - WP0196 - WP0196 - 2 - - - 103.600 - - WP0197 - WP0197 - WP0197 - 2 - - - 101.300 - - WP0198 - WP0198 - WP0198 - 2 - - - 99.900 - - WP0199 - WP0199 - WP0199 - 2d - 3 - 2.600000 - - - 98.100 - - WP0200 - WP0200 - WP0200 - 1 - - - 97.900 - - WP0201 - WP0201 - WP0201 - 2 - - - 97.700 - - WP0202 - WP0202 - WP0202 - 1 - - - 97.700 - - WP0203 - WP0203 - WP0203 - 2 - - - 97.700 - - WP0204 - WP0204 - WP0204 - 2 - - - 97.500 - - WP0205 - WP0205 - WP0205 - 2 - - - 97.300 - - WP0206 - WP0206 - WP0206 - 2 - - - 97.100 - - WP0207 - WP0207 - WP0207 - 1 - - - 97.000 - - WP0208 - WP0208 - WP0208 - 1 - - - 97.100 - - WP0209 - WP0209 - WP0209 - 2d - 3 - 6.400000 - - - 97.200 - - WP0210 - WP0210 - WP0210 - 2d - 3 - 6.400000 - - - 97.100 - - WP0211 - WP0211 - WP0211 - 2d - 3 - 6.400000 - - - 96.900 - - WP0212 - WP0212 - WP0212 - 1 - - - 96.900 - - WP0213 - WP0213 - WP0213 - 2 - - - 97.300 - - WP0214 - WP0214 - WP0214 - - - 97.200 - - WP0215 - WP0215 - WP0215 - 2d - 3 - 6.400000 - - - 97.200 - - WP0216 - WP0216 - WP0216 - 2 - - - 97.100 - - WP0217 - WP0217 - WP0217 - 1 - - - 97.400 - - WP0218 - WP0218 - WP0218 - - - 97.500 - - WP0219 - WP0219 - WP0219 - 2 - - - 97.500 - - WP0220 - WP0220 - WP0220 - 1 - - - 97.500 - - WP0221 - WP0221 - WP0221 - 1 - - - 97.400 - - WP0222 - WP0222 - WP0222 - 1 - - - 97.400 - - WP0223 - WP0223 - WP0223 - - - 97.300 - - WP0224 - WP0224 - WP0224 - 2 - - - 97.300 - - WP0225 - WP0225 - WP0225 - 2 - - - 99.000 - - WP0226 - WP0226 - WP0226 - 2d - 3 - 2.000000 - - - 99.300 - - WP0227 - WP0227 - WP0227 - 2 - - - 99.200 - - WP0228 - WP0228 - WP0228 - 2d - 3 - 2.000000 - - - 99.000 - - WP0229 - WP0229 - WP0229 - 2d - 3 - 2.000000 - - - 98.600 - - WP0230 - WP0230 - WP0230 - 2d - 3 - 2.000000 - - - 98.300 - - WP0231 - WP0231 - WP0231 - 1 - - - 98.000 - - WP0232 - WP0232 - WP0232 - 1 - - - 98.200 - - WP0233 - WP0233 - WP0233 - 1 - - - 98.400 - - WP0234 - WP0234 - WP0234 - 1 - - - 98.400 - - WP0235 - WP0235 - WP0235 - 2d - 3 - 2.000000 - - - 98.100 - - WP0236 - WP0236 - WP0236 - 2 - - - 97.400 - - WP0237 - WP0237 - WP0237 - 2 - - diff --git a/reference/vitosmt.smt b/reference/vitosmt.smt deleted file mode 100644 index 3179e59aca8c47c188b2ac577070c019aa72c27a..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 15192 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 NzrJOXuhHps{|97SdzSzJ diff --git a/reference/waypoints.nmea.gz b/reference/waypoints.nmea.gz new file mode 100644 index 0000000000000000000000000000000000000000..ca82ece127b54424bb67e76f8bcd2b97da070b21 GIT binary patch literal 188 zcmV;t07L&DiwFQ#F|c6(169v44#F@D1<;*ybc!O&`L<(cYzuTjh>iQ-gsKUs%zpm% zpSIWg^~hotBtU*<4(A{a - - On - 001217AD3124 - WitoldM - AP - 0 - -77 - -85 - 11 - 2006-03-11T09:07:46-05:00 - 2006-03-11T09:07:52-05:00 - 14.2 - 45.489801666666672 - -75.686505 - - diff --git a/reference/yahoo.csv b/reference/yahoo.csv deleted file mode 100644 index a8f590e02..000000000 --- a/reference/yahoo.csv +++ /dev/null @@ -1,2 +0,0 @@ -No,Latitude,Longitude,Name -1,37.416384,-122.024853,"701 FIRST AVE, SUNNYVALE, CA, 94089-1019, US" diff --git a/reference/yahoo.xml b/reference/yahoo.xml deleted file mode 100644 index 7425755a5..000000000 --- a/reference/yahoo.xml +++ /dev/null @@ -1,17 +0,0 @@ - - - - -37.416384 - --122.024853 -
701 FIRST AVE
-SUNNYVALE -CA - -94089-1019 -US -
-
diff --git a/testo.d/classic-3.test b/testo.d/classic-3.test index c8708d826..5c348c092 100644 --- a/testo.d/classic-3.test +++ b/testo.d/classic-3.test @@ -32,10 +32,10 @@ grep -v time <${TMPDIR}/wbt-201.gpx >${TMPDIR}/wbt-201.gpx2 compare ${REFERENCE}/wbt-201.gpx ${TMPDIR}/wbt-201.gpx2 # -# gzipped file i/o +# gzipped file i/o (reading only) # -gpsbabel -i compegps -f ${REFERENCE}/compegps.wpt.gz -o gpx -F ${TMPDIR}/compegps-wpt.gpx -compare ${REFERENCE}/compegps-wpt.gpx ${TMPDIR}/compegps-wpt.gpx +gpsbabel -i nmea -f ${REFERENCE}/waypoints.nmea.gz -o nmea -F ${TMPDIR}/waypoints.nmea +compare ${REFERENCE}/waypoints.nmea ${TMPDIR}/waypoints.nmea # # GPX version detection diff --git a/testo.d/compegps.test b/testo.d/deprecated/compegps.test similarity index 100% rename from testo.d/compegps.test rename to testo.d/deprecated/compegps.test diff --git a/testo.d/csv.test b/testo.d/deprecated/csv.test similarity index 100% rename from testo.d/csv.test rename to testo.d/deprecated/csv.test diff --git a/testo.d/g7towin.test b/testo.d/deprecated/g7towin.test similarity index 100% rename from testo.d/g7towin.test rename to testo.d/deprecated/g7towin.test diff --git a/testo.d/gopal.test b/testo.d/deprecated/gopal.test similarity index 100% rename from testo.d/gopal.test rename to testo.d/deprecated/gopal.test diff --git a/testo.d/gpsutil.test b/testo.d/deprecated/gpsutil.test similarity index 100% rename from testo.d/gpsutil.test rename to testo.d/deprecated/gpsutil.test diff --git a/testo.d/jtr.test b/testo.d/deprecated/jtr.test similarity index 100% rename from testo.d/jtr.test rename to testo.d/deprecated/jtr.test diff --git a/testo.d/maggeo.test b/testo.d/deprecated/maggeo.test similarity index 100% rename from testo.d/maggeo.test rename to testo.d/deprecated/maggeo.test diff --git a/testo.d/mapsend.test b/testo.d/deprecated/mapsend.test similarity index 100% rename from testo.d/mapsend.test rename to testo.d/deprecated/mapsend.test diff --git a/testo.d/mtk_locus.test b/testo.d/deprecated/mtk_locus.test similarity index 100% rename from testo.d/mtk_locus.test rename to testo.d/deprecated/mtk_locus.test diff --git a/testo.d/nmn4.test b/testo.d/deprecated/nmn4.test similarity index 100% rename from testo.d/nmn4.test rename to testo.d/deprecated/nmn4.test diff --git a/testo.d/pcx.test b/testo.d/deprecated/pcx.test similarity index 100% rename from testo.d/pcx.test rename to testo.d/deprecated/pcx.test diff --git a/testo.d/pocketfms.test b/testo.d/deprecated/pocketfms.test similarity index 100% rename from testo.d/pocketfms.test rename to testo.d/deprecated/pocketfms.test diff --git a/testo.d/skyforce.test b/testo.d/deprecated/skyforce.test similarity index 100% rename from testo.d/skyforce.test rename to testo.d/deprecated/skyforce.test diff --git a/testo.d/stmsdf.test b/testo.d/deprecated/stmsdf.test similarity index 100% rename from testo.d/stmsdf.test rename to testo.d/deprecated/stmsdf.test diff --git a/testo.d/stmwpp.test b/testo.d/deprecated/stmwpp.test similarity index 100% rename from testo.d/stmwpp.test rename to testo.d/deprecated/stmwpp.test diff --git a/testo.d/tiger.test b/testo.d/deprecated/tiger.test similarity index 100% rename from testo.d/tiger.test rename to testo.d/deprecated/tiger.test diff --git a/testo.d/vpl.test b/testo.d/deprecated/vpl.test similarity index 100% rename from testo.d/vpl.test rename to testo.d/deprecated/vpl.test diff --git a/testo.d/wfff.test b/testo.d/deprecated/wfff.test similarity index 100% rename from testo.d/wfff.test rename to testo.d/deprecated/wfff.test diff --git a/testo.d/yahoo.test b/testo.d/deprecated/yahoo.test similarity index 100% rename from testo.d/yahoo.test rename to testo.d/deprecated/yahoo.test diff --git a/testo.d/gbfile.test b/testo.d/gbfile.test index cd59a6a09..380f4277f 100644 --- a/testo.d/gbfile.test +++ b/testo.d/gbfile.test @@ -8,8 +8,10 @@ compare ${REFERENCE}/track/nmea.gpx ${TMPDIR}/nmea_utf16.gpx # with \r\n line endings gpsbabel -i nmea -f ${REFERENCE}/track/nmea_utf16_dos -o gpx -F ${TMPDIR}/nmea_utf16_dos.gpx compare ${REFERENCE}/track/nmea.gpx ${TMPDIR}/nmea_utf16_dos.gpx +# TODO(robertl): Check with tsteven4 if we can find another +# appropriate test withot PCX # Assumes pcx reader is still using gbgetstr. # These are handcrafted input files, they may not be legal pcx files. # with a unicode character from the supplemental plane encoded in utf16le. -gpsbabel -i pcx -f ${REFERENCE}/testsupplementalplane.pcx -o unicsv -F ${TMPDIR}/testsupplementalplane.csv -compare ${REFERENCE}/testsupplementalplane.csv ${TMPDIR}/testsupplementalplane.csv +## gpsbabel -i pcx -f ${REFERENCE}/testsupplementalplane.pcx -o unicsv -F ${TMPDIR}/testsupplementalplane.csv +## compare ${REFERENCE}/testsupplementalplane.csv ${TMPDIR}/testsupplementalplane.csv diff --git a/testo.d/gpsman.test b/testo.d/gpsman.test deleted file mode 100644 index 1c131d6be..000000000 --- a/testo.d/gpsman.test +++ /dev/null @@ -1,6 +0,0 @@ - -# GPSman -rm -f ${TMPDIR}/gm.gm ${TMPDIR}/gm.gm+ -gpsbabel -i geo -f ${REFERENCE}/geocaching.loc -o gpsman -F ${TMPDIR}/gm.gm -o gpsutil -F ${TMPDIR}/gu.wpt -gpsbabel -i gpsman -f ${TMPDIR}/gm.gm -o gpsutil -F ${TMPDIR}/gm.gm+ -compare ${TMPDIR}/gm.gm+ ${TMPDIR}/gu.wpt diff --git a/testo.d/gpx.test b/testo.d/gpx.test index 16afe9f6a..bf7739aab 100644 --- a/testo.d/gpx.test +++ b/testo.d/gpx.test @@ -1,22 +1,21 @@ # GPX rm -f ${TMPDIR}/gl.gpx ${TMPDIR}/gpx.wpt -gpsbabel -i geo -f ${REFERENCE}/geocaching.loc -o gpsman -F ${TMPDIR}/gm.gm -o gpsutil -F ${TMPDIR}/gu.wpt gpsbabel -i geo -f ${REFERENCE}/geocaching.loc -o gpx -F ${TMPDIR}/gl.gpx -gpsbabel -i gpx -f ${TMPDIR}/gl.gpx -o gpsutil -F ${TMPDIR}/gpx.wpt -compare ${TMPDIR}/gpx.wpt ${TMPDIR}/gu.wpt +gpsbabel -i gpx -f ${TMPDIR}/gl.gpx -o geo -F ${TMPDIR}/gpx.wpt +compare ${TMPDIR}/gpx.wpt ${TMPDIR}/gpx.wpt rm -f ${TMPDIR}/gtrnctr_power.gpx gpsbabel -i gtrnctr -f ${REFERENCE}/track/gtrnctr_power.tcx -o gpx,garminextensions=1 -F ${TMPDIR}/gtrnctr_power.gpx -compare ${REFERENCE}/track/gtrnctr_power.gpx ${TMPDIR}/gtrnctr_power.gpx +compare ${REFERENCE}/track/gtrnctr_power.gpx ${TMPDIR}/gtrnctr_power.gpx rm -f ${TMPDIR}/tpx-sample.gpx gpsbabel -i gpx -f ${REFERENCE}/track/gpx_garmin_extensions.gpx -o gpx,garminextensions -F ${TMPDIR}/tpx-sample.gpx -compare ${REFERENCE}/track/gpx_garmin_extensions.gpx ${TMPDIR}/tpx-sample.gpx +compare ${REFERENCE}/track/gpx_garmin_extensions.gpx ${TMPDIR}/tpx-sample.gpx rm -f ${TMPDIR}/basecampe~gpx.gpx gpsbabel -i gpx -f ${REFERENCE}/basecamp.gpx -o gpx -F ${TMPDIR}/basecamp~gpx.gpx -compare ${REFERENCE}/basecamp~gpx.gpx ${TMPDIR}/basecamp~gpx.gpx +compare ${REFERENCE}/basecamp~gpx.gpx ${TMPDIR}/basecamp~gpx.gpx rm -f ${TMPDIR}/extensiondata.gpx gpsbabel -i unicsv -f ${REFERENCE}/extensiondata.unicsv -x transform,trk=wpt -o gpx,garminextensions -F ${TMPDIR}/extensiondata.gpx @@ -24,17 +23,17 @@ compare ${REFERENCE}/extensiondata~unicsv.gpx ${TMPDIR}/extensiondata.gpx # Read, write GPX file with times that don't fit in time_t, subsecond. gpsbabel -i gpx -f ${REFERENCE}/bigtime.gpx -o gpx -F ${TMPDIR}/bigtime.gpx -compare ${REFERENCE}/bigtime.gpx ${TMPDIR}/bigtime.gpx +compare ${REFERENCE}/bigtime.gpx ${TMPDIR}/bigtime.gpx # test standard output rm -f ${TMPDIR}/basecamp~gpx_so.gpx gpsbabel -i gpx -f ${REFERENCE}/basecamp.gpx -o gpx -F - 1> ${TMPDIR}/basecamp~gpx_so.gpx -compare ${REFERENCE}/basecamp~gpx.gpx ${TMPDIR}/basecamp~gpx_so.gpx +compare ${REFERENCE}/basecamp~gpx.gpx ${TMPDIR}/basecamp~gpx_so.gpx # test standard input rm -f ${TMPDIR}/basecamp~gpx_si.gpx gpsbabel -i gpx -f - -o gpx -F ${TMPDIR}/basecamp~gpx_si.gpx 0< ${REFERENCE}/basecamp.gpx -compare ${REFERENCE}/basecamp~gpx.gpx ${TMPDIR}/basecamp~gpx_si.gpx +compare ${REFERENCE}/basecamp~gpx.gpx ${TMPDIR}/basecamp~gpx_si.gpx # test unknown tags rm -f ${TMPDIR}/unknowntag.gpx diff --git a/testo.d/jogmap.test b/testo.d/jogmap.test deleted file mode 100644 index f93580408..000000000 --- a/testo.d/jogmap.test +++ /dev/null @@ -1,7 +0,0 @@ -# -# Jogmap XML tests -# -rm -f ${TMPDIR}/jogmap.* -gpsbabel -i jogmap -f ${REFERENCE}/track/jogmap.xml -o gpx -F ${TMPDIR}/jogmap.gpx -compare ${REFERENCE}/track/jogmap-gpx.gpx ${TMPDIR}/jogmap.gpx - diff --git a/testo.d/tomtom.test b/testo.d/tomtom.test index 7c35f6af7..4da67d173 100644 --- a/testo.d/tomtom.test +++ b/testo.d/tomtom.test @@ -10,10 +10,6 @@ rm -f ${TMPDIR}/ov2.out gpsbabel -i geo -f ${REFERENCE}/gl.loc -o tomtom -F ${TMPDIR}/ov2.out compare ${REFERENCE}/ov2-geo-out.ref ${TMPDIR}/ov2.out -rm -f ${TMPDIR}/ov2.out -gpsbabel -i tomtom -f ${REFERENCE}/ov2-geo-out.ref -o gpsutil -F ${TMPDIR}/ov2.out -compare ${REFERENCE}/ov2-in.ref ${TMPDIR}/ov2.out - # round trip test including CP-1252 conversion rm -f ${TMPDIR}/tomtom.gpx gpsbabel -i tomtom -f ${REFERENCE}/tomtom.ov2 -o gpx -F ${TMPDIR}/tomtom.gpx diff --git a/testo.d/vidaone.test b/testo.d/vidaone.test deleted file mode 100644 index 039bddf34..000000000 --- a/testo.d/vidaone.test +++ /dev/null @@ -1,4 +0,0 @@ -# VidaOne track logs -gpsbabel -i vidaone -f ${REFERENCE}/track/vidaone.gpb -t -o unicsv -F ${TMPDIR}/vidaone.csv -compare ${REFERENCE}/track/vidaone.csv ${TMPDIR}/vidaone.csv - diff --git a/testo.d/vitosmt.test b/testo.d/vitosmt.test deleted file mode 100644 index 1cde9e6c1..000000000 --- a/testo.d/vitosmt.test +++ /dev/null @@ -1,9 +0,0 @@ -# -# Vito Navigator II .smt tests -# -rm -f ${TMPDIR}/vitosmt* -gpsbabel -i vitosmt -f ${REFERENCE}/vitosmt.smt -o gpx -F ${TMPDIR}/vitosmt.gpx -compare ${REFERENCE}/vitosmt.gpx ${TMPDIR}/vitosmt.gpx -gpsbabel -t -i vitosmt -f ${REFERENCE}/vitosmt.smt -o gpx -F ${TMPDIR}/vitosmt_t.gpx -compare ${REFERENCE}/track/vitosmt_t.gpx ${TMPDIR}/vitosmt_t.gpx - diff --git a/testo.d/vitovtt.test b/testo.d/vitovtt.test deleted file mode 100644 index b1bd7cc7f..000000000 --- a/testo.d/vitovtt.test +++ /dev/null @@ -1,6 +0,0 @@ -# -# VITO SmartMap .vtt track file 'vitovtt' test -# -rm -f ${TMPDIR}/vitovtt-* -gpsbabel -i vitovtt -f ${REFERENCE}/track/vitovtt-sample.vtt -o gpx -F ${TMPDIR}/vitovtt-sample.gpx -compare ${REFERENCE}/track/vitovtt-sample.gpx ${TMPDIR}/vitovtt-sample.gpx diff --git a/tools/nuke_format b/tools/nuke_format index 362d9ea56..0d20c1564 100755 --- a/tools/nuke_format +++ b/tools/nuke_format @@ -7,22 +7,21 @@ EDITOR="${EDITOR:-vim}" remove_word() { -# git add $2 -set -x # This uses a GNU extension ? for zero or more, letting us match with last # entry in a line which has no following whitespace $SED -i "s/$1\s*//g" $2 + git add $2 } remove_line_containing() { -# git add $2 $SED -i "/$1/d" $2 + git add $2 } # For things it's easier to just edit away.:1 remove_manually() { grep $1 $2 && $EDITOR +/$1 $2 - # git add $2 + git add $2 } remove_word $1.cc CMakelists.txt diff --git a/vecs.h b/vecs.h index e20a77535..8a91dd040 100644 --- a/vecs.h +++ b/vecs.h @@ -29,8 +29,8 @@ #include "defs.h" #include "dg-100.h" -#include "format.h" #include "energympro.h" +#include "format.h" #include "garmin_fit.h" #include "geojson.h" #include "ggv_bin.h" @@ -48,8 +48,6 @@ #include "subrip.h" #include "unicsv.h" #include "xcsv.h" -#include "yahoo.h" - extern ff_vecs_t geo_vecs; extern ff_vecs_t mag_svecs; @@ -57,16 +55,12 @@ extern ff_vecs_t mag_fvecs; extern ff_vecs_t magX_fvecs; extern ff_vecs_t garmin_vecs; extern ff_vecs_t gdb_vecs; -extern ff_vecs_t mapsend_vecs; extern ff_vecs_t ozi_vecs; -extern ff_vecs_t pcx_vecs; #if MAXIMAL_ENABLED -extern ff_vecs_t gpsutil_vecs; extern ff_vecs_t holux_vecs; extern ff_vecs_t tpg_vecs; extern ff_vecs_t tpo2_vecs; extern ff_vecs_t tpo3_vecs; -extern ff_vecs_t tiger_vecs; extern ff_vecs_t easygps_vecs; extern ff_vecs_t saroute_vecs; extern ff_vecs_t navicache_vecs; @@ -83,31 +77,16 @@ extern ff_vecs_t mtk_locus_vecs; #endif // MAXIMAL_ENABLED extern ff_vecs_t wbt_svecs; #if MAXIMAL_ENABLED -extern ff_vecs_t vpl_vecs; extern ff_vecs_t wbt_fvecs; //extern ff_vecs_t wbt_fvecs; extern ff_vecs_t hiketech_vecs; extern ff_vecs_t glogbook_vecs; extern ff_vecs_t vcf_vecs; extern ff_vecs_t google_dir_vecs; -extern ff_vecs_t maggeo_vecs; extern ff_vecs_t tomtom_vecs; extern ff_vecs_t tef_xml_vecs; -extern ff_vecs_t vitosmt_vecs; -extern ff_vecs_t wfff_xml_vecs; extern ff_vecs_t bcr_vecs; extern ff_vecs_t ignr_vecs; -#if CSVFMTS_ENABLED -extern ff_vecs_t stmsdf_vecs; -#endif // CSVFMTS_ENABLED -#if CSVFMTS_ENABLED -extern ff_vecs_t stmwpp_vecs; -#endif // CSVFMTS_ENABLED -extern ff_vecs_t nmn4_vecs; -#if CSVFMTS_ENABLED -extern ff_vecs_t compegps_vecs; -#endif // CSVFMTS_ENABLED -// extern ff_vecs_t yahoo_vecs; extern ff_vecs_t gtm_vecs; extern ff_vecs_t gpssim_vecs; #if CSVFMTS_ENABLED @@ -116,11 +95,7 @@ extern ff_vecs_t garmin_txt_vecs; extern ff_vecs_t gtc_vecs; extern ff_vecs_t dmtlog_vecs; extern ff_vecs_t raymarine_vecs; -extern ff_vecs_t vitovtt_vecs; extern ff_vecs_t ggv_log_vecs; -#if CSVFMTS_ENABLED -extern ff_vecs_t g7towin_vecs; -#endif // CSVFMTS_ENABLED extern ff_vecs_t garmin_gpi_vecs; extern ff_vecs_t lmx_vecs; extern ff_vecs_t xol_vecs; @@ -130,9 +105,7 @@ extern ff_vecs_t destinator_poi_vecs; extern ff_vecs_t destinator_itn_vecs; extern ff_vecs_t destinator_trl_vecs; extern ff_vecs_t exif_vecs; -extern ff_vecs_t vidaone_vecs; extern ff_vecs_t igo8_vecs; -extern ff_vecs_t gopal_vecs; extern ff_vecs_t humminbird_vecs; extern ff_vecs_t humminbird_ht_vecs; extern ff_vecs_t mapasia_tr7_vecs; @@ -140,24 +113,18 @@ extern ff_vecs_t gnav_trl_vecs; extern ff_vecs_t navitel_trk_vecs; extern ff_vecs_t ggv_ovl_vecs; #if CSVFMTS_ENABLED -extern ff_vecs_t jtr_vecs; #endif // CSVFMTS_ENABLED extern ff_vecs_t itracku_vecs; extern ff_vecs_t itracku_fvecs; extern ff_vecs_t sbp_vecs; extern ff_vecs_t sbn_vecs; extern ff_vecs_t mmo_vecs; -extern ff_vecs_t skyforce_vecs; -extern ff_vecs_t pocketfms_bc_vecs; -extern ff_vecs_t pocketfms_fp_vecs; -extern ff_vecs_t pocketfms_wp_vecs; extern ff_vecs_t v900_vecs; extern ff_vecs_t enigma_vecs; extern ff_vecs_t skytraq_vecs; extern ff_vecs_t teletype_vecs; extern ff_vecs_t skytraq_fvecs; extern ff_vecs_t miniHomer_vecs; -extern ff_vecs_t jogmap_vecs; extern ff_vecs_t wintec_tes_vecs; extern ff_vecs_t format_garmin_xt_vecs; extern ff_vecs_t mapbar_track_vecs; @@ -263,19 +230,15 @@ class Vecs LegacyFormat magX_ffmt {magX_fvecs}; LegacyFormat garmin_fmt {garmin_vecs}; LegacyFormat gdb_fmt {gdb_vecs}; - LegacyFormat mapsend_fmt {mapsend_vecs}; NmeaFormat nmea_fmt; LegacyFormat ozi_fmt {ozi_vecs}; - LegacyFormat pcx_fmt {pcx_vecs}; KmlFormat kml_fmt; #if MAXIMAL_ENABLED - LegacyFormat gpsutil_fmt {gpsutil_vecs}; LowranceusrFormat lowranceusr_fmt; LegacyFormat holux_fmt {holux_vecs}; LegacyFormat tpg_fmt {tpg_vecs}; LegacyFormat tpo2_fmt {tpo2_vecs}; LegacyFormat tpo3_fmt {tpo3_vecs}; - LegacyFormat tiger_fmt {tiger_vecs}; LegacyFormat easygps_fmt {easygps_vecs}; LegacyFormat saroute_fmt {saroute_vecs}; LegacyFormat navicache_fmt {navicache_vecs}; @@ -295,31 +258,16 @@ class Vecs #endif // MAXIMAL_ENABLED LegacyFormat wbt_sfmt {wbt_svecs}; #if MAXIMAL_ENABLED - LegacyFormat vpl_fmt {vpl_vecs}; LegacyFormat wbt_ffmt {wbt_fvecs}; //LegacyFormat wbt_ffmt {wbt_fvecs}; LegacyFormat hiketech_fmt {hiketech_vecs}; LegacyFormat glogbook_fmt {glogbook_vecs}; LegacyFormat vcf_fmt {vcf_vecs}; LegacyFormat google_dir_fmt {google_dir_vecs}; - LegacyFormat maggeo_fmt {maggeo_vecs}; LegacyFormat tomtom_fmt {tomtom_vecs}; LegacyFormat tef_xml_fmt {tef_xml_vecs}; - LegacyFormat vitosmt_fmt {vitosmt_vecs}; - LegacyFormat wfff_xml_fmt {wfff_xml_vecs}; LegacyFormat bcr_fmt {bcr_vecs}; LegacyFormat ignr_fmt {ignr_vecs}; -#if CSVFMTS_ENABLED - LegacyFormat stmsdf_fmt {stmsdf_vecs}; -#endif // CSVFMTS_ENABLED -#if CSVFMTS_ENABLED - LegacyFormat stmwpp_fmt {stmwpp_vecs}; -#endif // CSVFMTS_ENABLED - LegacyFormat nmn4_fmt {nmn4_vecs}; -#if CSVFMTS_ENABLED - LegacyFormat compegps_fmt {compegps_vecs}; -#endif // CSVFMTS_ENABLED - YahooFormat yahoo_fmt; UnicsvFormat unicsv_fmt; LegacyFormat gtm_fmt {gtm_vecs}; LegacyFormat gpssim_fmt {gpssim_vecs}; @@ -329,11 +277,7 @@ class Vecs LegacyFormat gtc_fmt {gtc_vecs}; LegacyFormat dmtlog_fmt {dmtlog_vecs}; LegacyFormat raymarine_fmt {raymarine_vecs}; - LegacyFormat vitovtt_fmt {vitovtt_vecs}; LegacyFormat ggv_log_fmt {ggv_log_vecs}; -#if CSVFMTS_ENABLED - LegacyFormat g7towin_fmt {g7towin_vecs}; -#endif // CSVFMTS_ENABLED LegacyFormat garmin_gpi_fmt {garmin_gpi_vecs}; LegacyFormat lmx_fmt {lmx_vecs}; RandomFormat random_fmt; @@ -349,34 +293,24 @@ class Vecs LegacyFormat destinator_itn_fmt {destinator_itn_vecs}; LegacyFormat destinator_trl_fmt {destinator_trl_vecs}; LegacyFormat exif_fmt {exif_vecs}; - LegacyFormat vidaone_fmt {vidaone_vecs}; LegacyFormat igo8_fmt {igo8_vecs}; - LegacyFormat gopal_fmt {gopal_vecs}; LegacyFormat humminbird_fmt {humminbird_vecs}; LegacyFormat humminbird_ht_fmt {humminbird_ht_vecs}; LegacyFormat mapasia_tr7_fmt {mapasia_tr7_vecs}; LegacyFormat gnav_trl_fmt {gnav_trl_vecs}; LegacyFormat navitel_trk_fmt {navitel_trk_vecs}; LegacyFormat ggv_ovl_fmt {ggv_ovl_vecs}; -#if CSVFMTS_ENABLED - LegacyFormat jtr_fmt {jtr_vecs}; -#endif // CSVFMTS_ENABLED LegacyFormat itracku_fmt {itracku_vecs}; LegacyFormat itracku_ffmt {itracku_fvecs}; LegacyFormat sbp_fmt {sbp_vecs}; LegacyFormat sbn_fmt {sbn_vecs}; LegacyFormat mmo_fmt {mmo_vecs}; - LegacyFormat skyforce_fmt {skyforce_vecs}; - LegacyFormat pocketfms_bc_fmt {pocketfms_bc_vecs}; - LegacyFormat pocketfms_fp_fmt {pocketfms_fp_vecs}; - LegacyFormat pocketfms_wp_fmt {pocketfms_wp_vecs}; LegacyFormat v900_fmt {v900_vecs}; LegacyFormat enigma_fmt {enigma_vecs}; LegacyFormat skytraq_fmt {skytraq_vecs}; LegacyFormat teletype_fmt {teletype_vecs}; LegacyFormat skytraq_ffmt {skytraq_fvecs}; LegacyFormat miniHomer_fmt {miniHomer_vecs}; - LegacyFormat jogmap_fmt {jogmap_vecs}; LegacyFormat wintec_tes_fmt {wintec_tes_vecs}; SubripFormat subrip_fmt; LegacyFormat format_garmin_xt_fmt {format_garmin_xt_vecs}; @@ -452,13 +386,6 @@ class Vecs "gdb", nullptr, }, - { - &mapsend_fmt, - "mapsend", - "Magellan Mapsend", - nullptr, - nullptr, - }, { &nmea_fmt, "nmea", @@ -473,13 +400,6 @@ class Vecs nullptr, nullptr, }, - { - &pcx_fmt, - "pcx", - "Garmin PCX5", - "pcx", - nullptr, - }, { &kml_fmt, "kml", @@ -488,13 +408,6 @@ class Vecs nullptr, }, #if MAXIMAL_ENABLED - { - &gpsutil_fmt, - "gpsutil", - "gpsutil", - nullptr, - nullptr, - }, { &lowranceusr_fmt, "lowranceusr", @@ -530,13 +443,6 @@ class Vecs "tpo", nullptr, }, - { - &tiger_fmt, - "tiger", - "U.S. Census Bureau Tiger Mapping Service", - nullptr, - nullptr, - }, { &easygps_fmt, "easygps", @@ -646,13 +552,6 @@ class Vecs nullptr, }, #if MAXIMAL_ENABLED - { - &vpl_fmt, - "vpl", - "Honda/Acura Navigation System VP Log File Format", - nullptr, - nullptr, - }, { &wbt_ffmt, "wbt-bin", @@ -695,13 +594,6 @@ class Vecs "xml", nullptr, }, - { - &maggeo_fmt, - "maggeo", - "Magellan Explorist Geocaching", - "gs", - nullptr, - }, { &tomtom_fmt, "tomtom", @@ -716,20 +608,6 @@ class Vecs "xml", nullptr, }, - { - &vitosmt_fmt, - "vitosmt", - "Vito Navigator II tracks", - "smt", - nullptr, - }, - { - &wfff_xml_fmt, - "wfff", - "WiFiFoFum 2.0 for PocketPC XML", - "xml", - nullptr, - }, { &bcr_fmt, "bcr", @@ -744,47 +622,6 @@ class Vecs "rdn", nullptr, }, -#if CSVFMTS_ENABLED - { - &stmsdf_fmt, - "stmsdf", - "Suunto Trek Manager (STM) .sdf files", - "sdf", - nullptr, - }, -#endif -#if CSVFMTS_ENABLED - { - &stmwpp_fmt, - "stmwpp", - "Suunto Trek Manager (STM) WaypointPlus files", - "txt", - nullptr, - }, -#endif // CSVFMTS_ENABLED - { - &nmn4_fmt, - "nmn4", - "Navigon Mobile Navigator .rte files", - "rte", - nullptr, - }, -#if CSVFMTS_ENABLED - { - &compegps_fmt, - "compegps", - "CompeGPS data files (.wpt/.trk/.rte)", - nullptr, - nullptr, - }, -#endif //CSVFMTS_ENABLED - { - &yahoo_fmt, - "yahoo", - "Yahoo Geocode API data", - nullptr, - nullptr, - }, { &unicsv_fmt, "unicsv", @@ -836,13 +673,6 @@ class Vecs "rwf", nullptr, }, - { - &vitovtt_fmt, - "vitovtt", - "Vito SmartMap tracks (.vtt)", - "vtt", - nullptr, - }, { &ggv_log_fmt, "ggv_log", @@ -850,15 +680,6 @@ class Vecs "log", nullptr, }, -#if CSVFMTS_ENABLED - { - &g7towin_fmt, - "g7towin", - "G7ToWin data files (.g7t)", - "g7t", - nullptr, - }, -#endif { &garmin_gpi_fmt, "garmin_gpi", @@ -964,13 +785,6 @@ class Vecs "jpg", nullptr, }, - { - &vidaone_fmt, - "vidaone", - "VidaOne GPS for Pocket PC (.gpb)", - "gpb", - nullptr, - }, { &igo8_fmt, "igo8", @@ -978,13 +792,6 @@ class Vecs "trk", nullptr, }, - { - &gopal_fmt, - "gopal", - "GoPal GPS track log (.trk)", - "trk", - nullptr, - }, { &humminbird_fmt, "humminbird", @@ -1027,15 +834,6 @@ class Vecs "ovl", nullptr, }, -#if CSVFMTS_ENABLED - { - &jtr_fmt, - "jtr", - "Jelbert GeoTagger data file", - "jtr", - nullptr, - }, -#endif { &itracku_fmt, "itracku", @@ -1071,34 +869,6 @@ class Vecs "mmo", nullptr, }, - { - &skyforce_fmt, - "skyforce", - "Skymap / KMD150 ascii files", - nullptr, - nullptr, - }, - { - &pocketfms_bc_fmt, - "pocketfms_bc", - "PocketFMS breadcrumbs", - nullptr, - nullptr, - }, - { - &pocketfms_fp_fmt, - "pocketfms_fp", - "PocketFMS flightplan (.xml)", - "xml", - nullptr, - }, - { - &pocketfms_wp_fmt, - "pocketfms_wp", - "PocketFMS waypoints (.txt)", - "txt", - nullptr, - }, { &v900_fmt, "v900", @@ -1141,13 +911,6 @@ class Vecs nullptr, nullptr, }, - { - &jogmap_fmt, - "jogmap", - "Jogmap.de XML format", - "xml", - nullptr, - }, { &wintec_tes_fmt, "wintec_tes", diff --git a/xmldoc/chapters/garmin_icons.xml b/xmldoc/chapters/garmin_icons.xml index 6805a5887..174ec7386 100644 --- a/xmldoc/chapters/garmin_icons.xml +++ b/xmldoc/chapters/garmin_icons.xml @@ -8,12 +8,9 @@ These values are also used internally by the GDB - , - - BCR , and - PCX + BCR formats. diff --git a/xmldoc/chapters/preface.xml b/xmldoc/chapters/preface.xml index 917212aaa..695355d5f 100644 --- a/xmldoc/chapters/preface.xml +++ b/xmldoc/chapters/preface.xml @@ -20,7 +20,7 @@ You've collected a list of your favorite locations as waypoints and you'd like to be able to share them. Unfortunately, his copy of Garmin Mapsource won't read data created by your copy of - Magellan Mapsend DirectRoute + National Geographic Topo . What you need is a program that converts data between the two programs. GPSBabel actually solves that problem for you and much more... @@ -43,4 +43,4 @@ that it was easy to add new formats and made the program freely available. style mechanism. - \ No newline at end of file + diff --git a/xmldoc/formats/compegps.xml b/xmldoc/formats/compegps.xml deleted file mode 100644 index 25003424e..000000000 --- a/xmldoc/formats/compegps.xml +++ /dev/null @@ -1,16 +0,0 @@ - -CompeGPS data files are those read and written by the -CompeGPS TwoNav software (running on a Mac, a PC, -or on select cell phones) as well as CompeGPS Land, and CompeGPS Air. -These files are also used by the CompeGPS TwoNav Aventura and TwoNav Sportiva GPS receivers when they are in mass storage mode. - - - -Release 6.1 of CompeGPS Land and CompeGPS Air added GPX as an import export format for waypoints, routes, and tracks. As GPX is a more heavily used format, you should probably use that for new applications. - - - -For more information please see -http://www.compegps.com - - diff --git a/xmldoc/formats/g7towin.xml b/xmldoc/formats/g7towin.xml deleted file mode 100644 index db734eb4c..000000000 --- a/xmldoc/formats/g7towin.xml +++ /dev/null @@ -1,9 +0,0 @@ - - Like GPSBabel, G7ToWin is a program which allows uploading and - downloading information from several GPS devices (Garmin, Lowrance/Eagle, Magellan). - G7ToWin has its own data format, which is an enhanced format used in Gardown. - - - - This format can read both file types, G7ToWin (.g7t) and Gardown (.gdn). - diff --git a/xmldoc/formats/gopal.xml b/xmldoc/formats/gopal.xml deleted file mode 100644 index 49f73d072..000000000 --- a/xmldoc/formats/gopal.xml +++ /dev/null @@ -1,43 +0,0 @@ - - The gopal format is a track format written by the - GoPal Navigation program. - - - - The format of the file itself is quite simple: - - - Fileformat GoPal - TICK; TIME UTC; LONG; LAT; HEIGHT; SPEED km/h; FIX; HDOP; SAT - 3801444, 080558, 2.944362, 43.262117, 295.28, 0.12964, 2, 2.900000, 3 - - -Filenames are automatically created by the device as follows: - - trackYYYYMMDD_HHMMSS.trk - and/or, depending on software version and settings: - - A_YYYYMMDD_HHMMSS.trk - - with HHMMSS local time (not UTC!) - - -The file format lacks the correct date value for each trackpoint, so it has to be computed starting from the -date given in the filename. To handle files without a parsable date in the -name, the command line option 'date' is provided. - - -Conversions from gopal into any other format are a bit lossy concerning the first field of each line which looks like an useless time tick value -and is simply discarded while reading. If written, there will be a time_t value from the current (computed) timestamp. - - -Somewhere around Gopal 4.8 or 5.0, Electrobit added three more fields to the end of this format. They are, in order, date (which eliminates most of the silliness above), an unknown field, and a bearing. GPSBabel now reads the date and ignores the other two. We don't yet write these three fields for compatibility with earlier versions. - - - -Filtering out invalid data points is handled by the options 'clean', 'minspeed' and 'maxspeed'. -For each datapoint the speed needed to come the from the last valid point is -calculated and compared with the limits. -Thus one cat easily discard unreliable points. - - diff --git a/xmldoc/formats/gpsman.xml b/xmldoc/formats/gpsman.xml deleted file mode 100644 index b1b0a6ede..000000000 --- a/xmldoc/formats/gpsman.xml +++ /dev/null @@ -1,13 +0,0 @@ - - - - GPS Manager -can read and write formats GPSBabel doesn't understand. The format defaults -(WGS84, DDD) work reliably. Tracks, routes, and non-default format options -are not supported. - - - This format is documented at the GPS Manager - doc site. - - diff --git a/xmldoc/formats/gpsutil.xml b/xmldoc/formats/gpsutil.xml deleted file mode 100644 index d39bd8d79..000000000 --- a/xmldoc/formats/gpsutil.xml +++ /dev/null @@ -1,12 +0,0 @@ - - - - The format we call gpsutil is a simple file format used by a program that runs -on POSIX- compliant OSes like UNIX and Linux. Reads and writes of -this format are very reliable. (The lead -developer of GPSBabel also contributed to this that 'gpsutil' -the early days.) - - Note that 'gpsutil' is a different format - and program - than the one called GPS Utility; for that one, you should probably use our PCX module. - - diff --git a/xmldoc/formats/jogmap.xml b/xmldoc/formats/jogmap.xml deleted file mode 100644 index 0ce2666f5..000000000 --- a/xmldoc/formats/jogmap.xml +++ /dev/null @@ -1,3 +0,0 @@ - - This read-only format reads the XML marker files from Jogmap as tracks. Each "markers" entry is a new track with each "marker" entry being a trackpoint. - diff --git a/xmldoc/formats/jtr.xml b/xmldoc/formats/jtr.xml deleted file mode 100644 index 0d39be41e..000000000 --- a/xmldoc/formats/jtr.xml +++ /dev/null @@ -1,28 +0,0 @@ - - From the file format description: - - - The JTR file format is used by the Jelbert GeoTagger device to record - location information relating to where photographs have been taken. - One record entry is created for each press of the shutter on the - camera. - - - The JTR file format will be updated in the future so it is important to - check for the current version ID within the file that is present at the - beginning of each line of data. It is currently “GEOTAG2” - - - Each line of the JTR file currently starts with the word “GEOTAG2” - followed by a comma and then two NMEA sentences separated by a - comma character with a CR at the end. The $GPRMC (date, time and - position) data is followed by the $HCHDG (magnetic compass) data. - - - Although the $GPRMC data segment contains a compass bearing, this - should be ignored unless the $HCHDG compass direction is null which - can happen if the electronic compass is switched off. Use the magnetic - compass bearing in preference to the GPS derived compass. - The two NMEA checksums can be ignored for the time being. - - diff --git a/xmldoc/formats/maggeo.xml b/xmldoc/formats/maggeo.xml deleted file mode 100644 index 1ec14617e..000000000 --- a/xmldoc/formats/maggeo.xml +++ /dev/null @@ -1,19 +0,0 @@ - - This format supports the on-card format used by the - Magellan Explorist 400, - Explorist 500, Explorist 600, Explorist 210, and Explorist XL - to describe geocaches. Notice what while the format can - hold an infinite number of geocaches, the unit will read and silently - discard all but 200 geocache POIs at a time. - - You should name any file created with this format with a ".gs" extension - so the firmware can read it. - - - This format does support reading .gs files, but it's kind of a - pointless operation as the units can't create or edit these files. - Round-tripped data is lossy for all but the most trivial cases as - many fields are shortened or discarded on write. "Date last found" is - discarded on read as there are no logs stored on the device in which to - store the date last found. - diff --git a/xmldoc/formats/mapsend.xml b/xmldoc/formats/mapsend.xml deleted file mode 100644 index 853a3b7b9..000000000 --- a/xmldoc/formats/mapsend.xml +++ /dev/null @@ -1,9 +0,0 @@ - - This format supports the - Magellan - MapSend native file format. - - - Kudos to Magellan for having the foresight to document their file formats, - making software like this possible. - diff --git a/xmldoc/formats/nmn4.xml b/xmldoc/formats/nmn4.xml deleted file mode 100644 index 8442ccbd0..000000000 --- a/xmldoc/formats/nmn4.xml +++ /dev/null @@ -1,10 +0,0 @@ - - - - Support for Navigon Mobile Navigator route (.rte) files. -This is a very simple text format that only requires coordinates, but -has fields for many other things. We only write coordinates as fields -like 'city' and 'street' cannot typically be populated from other -formats. www.navigon.com - - diff --git a/xmldoc/formats/options/compegps-deficon.xml b/xmldoc/formats/options/compegps-deficon.xml deleted file mode 100644 index 959502d59..000000000 --- a/xmldoc/formats/options/compegps-deficon.xml +++ /dev/null @@ -1,3 +0,0 @@ - -This option specifies the default icon name on output. - diff --git a/xmldoc/formats/options/compegps-index.xml b/xmldoc/formats/options/compegps-index.xml deleted file mode 100644 index b82e931dd..000000000 --- a/xmldoc/formats/options/compegps-index.xml +++ /dev/null @@ -1,8 +0,0 @@ - -Because this format supports only one route or track, this option may be used -on output to select a single route or track from a collection of routes and -tracks read from a more expressive format. If you have, say, a -gpx file that contains two routes, you may -use this option to write them one at a time to individual files. - -gpsbabel -i gpx -f routes.gpx -o compegps,index=1 -F route1.txt -o compegps,index=2 -F route2.txt diff --git a/xmldoc/formats/options/compegps-radius.xml b/xmldoc/formats/options/compegps-radius.xml deleted file mode 100644 index de60e1a79..000000000 --- a/xmldoc/formats/options/compegps-radius.xml +++ /dev/null @@ -1,3 +0,0 @@ - -This option specifies the default proximity for waypoints and route points. - diff --git a/xmldoc/formats/options/compegps-snlen.xml b/xmldoc/formats/options/compegps-snlen.xml deleted file mode 100644 index 54248cfda..000000000 --- a/xmldoc/formats/options/compegps-snlen.xml +++ /dev/null @@ -1,4 +0,0 @@ - -This option specifies the default length for short names generated on output. -The default length is 16. - diff --git a/xmldoc/formats/options/garmin_gpi-alerts.xml b/xmldoc/formats/options/garmin_gpi-alerts.xml index e02e13c30..ec142121b 100644 --- a/xmldoc/formats/options/garmin_gpi-alerts.xml +++ b/xmldoc/formats/options/garmin_gpi-alerts.xml @@ -5,7 +5,7 @@ Proximity distance is also supported by GPX, Garmin GDB, OZI Explorer, - CompeGPS and Universal CSV. + and Universal CSV. diff --git a/xmldoc/formats/options/gopal-clean.xml b/xmldoc/formats/options/gopal-clean.xml deleted file mode 100644 index d0089f5eb..000000000 --- a/xmldoc/formats/options/gopal-clean.xml +++ /dev/null @@ -1,10 +0,0 @@ - - Specifying the flag makes the Gopal reader pass - over the data and discard data that is probably incorrect such as the - longitude and latitude of "0". - - - If you happen to be a boater or pilot off the south short of Ghana, - you may disagree that coordinates of "0, 0" are bad. - - diff --git a/xmldoc/formats/options/gopal-date.xml b/xmldoc/formats/options/gopal-date.xml deleted file mode 100644 index e3c6abdea..000000000 --- a/xmldoc/formats/options/gopal-date.xml +++ /dev/null @@ -1,3 +0,0 @@ - - This option is useful if you have tracks from Gopal that have been renamed. - diff --git a/xmldoc/formats/options/gopal-maxspeed.xml b/xmldoc/formats/options/gopal-maxspeed.xml deleted file mode 100644 index 06122fce4..000000000 --- a/xmldoc/formats/options/gopal-maxspeed.xml +++ /dev/null @@ -1,3 +0,0 @@ - - This is useful for removing wildly erroneous data from your recorded track. - diff --git a/xmldoc/formats/options/gopal-minspeed.xml b/xmldoc/formats/options/gopal-minspeed.xml deleted file mode 100644 index 13cf02035..000000000 --- a/xmldoc/formats/options/gopal-minspeed.xml +++ /dev/null @@ -1,3 +0,0 @@ - - If this is greater than zero, duplicate waypoints will be removed. - diff --git a/xmldoc/formats/options/mapsend-trkver.xml b/xmldoc/formats/options/mapsend-trkver.xml deleted file mode 100644 index 5e5421081..000000000 --- a/xmldoc/formats/options/mapsend-trkver.xml +++ /dev/null @@ -1,6 +0,0 @@ - -This option sets the MapSend version to generate TRK files, -since new MapSend versions can't open version 3 files. -Valid values are 3 (MapSend v3.0) or 4 (MapSend v4.0 and v4.1). - - diff --git a/xmldoc/formats/options/nmn4-index.xml b/xmldoc/formats/options/nmn4-index.xml deleted file mode 100644 index e5fa3f103..000000000 --- a/xmldoc/formats/options/nmn4-index.xml +++ /dev/null @@ -1,9 +0,0 @@ - -Because the format supports only one route, this option may be used -on output to select a single route from a collection of -routes read from a more expressive format. If you have, say, a -gpx file that contains two routes, you may -use this option to write them one at a time to individual files. - -gpsbabel -i gpx -f routes.gpx -o nmn4,index=1 -F route1.rte -o nmn4,index=2 -F route2.rte - diff --git a/xmldoc/formats/options/pcx-cartoexploreur.xml b/xmldoc/formats/options/pcx-cartoexploreur.xml deleted file mode 100644 index 17bc9721b..000000000 --- a/xmldoc/formats/options/pcx-cartoexploreur.xml +++ /dev/null @@ -1,4 +0,0 @@ - - Carto Exploreur requires a slightly incompatible variation of the PCX format -when written. Specifying this option on write tells us to create that strain of PCX. - diff --git a/xmldoc/formats/options/pcx-deficon.xml b/xmldoc/formats/options/pcx-deficon.xml deleted file mode 100644 index 50c507efb..000000000 --- a/xmldoc/formats/options/pcx-deficon.xml +++ /dev/null @@ -1,3 +0,0 @@ - - The deficon option is used to control the icon output when writing to this format. It overrides any icon information that might be present in the source data. - diff --git a/xmldoc/formats/options/stmsdf-index.xml b/xmldoc/formats/options/stmsdf-index.xml deleted file mode 100644 index 856048c0f..000000000 --- a/xmldoc/formats/options/stmsdf-index.xml +++ /dev/null @@ -1,15 +0,0 @@ - - Convert route number 'index' from source into sdf format. - - - We have a lot of more expressive formats that support more than one route. - At this place sdf files are limited to only one single route. With option index - you can specify which route from source should be converted. - - - Our default index is 1. - - - This example will convert route number two and three into separate sdf files: - - gpsbabel -i gdb -f routes.gdb -r -o stmsdf,index=2 -F route-one.sdf -r -o stmsdf,index=3 -F route-three.sdf diff --git a/xmldoc/formats/options/stmwpp-index.xml b/xmldoc/formats/options/stmwpp-index.xml deleted file mode 100644 index c43659c2f..000000000 --- a/xmldoc/formats/options/stmwpp-index.xml +++ /dev/null @@ -1,9 +0,0 @@ - -Because the format supports only one route or track, this option may be used -on output to select a single route or track from a collection of routes and -tracks read from a more expressive format. If you have, say, a -gpx file that contains three routes, you may -use this option to write them one at a time to individual files. - -gpsbabel -i gpx -f routes.gpx -o stmwpp,index=1 -F route1.txt -o stmwpp,index=2 -F route2.txt -o stmwpp,index=3 -F route3.txt - diff --git a/xmldoc/formats/options/tiger-genurl.xml b/xmldoc/formats/options/tiger-genurl.xml deleted file mode 100644 index d1ea87e62..000000000 --- a/xmldoc/formats/options/tiger-genurl.xml +++ /dev/null @@ -1,20 +0,0 @@ - -genurl is a convenience option for generating the scaling parameters -when accessing the Tiger servers. It will output the latitude, longitude, -height, and width parameters in a form suitable for use in the URL to generate -a map that will hold all the points to be displayed and is suitably scaled -and centered. - -For example: -gpsbabel -i geo -f geocaching.loc -o tiger,genurl=tiger.ctr -F tiger.dat - -may create tiger.ctr with - -lat=36.042108&lon=-86.877408&ht=0.161172&wid=0.591771&iwd=768&iht=768 - -After uploading tiger.dat to a public server, a request to - http://tiger.census.gov/cgi-bin/mapgen?murl=$THATFILE$(cat tiger.ctr) -will return a gif file from the tiger server that's suitably scaled. - - - diff --git a/xmldoc/formats/options/tiger-iconismarker.xml b/xmldoc/formats/options/tiger-iconismarker.xml deleted file mode 100644 index 899aed557..000000000 --- a/xmldoc/formats/options/tiger-iconismarker.xml +++ /dev/null @@ -1,4 +0,0 @@ - This options signifies that the icon in the incoming format is to be used -without change in the generated Tiger output file. Without this option, -GPSBabel tries to color pins based on their creation time and certain -Geocaching traits when available. diff --git a/xmldoc/formats/options/tiger-margin.xml b/xmldoc/formats/options/tiger-margin.xml deleted file mode 100644 index dd611fe05..000000000 --- a/xmldoc/formats/options/tiger-margin.xml +++ /dev/null @@ -1,7 +0,0 @@ -This option specifies a margin around the maps for the genurl options. -The margin may be specified in either decimal degrees or as a -percentage. - -This option is most useful for ensuring there is adequate space for -the label around the markers when generating automatically scaled maps. - diff --git a/xmldoc/formats/options/tiger-newmarker.xml b/xmldoc/formats/options/tiger-newmarker.xml deleted file mode 100644 index ec3af7c12..000000000 --- a/xmldoc/formats/options/tiger-newmarker.xml +++ /dev/null @@ -1,3 +0,0 @@ -This option specifies the pin to be used if a waypoint has a creation -time older than 'oldthresh' days. -The default is "greenpin". diff --git a/xmldoc/formats/options/tiger-nolabels.xml b/xmldoc/formats/options/tiger-nolabels.xml deleted file mode 100644 index 33ec2c1cb..000000000 --- a/xmldoc/formats/options/tiger-nolabels.xml +++ /dev/null @@ -1,3 +0,0 @@ -This option tells GPSBabel to not generate labels on the pins. If -this is true, the description of the incoming waypoints are ignored and not -placed on the pins. diff --git a/xmldoc/formats/options/tiger-oldmarker.xml b/xmldoc/formats/options/tiger-oldmarker.xml deleted file mode 100644 index abce81d92..000000000 --- a/xmldoc/formats/options/tiger-oldmarker.xml +++ /dev/null @@ -1,3 +0,0 @@ -This option specifies the pin to be used if a waypoint has a creation -time newer than 'oldthresh' days. -The default is "redpin". diff --git a/xmldoc/formats/options/tiger-oldthresh.xml b/xmldoc/formats/options/tiger-oldthresh.xml deleted file mode 100644 index 919026372..000000000 --- a/xmldoc/formats/options/tiger-oldthresh.xml +++ /dev/null @@ -1,5 +0,0 @@ -This options allows you to control the threshold in days between -whether a pin is considered "new" (and thus potentially governed by the -'newmarker' option) or "old" (and thus potentially governed by the -'oldmarker' option). - diff --git a/xmldoc/formats/options/tiger-snlen.xml b/xmldoc/formats/options/tiger-snlen.xml deleted file mode 100644 index ae39cd736..000000000 --- a/xmldoc/formats/options/tiger-snlen.xml +++ /dev/null @@ -1,5 +0,0 @@ - -The snlen option controls the maximum length of names generated by the '-s' -option. It's particularly useful in Tiger maps to avoid the amount of clutter -generated by potentially lengthy labels on the markers. - diff --git a/xmldoc/formats/options/tiger-suppresswhite.xml b/xmldoc/formats/options/tiger-suppresswhite.xml deleted file mode 100644 index 6576ef45c..000000000 --- a/xmldoc/formats/options/tiger-suppresswhite.xml +++ /dev/null @@ -1,4 +0,0 @@ - -When set, this options tells the '-s' smartname generator to not allow -any spaces in the labels generated for markers. - diff --git a/xmldoc/formats/options/tiger-unfoundmarker.xml b/xmldoc/formats/options/tiger-unfoundmarker.xml deleted file mode 100644 index d9ff51a33..000000000 --- a/xmldoc/formats/options/tiger-unfoundmarker.xml +++ /dev/null @@ -1,3 +0,0 @@ - - Specifies the icon type for unfound geocaches. Default is "bluepin". - diff --git a/xmldoc/formats/options/tiger-xpixels.xml b/xmldoc/formats/options/tiger-xpixels.xml deleted file mode 100644 index a857af3ed..000000000 --- a/xmldoc/formats/options/tiger-xpixels.xml +++ /dev/null @@ -1,3 +0,0 @@ -The xpixels argument lets you specify the number of pixels to be -generated by the Tiger server along the horizontal axis when using the -'genurl' option. diff --git a/xmldoc/formats/options/tiger-ypixels.xml b/xmldoc/formats/options/tiger-ypixels.xml deleted file mode 100644 index 846de24a4..000000000 --- a/xmldoc/formats/options/tiger-ypixels.xml +++ /dev/null @@ -1,4 +0,0 @@ -The ypixels argument lets you specify the number of pixels to be -generated by the Tiger server along the vertical axis when using the -'genurl' option. - diff --git a/xmldoc/formats/options/wfff-ahcicon.xml b/xmldoc/formats/options/wfff-ahcicon.xml deleted file mode 100644 index 35d45508d..000000000 --- a/xmldoc/formats/options/wfff-ahcicon.xml +++ /dev/null @@ -1,3 +0,0 @@ - -This options lets you specify an icon for an Ad-hoc, closed, waypoint. - diff --git a/xmldoc/formats/options/wfff-ahoicon.xml b/xmldoc/formats/options/wfff-ahoicon.xml deleted file mode 100644 index 5961bdc10..000000000 --- a/xmldoc/formats/options/wfff-ahoicon.xml +++ /dev/null @@ -1,4 +0,0 @@ - - -This options lets you specify an icon for an Ad-hoc, open, waypoint. - diff --git a/xmldoc/formats/options/wfff-aicicon.xml b/xmldoc/formats/options/wfff-aicicon.xml deleted file mode 100644 index 4fe063f52..000000000 --- a/xmldoc/formats/options/wfff-aicicon.xml +++ /dev/null @@ -1,3 +0,0 @@ - -This option lets you specify an icon for infrastructure closed points. - diff --git a/xmldoc/formats/options/wfff-aioicon.xml b/xmldoc/formats/options/wfff-aioicon.xml deleted file mode 100644 index 9bba54594..000000000 --- a/xmldoc/formats/options/wfff-aioicon.xml +++ /dev/null @@ -1,4 +0,0 @@ - - -This option lets you specify an icon for infrastructure open points. - diff --git a/xmldoc/formats/options/wfff-snmac.xml b/xmldoc/formats/options/wfff-snmac.xml deleted file mode 100644 index d8ad46984..000000000 --- a/xmldoc/formats/options/wfff-snmac.xml +++ /dev/null @@ -1,3 +0,0 @@ - - This options lets you specify that the shortname of the waypoint is the MAC address. - diff --git a/xmldoc/formats/options/yahoo-addrsep.xml b/xmldoc/formats/options/yahoo-addrsep.xml deleted file mode 100644 index 249ca3cb4..000000000 --- a/xmldoc/formats/options/yahoo-addrsep.xml +++ /dev/null @@ -1,9 +0,0 @@ - -This option specifies the string GPSBabel should use to separate the parts -of the street address. Since most other formats supported by GPSBabel do -not support street addresses, the street address fields from the Yahoo file -are concatenated into the waypoint "notes" field. - - -The default value for this option is a comma followed by a space (", "). - diff --git a/xmldoc/formats/pcx.xml b/xmldoc/formats/pcx.xml deleted file mode 100644 index 1c13e16e6..000000000 --- a/xmldoc/formats/pcx.xml +++ /dev/null @@ -1,13 +0,0 @@ - Garmin documents only PCX5, an older format limited to -the lame NMEA six-character waypoint names that's treated as a -second-class citizen in current versions of MapSource. In Mapsource, -use file->import to read these files. If you name the files *.wpt, -Mapsource will find them more easily. - - In general, you should prefer the "mapsource" file format -to this one. - - This format has been extended to handle many - but not all - - files from GPS Utility. If you encounter something that GPSBabel does not handle well, use -the free version of GPSUtil to read it and save as something more common. - diff --git a/xmldoc/formats/pocketfms_bc.xml b/xmldoc/formats/pocketfms_bc.xml deleted file mode 100644 index c54e3f3f8..000000000 --- a/xmldoc/formats/pocketfms_bc.xml +++ /dev/null @@ -1,6 +0,0 @@ - - This format provides support for binary breadcrumb files from PocketFMS. The default filename is GPS followed by the timestamp with no file extension. - - - PocketFMS breadcrumbs files contain track information. That is latitude, longitude, altitude, speed, course, variation, separation, GPS error, fix type and timestamp. With exception of separation all info get processed by GPSBabel in both in and out direction. - diff --git a/xmldoc/formats/pocketfms_fp.xml b/xmldoc/formats/pocketfms_fp.xml deleted file mode 100644 index 4371864c2..000000000 --- a/xmldoc/formats/pocketfms_fp.xml +++ /dev/null @@ -1,9 +0,0 @@ - - This format provides support for XML flightplans from PocketFMS. - - - PocketFMS XML flightplans contain route and waypoint information and much more flight planning info as airspaces, aircraft performance, fuel management etc. This format cannot be read by PocketFMS. Hence GPSBabel supports only input of route and waypoint information. - - - The PocketFMS flightplan converter take into account the -w waypoint flag. If set then additional waypoints are stored to the route point and path information. - diff --git a/xmldoc/formats/pocketfms_wp.xml b/xmldoc/formats/pocketfms_wp.xml deleted file mode 100644 index 4f11e6d24..000000000 --- a/xmldoc/formats/pocketfms_wp.xml +++ /dev/null @@ -1,6 +0,0 @@ - - This format provides support for the PocketFMS user waypoints text file. - - - PocketFMS waypoint text files contain one waypoint per line. Any waypoint has name, latitude and longitude, separated by space. Latitude and longitude are either decimal degrees or degrees°minutes'seconds'' triples. For details see the PocketFMS help file. You can find more information at the PocketFMS forum. - diff --git a/xmldoc/formats/skyforce.xml b/xmldoc/formats/skyforce.xml deleted file mode 100644 index 8a7581625..000000000 --- a/xmldoc/formats/skyforce.xml +++ /dev/null @@ -1,13 +0,0 @@ - - This format provides support for ascii files from Skyforce PC interface for  - Skymap IIIC, Skymap II (Version 4) and KMD 150. Our module was developed - from their interface description. - - - Each kind of our basic GPS data (waypoints, routes, and tracks) is - stored in a separate file. Therefore you need three steps to - convert a complex format like GPX or GDB into skyforce. - - gpsbabel -i gpx -f file.gpx -o skyforce -w -F waypoints.txt -r -F routes.txt -t -F tracks.txt - - diff --git a/xmldoc/formats/stmsdf.xml b/xmldoc/formats/stmsdf.xml deleted file mode 100644 index 0fb27403e..000000000 --- a/xmldoc/formats/stmsdf.xml +++ /dev/null @@ -1,21 +0,0 @@ - - This format supports the .sdf files from the Suunto product family - 'Suunto Trek Manager', 'Suunto Ski Manager' and 'Suunto Sail Manager'. - The contents of the sdf file depends on the used product and can - be one route or one track. That's why when you want to use sdf on the - output side you have to use the - -r OR the -t option. This will tell - GPSBabel which type of data should be written. - - - Currently we can read the following file types: - - 4 = M9 TrackLog - 5 = Route - 28 = X9 TrackLog - - - gpsbabel -i gpx -f some-routes.gpx -r -o stmsdf,index=3 -F single-route.sdf - - Suunto Website - diff --git a/xmldoc/formats/stmwpp.xml b/xmldoc/formats/stmwpp.xml deleted file mode 100644 index e7129e7db..000000000 --- a/xmldoc/formats/stmwpp.xml +++ /dev/null @@ -1,10 +0,0 @@ - -This format supports the Suunto Trek Manager (STM) WaypointPlus format. -This is a simple format with coordinates and a time stamp. Route points -also have a short name. A single file may only contain one route or one -track. - - -Suunto Website - - diff --git a/xmldoc/formats/tiger.xml b/xmldoc/formats/tiger.xml deleted file mode 100644 index 0a736c0d2..000000000 --- a/xmldoc/formats/tiger.xml +++ /dev/null @@ -1,9 +0,0 @@ - - - - The U.S. Census Bureau provides online mapping facilities. -This format is described at: tiger.census.gov. -Do notice that this format is not the actual Tiger line mapping -records, but rather the interface to their online mapping -program. - diff --git a/xmldoc/formats/vidaone.xml b/xmldoc/formats/vidaone.xml deleted file mode 100644 index 8cf1447a6..000000000 --- a/xmldoc/formats/vidaone.xml +++ /dev/null @@ -1,7 +0,0 @@ - - This format supports the VidaOne GPS for pocket PC GPB file type. - - - This is have a very simple binary format which stores only the coordinates - in the tracklog (.gpb) files. - diff --git a/xmldoc/formats/vitosmt.xml b/xmldoc/formats/vitosmt.xml deleted file mode 100644 index 31b80dd4f..000000000 --- a/xmldoc/formats/vitosmt.xml +++ /dev/null @@ -1,10 +0,0 @@ - - - - Vito Navigator II is a Pocket PC GPS application. This -format reads a Vito Navigator II .SMT track file and can work in -either waypoint or track mode. The speed, heading and Dilution of -Position data is written in the notes field. - Support for writing .SMT tracks is very experimental and -may crash VitoNavigator II on the Pocket PC. - diff --git a/xmldoc/formats/vitovtt.xml b/xmldoc/formats/vitovtt.xml deleted file mode 100644 index 097cbee99..000000000 --- a/xmldoc/formats/vitovtt.xml +++ /dev/null @@ -1,117 +0,0 @@ - - This format reads the binary (.vtt) track logs recorded by - - VITO SmartMap for Nokia Series 60 - 1.0, a GPS application for smartphones connected to - NMEA 0183-compatible Bluetooth GPS receivers. It may work - with .vtt files produced by versions of VITO SmartMap - for other platforms. - - - - This format was reverse engineered from a .vtt file. - Currently, the coordinates, altitude, and time are - available for each point recorded in a track. - The course speed and heading fields have been identified, - but the units are not certain and so those fields are ignored. - The rest of the entry has not yet been decoded. The format - uses little-endian byte ordering. The application displays - metric units by default. Time is UTC. - - - - Vito SmartMap track file header (8 bytes) - - - - Position - Field info - - - - - bytes 0-3 - Probably a version field. Int value is 3 in sample file. - - - bytes 4-7 - Number of points in file as int. - - - -
- - - Vito SmartMap track point (32 bytes) - - - - Position - Field info - - - - - bytes 0-3 - Decimal latitude multiplied by 20000000 as int. - - - bytes 4-7 - Decimal longitude multiplied by 10000000 as int. - - - bytes 8-11 - Altitude in meters as float. - - - bytes 12-13 - Year, with century, as int. - - - byte 14 - Month, ranging 1-12. - - - byte 15 - Day of month, ranging 1-31. - - - byte 16 - Hour, ranging 0-23. - - - byte 17 - Minute, ranging 0-59. - - - bytes 18-21 - Decimal second multiplied by 30000000 as int. - - - bytes 22-25 - - Probably speed in meters per second as float. - Ranges 0-~3 in file, seems reasonable since sample - file was acquired on foot. - - - - bytes 26-27 - - Probably decimal heading multiplied by something. - Ranges between min and max values possible when - decoded as integer. Doesn't change when speed field is 0. - Doesn't change smoothly, jumps around a bit. - - - - bytes 28-31 - - Status field of some kind. Changes only twice in file. - May contain satellite count or PDOP info, as both are - reported by the application's GUI. - - - - -
diff --git a/xmldoc/formats/vpl.xml b/xmldoc/formats/vpl.xml deleted file mode 100644 index b3d8f8ced..000000000 --- a/xmldoc/formats/vpl.xml +++ /dev/null @@ -1,42 +0,0 @@ - - This is the log format output by factory-installed Honda/Acura (Alpine) Navigation Systems - in (at least) 2006 models and newer. (Though I've seen indirect data that says that Acura - nav systems at least as far back as 2004 use it too) - - - This format is definitely known to work with the following model cars specifically: - - - - 2006 Honda Civic Hybrid - - - - Logging may be enabled by simultaneously holding down the MAP/GUIDE, MENU, and CANCEL - buttons for 3-5 seconds, then selecting "Functional Setup", "Log Data". A PCMCIA card - must be inserted into the system (behind the Nav LCD) for logging to work. (The system - can read MP3/WMA files on this card and will also write logs to it. Generally, a - PCMCIA to CF or PCMCIA to SD adapter is used with a corresponding CF/SD card) With - logging successfully set up, the system will create a directory named "VPlog" off the - root of the card. Inside this directory, files will be created with names corresponding - to the date and time of engine start, in GMT. (YYMMDD_HHMM.vpl) - - - The VPL format contains quite a bit of data, much of which remains undecoded. This format - currently reads only lat/lon, altitude, speed, heading, date/time, visible sats, HDOP and - VDOP. - - - Generally, the layout of the format seems similar to NMEA, with discrete sentences - containing different fields of data, followed by a 1-byte XOR'd checksum. Some sentences - are generated only once per engine start, others every few seconds, many every second, - and a few on the order of five and in one case, up to twenty five times per second. All data in - the file is written in ASCII; most of it simply as hexadecimal characters. Most - fields are fixed width, though a few can be variable. (Those that are variable - have a field count as the first field after their sentence identifier) Currently, - only the '75'-sentence is processed (and only about 70% of it), though this provides all - the data necessary for position information. - - Some fields in other sentences have been decoded, but they are not currently processed. - Information on the data in these fields can be found in vpl.c. - diff --git a/xmldoc/formats/wfff.xml b/xmldoc/formats/wfff.xml deleted file mode 100644 index ac5ebaf1f..000000000 --- a/xmldoc/formats/wfff.xml +++ /dev/null @@ -1,7 +0,0 @@ - - - - WFFF is the export format for Aspecto Software's WiFiFoFum 2.0 for Windows Mobile PCs. - It is a simple XML format that is read-only to GPSBabel and stores information about a WiFi stumbling session. - All WiFi-specific elements are written in the description field, similar to the netstumbler format. - diff --git a/xmldoc/formats/yahoo.xml b/xmldoc/formats/yahoo.xml deleted file mode 100644 index af379358d..000000000 --- a/xmldoc/formats/yahoo.xml +++ /dev/null @@ -1,7 +0,0 @@ - -This format reads output from the -Yahoo geocoding API. -This feature of GPSBabel makes it easy to get geocoded results from -Yahoo into your favorite mapping program, GPS receiver, or other format. - -