Skip to content

v0.2.52..v0.2.53 changeset fgdbMultiLayerTranslationAssistantTest.sh

Garret Voltz edited this page Feb 12, 2020 · 1 revision
diff --git a/test-files/cmd/slow/fgdbMultiLayerTranslationAssistantTest.sh b/test-files/cmd/slow/fgdbMultiLayerTranslationAssistantTest.sh
index 26f37ee..2a42c64 100755
--- a/test-files/cmd/slow/fgdbMultiLayerTranslationAssistantTest.sh
+++ b/test-files/cmd/slow/fgdbMultiLayerTranslationAssistantTest.sh
@@ -10,6 +10,6 @@ rm -rf $TA_OUT/caligdb.gdb
 ogr2ogr -f FileGDB -mapFieldType Integer64=Integer $TA_OUT/caligdb.gdb $TA_IN/calizip/cali-test.shp
 ogr2ogr -f FileGDB -mapFieldType Integer64=Integer -append $TA_OUT/caligdb.gdb $TA_IN/calizip/cali-fake-points.shp
 
-hoot convert --warn -D merge.nearby.nodes.distance=1.0 -D schema.translation.script=$TA_IN/$TA_FILE-translation.js $TA_OUT/$TA_FILE.gdb $TA_OUT/$TA_FILE.osm
+hoot convert --warn -D duplicate.node.remover.distance.threshold=1.0 -D schema.translation.script=$TA_IN/$TA_FILE-translation.js $TA_OUT/$TA_FILE.gdb $TA_OUT/$TA_FILE.osm
 hoot diff --ignore-uuid $TA_OUT/$TA_FILE.osm $TA_IN/$TA_FILE.osm
 
Clone this wiki locally