Skip to content

Commit

Permalink
kill xmap, xmap2006. (GPSBabel#758)
Browse files Browse the repository at this point in the history
* kill xmap, xmap2006.

* dprecate obsolete readme.
  • Loading branch information
tsteven4 authored Nov 8, 2021
1 parent 6593293 commit 0beebdd
Show file tree
Hide file tree
Showing 18 changed files with 152 additions and 308 deletions.
File renamed without changes.
75 changes: 1 addition & 74 deletions internal_styles.cc
Original file line number Diff line number Diff line change
Expand Up @@ -1385,80 +1385,7 @@ static char tomtom_itn_places[] =
"IFIELD SHORTNAME, \"\", \"%s\"\n"
"IFIELD CONSTANT, \"2\", \"%s\"\n"
;
static char xmap[] =
"# gpsbabel XCSV style file\n"
"#\n"
"# Format: DeLorme Xmap Conduit\n"
"# Author: Alex Mottram\n"
"# Date: 12/09/2002\n"
"#\n"
"#\n"
"# As defined in csv.c/xmap\n"
"#\n"

"DESCRIPTION DeLorme XMap HH Native .WPT\n"
"EXTENSION wpt\n"

"#\n"
"# FILE LAYOUT DEFINITIIONS:\n"
"#\n"
"FIELD_DELIMITER COMMASPACE\n"
"RECORD_DELIMITER NEWLINE\n"
"BADCHARS COMMA\n"

"PROLOGUE BEGIN SYMBOL\n"
"EPILOGUE END\n"
"#\n"
"# INDIVIDUAL DATA FIELDS, IN ORDER OF APPEARANCE:\n"
"#\n"
"IFIELD LAT_HUMAN_READABLE, \"\", \"%08.5f\"\n"
"IFIELD LON_HUMAN_READABLE, \"\", \"%08.5f\"\n"
"IFIELD DESCRIPTION, \"\", \"%s\"\n"

"OFIELD LAT_DECIMAL, \"\", \"%08.5f\"\n"
"OFIELD LON_DECIMAL, \"\", \"%08.5f\"\n"
"OFIELD DESCRIPTION, \"\", \"%s\"\n"
;
static char xmap2006[] =
"# gpsbabel XCSV style file\n"
"#\n"
"# Format: DeLorme Xmap/Street Atlas Handheld 2006 Conduit\n"
"# Author: Pasha Phares\n"
"# Date: 5/5/2006\n"
"#\n"
"# Amazingly, 2006 won't read the \"COMMASPACE\" that we used in\n"
"# in Xmap prior to this and versions before 2006 won't read files\n"
"# separated by only a comma.\n"
"#\n"

"DESCRIPTION DeLorme XMap/SAHH 2006 Native .TXT\n"
"EXTENSION txt\n"

"#\n"
"# FILE LAYOUT DEFINITIIONS:\n"
"#\n"
"FIELD_DELIMITER COMMA\n"
"RECORD_DELIMITER NEWLINE\n"
"BADCHARS COMMA\n"

"PROLOGUE BEGIN SYMBOL\n"
"EPILOGUE END\n"
"#\n"
"# INDIVIDUAL DATA FIELDS, IN ORDER OF APPEARANCE:\n"
"#\n"
"IFIELD LAT_HUMAN_READABLE, \"\", \"%.12g\"\n"
"IFIELD LON_HUMAN_READABLE, \"\", \"%.12g\"\n"
"IFIELD SHORTNAME, \"\", \"%s\"\n"

"OFIELD LAT_DECIMAL, \"\", \"%.12g\"\n"
"OFIELD LON_DECIMAL, \"\", \"%.12g\"\n"
"OFIELD SHORTNAME, \"\", \"%s\"\n"




;
const QVector<style_vecs_t> style_list = {{ "xmap2006", xmap2006 }, { "xmap", xmap }, { "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_vecs_t> 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 }};
#else /* CSVFMTS_ENABLED */
const QVector<style_vecs_t> style_list;
#endif /* CSVFMTS_ENABLED */
203 changes: 101 additions & 102 deletions reference/arcdist_input.txt

Large diffs are not rendered by default.

21 changes: 10 additions & 11 deletions reference/arcdist_output.txt
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
BEGIN SYMBOL
41.14415, -85.14415, Historic Iron Bridges by Genoist (1/2 of TeamSJ1) Locationless (Reverse) Cache (1/1)
41.15900, -85.15418, Craftily Concealed Containers by Warm Fuzzies Multi-Cache (4/2)
41.10757, -85.13087, Swonderful by Genoist and The Zymurgist Traditional Cache (2/5)
41.10417, -85.15167, Clue by Warm Fuzzies Multi-Cache (3.5/2)
41.10823, -85.16212, Son of Pez by Enos Shenk Traditional Cache (1.5/1.5)
41.09278, -85.14073, Urbana #3: Dodgy Deals by Enos Shenk Traditional Cache (2.5/1.5)
41.08748, -85.13762, A King's Ransom by Team ABC and The GeoStars Team Traditional Cache (1.5/1)
41.08427, -85.13597, Urbana #4: The City She Loves Me by Enos Shenk & Athena Traditional Cache (3.5/2)
41.06353, -85.13400, Sky High by Enos Shenk Virtual Cache (1/3)
END
No,Latitude,Longitude,Name
1,41.144150,-85.144150,"Historic Iron Bridges by Genoist (1/2 of TeamSJ1) Locationless (Reverse) Cache (1/1)"
2,41.159000,-85.154180,"Craftily Concealed Containers by Warm Fuzzies Multi-Cache (4/2)"
3,41.107570,-85.130870,"Swonderful by Genoist and The Zymurgist Traditional Cache (2/5)"
4,41.104170,-85.151670,"Clue by Warm Fuzzies Multi-Cache (3.5/2)"
5,41.108230,-85.162120,"Son of Pez by Enos Shenk Traditional Cache (1.5/1.5)"
6,41.092780,-85.140730,"Urbana #3: Dodgy Deals by Enos Shenk Traditional Cache (2.5/1.5)"
7,41.087480,-85.137620,"A King's Ransom by Team ABC and The GeoStars Team Traditional Cache (1.5/1)"
8,41.084270,-85.135970,"Urbana #4: The City She Loves Me by Enos Shenk & Athena Traditional Cache (3.5/2)"
9,41.063530,-85.134000,"Sky High by Enos Shenk Virtual Cache (1/3)"
2 changes: 0 additions & 2 deletions reference/format0.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,6 @@ iblue757 csv Data Logger iBlue757 csv
gpl gpl DeLorme GPL
saplus DeLorme Street Atlas Plus
saroute anr DeLorme Street Atlas Route
xmap wpt DeLorme XMap HH Native .WPT
xmap2006 txt DeLorme XMap/SAHH 2006 Native .TXT
destinator_itn dat Destinator Itineraries (.dat)
destinator_poi dat Destinator Points of Interest (.dat)
destinator_trl dat Destinator TrackLogs (.dat)
Expand Down
2 changes: 0 additions & 2 deletions reference/format1.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,6 @@ file iblue757 csv Data Logger iBlue757 csv
file gpl gpl DeLorme GPL
file saplus DeLorme Street Atlas Plus
file saroute anr DeLorme Street Atlas Route
file xmap wpt DeLorme XMap HH Native .WPT
file xmap2006 txt DeLorme XMap/SAHH 2006 Native .TXT
file destinator_itn dat Destinator Itineraries (.dat)
file destinator_poi dat Destinator Points of Interest (.dat)
file destinator_trl dat Destinator TrackLogs (.dat)
Expand Down
2 changes: 0 additions & 2 deletions reference/format2.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,6 @@ file --rw-- iblue757 csv Data Logger iBlue757 csv
file --rw-- gpl gpl DeLorme GPL
file rw---- saplus DeLorme Street Atlas Plus
file --r--- saroute anr DeLorme Street Atlas Route
file rw---- xmap wpt DeLorme XMap HH Native .WPT
file rw---- xmap2006 txt DeLorme XMap/SAHH 2006 Native .TXT
file ----rw destinator_itn dat Destinator Itineraries (.dat)
file rw---- destinator_poi dat Destinator Points of Interest (.dat)
file --rw-- destinator_trl dat Destinator TrackLogs (.dat)
Expand Down
32 changes: 0 additions & 32 deletions reference/format3.txt
Original file line number Diff line number Diff line change
Expand Up @@ -158,38 +158,6 @@ option saroute controls Read control points as waypoint/route/none string none

option saroute times Synthesize track times boolean https://www.gpsbabel.org/WEB_DOC_DIR/fmt_saroute.html#fmt_saroute_o_times

file rw---- xmap wpt DeLorme XMap HH Native .WPT xcsv
https://www.gpsbabel.org/WEB_DOC_DIR/fmt_xmap.html
option xmap snlen Max synthesized shortname length integer 1 https://www.gpsbabel.org/WEB_DOC_DIR/fmt_xmap.html#fmt_xmap_o_snlen

option xmap snwhite Allow whitespace synth. shortnames boolean https://www.gpsbabel.org/WEB_DOC_DIR/fmt_xmap.html#fmt_xmap_o_snwhite

option xmap snupper UPPERCASE synth. shortnames boolean https://www.gpsbabel.org/WEB_DOC_DIR/fmt_xmap.html#fmt_xmap_o_snupper

option xmap snunique Make synth. shortnames unique boolean https://www.gpsbabel.org/WEB_DOC_DIR/fmt_xmap.html#fmt_xmap_o_snunique

option xmap urlbase Basename prepended to URL on output string https://www.gpsbabel.org/WEB_DOC_DIR/fmt_xmap.html#fmt_xmap_o_urlbase

option xmap prefer_shortnames Use shortname instead of description boolean https://www.gpsbabel.org/WEB_DOC_DIR/fmt_xmap.html#fmt_xmap_o_prefer_shortnames

option xmap datum GPS datum (def. WGS 84) string https://www.gpsbabel.org/WEB_DOC_DIR/fmt_xmap.html#fmt_xmap_o_datum

file rw---- xmap2006 txt DeLorme XMap/SAHH 2006 Native .TXT xcsv
https://www.gpsbabel.org/WEB_DOC_DIR/fmt_xmap2006.html
option xmap2006 snlen Max synthesized shortname length integer 1 https://www.gpsbabel.org/WEB_DOC_DIR/fmt_xmap2006.html#fmt_xmap2006_o_snlen

option xmap2006 snwhite Allow whitespace synth. shortnames boolean https://www.gpsbabel.org/WEB_DOC_DIR/fmt_xmap2006.html#fmt_xmap2006_o_snwhite

option xmap2006 snupper UPPERCASE synth. shortnames boolean https://www.gpsbabel.org/WEB_DOC_DIR/fmt_xmap2006.html#fmt_xmap2006_o_snupper

option xmap2006 snunique Make synth. shortnames unique boolean https://www.gpsbabel.org/WEB_DOC_DIR/fmt_xmap2006.html#fmt_xmap2006_o_snunique

option xmap2006 urlbase Basename prepended to URL on output string https://www.gpsbabel.org/WEB_DOC_DIR/fmt_xmap2006.html#fmt_xmap2006_o_urlbase

option xmap2006 prefer_shortnames Use shortname instead of description boolean https://www.gpsbabel.org/WEB_DOC_DIR/fmt_xmap2006.html#fmt_xmap2006_o_prefer_shortnames

option xmap2006 datum GPS datum (def. WGS 84) string https://www.gpsbabel.org/WEB_DOC_DIR/fmt_xmap2006.html#fmt_xmap2006_o_datum

file ----rw destinator_itn dat Destinator Itineraries (.dat) destinator_itn
https://www.gpsbabel.org/WEB_DOC_DIR/fmt_destinator_itn.html
file rw---- destinator_poi dat Destinator Points of Interest (.dat) destinator_poi
Expand Down
16 changes: 0 additions & 16 deletions reference/help.txt
Original file line number Diff line number Diff line change
Expand Up @@ -87,22 +87,6 @@ File Types (-i and -o options):
split (0/1) Split into multiple routes at turns
controls Read control points as waypoint/route/none
times (0/1) Synthesize track times
xmap DeLorme XMap HH Native .WPT
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)
xmap2006 DeLorme XMap/SAHH 2006 Native .TXT
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)
destinator_itn Destinator Itineraries (.dat)
destinator_poi Destinator Points of Interest (.dat)
destinator_trl Destinator TrackLogs (.dat)
Expand Down
73 changes: 36 additions & 37 deletions reference/polygon_output.txt
Original file line number Diff line number Diff line change
@@ -1,37 +1,36 @@
BEGIN SYMBOL
41.14703, -85.11092, N.E.R.D. by Enos Shenk Unknown Cache (3/3)
41.13940, -85.10142, Fallen Timbers by TeamMJ Traditional Cache (2/2)
41.14415, -85.14415, Historic Iron Bridges by Genoist (1/2 of TeamSJ1) Locationless (Reverse) Cache (1/1)
41.12890, -85.11163, Mastadon Trek 2 by Genoist and Dogvetusa Traditional Cache (2/2)
41.16413, -85.14688, NYC Trail by VistaAL Traditional Cache (1/1.5)
41.15900, -85.15418, Craftily Concealed Containers by Warm Fuzzies Multi-Cache (4/2)
41.12210, -85.11097, Land of Lost Auto Parts by Genoist and The Zymurgist Traditional Cache (1/5)
41.17732, -85.15117, The Farm by AParks1569 Traditional Cache (1.5/1.5)
41.10757, -85.13087, Swonderful by Genoist and The Zymurgist Traditional Cache (2/5)
41.12733, -85.06728, Dr. Mengerson I Preserve by Genoist Traditional Cache (2/2)
41.10417, -85.15167, Clue by Warm Fuzzies Multi-Cache (3.5/2)
41.10823, -85.16212, Son of Pez by Enos Shenk Traditional Cache (1.5/1.5)
41.09278, -85.14073, Urbana #3: Dodgy Deals by Enos Shenk Traditional Cache (2.5/1.5)
41.09258, -85.09258, Secret Squirrels by Enos Shenk & Panic! Unknown Cache (4/1)
41.08748, -85.13762, A King's Ransom by Team ABC and The GeoStars Team Traditional Cache (1.5/1)
41.08427, -85.13597, Urbana #4: The City She Loves Me by Enos Shenk & Athena Traditional Cache (3.5/2)
41.08582, -85.07230, Caribbean Cache by Genoist and Dogvetusa Traditional Cache (3/2)
41.08190, -85.17180, Earthling Vector Luna- 2nd Phase by Earthling and Heavenbound Traditional Cache (1/1.5)
41.08400, -85.05387, Earthling Vector Sol by Earthling & Heavenbound Traditional Cache (1.5/1.5)
41.20673, -85.03985, The Sarsaparilla Cache by Cashconnect Traditional Cache (2/1.5)
41.06353, -85.13400, Sky High by Enos Shenk Virtual Cache (1/3)
41.09880, -85.21725, We Support Our Troops by Genoist and The Zymurgist Traditional Cache (2/2.5)
41.06950, -85.19750, Shortwave by Warm Fuzzies Unknown Cache (4/2.5)
41.06255, -85.04757, Starfall by Enos Shenk Traditional Cache (2/2.5)
41.07482, -85.01957, Fly Like an Eagle by Team SJ1 Traditional Cache (2/2)
41.04714, -85.16617, Perfectly Perplexing Puzzles by Warm Fuzzies Multi-Cache (5/3.5)
41.07197, -85.01863, Arrow Haven (2/4) by Genoist Traditional Cache (2/2.5)
41.07183, -85.01850, Heat Death (3/4) by Genoist Traditional Cache (2/3)
41.06827, -85.01655, Abbadon by Genoist Traditional Cache (1.5/4)
41.01503, -85.13290, Earthling Vector Pluto by Earthling & Heavenbound Traditional Cache (1/1.5)
41.26535, -84.98950, Outstanding In Its Field Cache by kwbach Traditional Cache (2/2)
41.00470, -85.05742, Earthling Vector Perelandra by Earthling & Heavenbound Multi-Cache (4/1.5)
41.04247, -85.27570, KWAANTINAKAANI by Northmill Jo-Jo Beans and E-Bone Letterbox Hybrid (2/1)
41.01760, -85.25190, Earthling Vector Terra by Earthling & Heavenbound Traditional Cache (1.5/2.5)
40.97610, -85.22277, 47520 Feet by kidCraZy Traditional Cache (1/1.5)
END
No,Latitude,Longitude,Name
1,41.147030,-85.110920,"N.E.R.D. by Enos Shenk Unknown Cache (3/3)"
2,41.139400,-85.101420,"Fallen Timbers by TeamMJ Traditional Cache (2/2)"
3,41.144150,-85.144150,"Historic Iron Bridges by Genoist (1/2 of TeamSJ1) Locationless (Reverse) Cache (1/1)"
4,41.128900,-85.111630,"Mastadon Trek 2 by Genoist and Dogvetusa Traditional Cache (2/2)"
5,41.164130,-85.146880,"NYC Trail by VistaAL Traditional Cache (1/1.5)"
6,41.159000,-85.154180,"Craftily Concealed Containers by Warm Fuzzies Multi-Cache (4/2)"
7,41.122100,-85.110970,"Land of Lost Auto Parts by Genoist and The Zymurgist Traditional Cache (1/5)"
8,41.177320,-85.151170,"The Farm by AParks1569 Traditional Cache (1.5/1.5)"
9,41.107570,-85.130870,"Swonderful by Genoist and The Zymurgist Traditional Cache (2/5)"
10,41.127330,-85.067280,"Dr. Mengerson I Preserve by Genoist Traditional Cache (2/2)"
11,41.104170,-85.151670,"Clue by Warm Fuzzies Multi-Cache (3.5/2)"
12,41.108230,-85.162120,"Son of Pez by Enos Shenk Traditional Cache (1.5/1.5)"
13,41.092780,-85.140730,"Urbana #3: Dodgy Deals by Enos Shenk Traditional Cache (2.5/1.5)"
14,41.092580,-85.092580,"Secret Squirrels by Enos Shenk & Panic! Unknown Cache (4/1)"
15,41.087480,-85.137620,"A King's Ransom by Team ABC and The GeoStars Team Traditional Cache (1.5/1)"
16,41.084270,-85.135970,"Urbana #4: The City She Loves Me by Enos Shenk & Athena Traditional Cache (3.5/2)"
17,41.085820,-85.072300,"Caribbean Cache by Genoist and Dogvetusa Traditional Cache (3/2)"
18,41.081900,-85.171800,"Earthling Vector Luna- 2nd Phase by Earthling and Heavenbound Traditional Cache (1/1.5)"
19,41.084000,-85.053870,"Earthling Vector Sol by Earthling & Heavenbound Traditional Cache (1.5/1.5)"
20,41.206730,-85.039850,"The Sarsaparilla Cache by Cashconnect Traditional Cache (2/1.5)"
21,41.063530,-85.134000,"Sky High by Enos Shenk Virtual Cache (1/3)"
22,41.098800,-85.217250,"We Support Our Troops by Genoist and The Zymurgist Traditional Cache (2/2.5)"
23,41.069500,-85.197500,"Shortwave by Warm Fuzzies Unknown Cache (4/2.5)"
24,41.062550,-85.047570,"Starfall by Enos Shenk Traditional Cache (2/2.5)"
25,41.074820,-85.019570,"Fly Like an Eagle by Team SJ1 Traditional Cache (2/2)"
26,41.047140,-85.166170,"Perfectly Perplexing Puzzles by Warm Fuzzies Multi-Cache (5/3.5)"
27,41.071970,-85.018630,"Arrow Haven (2/4) by Genoist Traditional Cache (2/2.5)"
28,41.071830,-85.018500,"Heat Death (3/4) by Genoist Traditional Cache (2/3)"
29,41.068270,-85.016550,"Abbadon by Genoist Traditional Cache (1.5/4)"
30,41.015030,-85.132900,"Earthling Vector Pluto by Earthling & Heavenbound Traditional Cache (1/1.5)"
31,41.265350,-84.989500,"Outstanding In Its Field Cache by kwbach Traditional Cache (2/2)"
32,41.004700,-85.057420,"Earthling Vector Perelandra by Earthling & Heavenbound Multi-Cache (4/1.5)"
33,41.042470,-85.275700,"KWAANTINAKAANI by Northmill Jo-Jo Beans and E-Bone Letterbox Hybrid (2/1)"
34,41.017600,-85.251900,"Earthling Vector Terra by Earthling & Heavenbound Traditional Cache (1.5/2.5)"
35,40.976100,-85.222770,"47520 Feet by kidCraZy Traditional Cache (1/1.5)"
4 changes: 0 additions & 4 deletions reference/xmap

This file was deleted.

File renamed without changes.
File renamed without changes.
4 changes: 2 additions & 2 deletions testo.d/arc.test
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
# Arc Distance filter
#
rm -f ${TMPDIR}/arcdist.txt
gpsbabel -i xmap -f ${REFERENCE}/arcdist_input.txt \
gpsbabel -i unicsv -f ${REFERENCE}/arcdist_input.txt \
-x arc,file=${REFERENCE}/arcdist_arc.txt,distance=1 \
-o xmap -F ${TMPDIR}/arcdist.txt
-o unicsv -F ${TMPDIR}/arcdist.txt
compare ${REFERENCE}/arcdist_output.txt ${TMPDIR}/arcdist.txt

File renamed without changes.
4 changes: 2 additions & 2 deletions testo.d/polygon.test
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
# Polygon filter
#
rm -f ${TMPDIR}/polygon.txt
gpsbabel -i xmap -f ${REFERENCE}/arcdist_input.txt \
gpsbabel -i unicsv -f ${REFERENCE}/arcdist_input.txt \
-x polygon,file=${REFERENCE}/polygon_allencty.txt \
-o xmap -F ${TMPDIR}/polygon.txt
-o unicsv -F ${TMPDIR}/polygon.txt
compare ${REFERENCE}/polygon_output.txt ${TMPDIR}/polygon.txt

10 changes: 0 additions & 10 deletions xmldoc/formats/xmap.xml

This file was deleted.

12 changes: 0 additions & 12 deletions xmldoc/formats/xmap2006.xml

This file was deleted.

0 comments on commit 0beebdd

Please sign in to comment.