Skip to content

v0.2.54..v0.2.55 changeset RubberSheetConflateTest.sh

Garret Voltz edited this page Aug 14, 2020 · 1 revision
diff --git a/test-files/cmd/glacial/RubberSheetConflateTest.sh b/test-files/cmd/glacial/RubberSheetConflateTest.sh
index ab26a8a..58966aa 100755
--- a/test-files/cmd/glacial/RubberSheetConflateTest.sh
+++ b/test-files/cmd/glacial/RubberSheetConflateTest.sh
@@ -5,7 +5,7 @@ set -e
 
 mkdir -p test-output/cmd/glacial/RubberSheetConflateTest
 
-hoot conflate -C Testing.conf -C UnifyingAlgorithm.conf -C ReferenceConflation.conf -D uuid.helper.repeatable=true -D conflate.pre.ops=hoot::RubberSheet -D "rubber.sheet.ref=true" -D "rubber.sheet.minimum.ties=10" -D "unify.optimizer.time.limit=30" test-files/DcGisRoads.osm test-files/DcTigerRoads.osm test-output/cmd/glacial/RubberSheetConflateTest/output.osm
+hoot conflate -C Testing.conf -C UnifyingAlgorithm.conf -C ReferenceConflation.conf -D match.creators=hoot::HighwayMatchCreator -D merger.creators=hoot::HighwayMergerCreator -D uuid.helper.repeatable=true -D conflate.pre.ops=hoot::RubberSheet -D "rubber.sheet.ref=true" -D "rubber.sheet.minimum.ties=10" -D "unify.optimizer.time.limit=30" test-files/DcGisRoads.osm test-files/DcTigerRoads.osm test-output/cmd/glacial/RubberSheetConflateTest/output.osm
 
 hoot diff -C Testing.conf test-output/cmd/glacial/RubberSheetConflateTest/output.osm test-files/cmd/glacial/RubberSheetConflateTest/output.osm ||
 (echo "You should run: diff test-output/cmd/glacial/RubberSheetConflateTest/output.osm test-files/cmd/glacial/RubberSheetConflateTest/output.osm" ;\
Clone this wiki locally