Skip to content

v0.2.52..v0.2.53 changeset BadMatchPairTest.sh

Garret Voltz edited this page Feb 12, 2020 · 1 revision
diff --git a/test-files/cmd/slow/BadMatchPairTest.sh b/test-files/cmd/slow/BadMatchPairTest.sh
index 8b1bfec..004ef81 100755
--- a/test-files/cmd/slow/BadMatchPairTest.sh
+++ b/test-files/cmd/slow/BadMatchPairTest.sh
@@ -9,5 +9,5 @@ set -e
 mkdir -p $HOOT_HOME/tmp/
 mkdir -p test-output/cmd/slow/BadMatchPairTest
 
-hoot conflate --error -D match.creators="hoot::BuildingMatchCreator;hoot::ScriptMatchCreator,PoiGeneric.js;hoot::NetworkMatchCreator;hoot::ScriptMatchCreator,LinearWaterway.js;hoot::PoiPolygonMatchCreator;hoot::ScriptMatchCreator,Area.js" -D merger.creators="hoot::BuildingMergerCreator;hoot::ScriptMergerCreator;hoot::NetworkMergerCreator;hoot::ScriptMergerCreator;hoot::PoiPolygonMergerCreator;hoot::ScriptMergerCreator" -D conflate.match.highway.classifier="hoot::HighwayExpertClassifier" -D way.subline.matcher="hoot::MaximalSublineMatcher" -D rubber.sheet.minimum.ties=4 -D rubber.sheet.ref=true -D uuid.helper.repeatable=true test-files/cmd/slow/BadMatchPairTest/MapEditBandug-cropped-1.osm test-files/cmd/slow/BadMatchPairTest/OSMmap-cropped-1.osm test-output/cmd/slow/BadMatchPairTest/output.osm
+hoot conflate --error -D match.creators="hoot::BuildingMatchCreator;hoot::ScriptMatchCreator,Poi.js;hoot::NetworkMatchCreator;hoot::ScriptMatchCreator,River.js;hoot::PoiPolygonMatchCreator;hoot::ScriptMatchCreator,Area.js" -D merger.creators="hoot::BuildingMergerCreator;hoot::ScriptMergerCreator;hoot::NetworkMergerCreator;hoot::ScriptMergerCreator;hoot::PoiPolygonMergerCreator;hoot::ScriptMergerCreator" -D conflate.match.highway.classifier="hoot::HighwayExpertClassifier" -D way.subline.matcher="hoot::MaximalSublineMatcher" -D rubber.sheet.minimum.ties=4 -D rubber.sheet.ref=true -D uuid.helper.repeatable=true test-files/cmd/slow/BadMatchPairTest/MapEditBandug-cropped-1.osm test-files/cmd/slow/BadMatchPairTest/OSMmap-cropped-1.osm test-output/cmd/slow/BadMatchPairTest/output.osm
 
Clone this wiki locally