Skip to content

v0.2.48..v0.2.49 changeset fgdbMultiLayerTranslationAssistantTest.sh

Garret Voltz edited this page Oct 2, 2019 · 1 revision
diff --git a/test-files/cmd/slow/fgdbMultiLayerTranslationAssistantTest.sh b/test-files/cmd/slow/fgdbMultiLayerTranslationAssistantTest.sh
index c8e6620..26f37ee 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 schema.translation.script=$TA_IN/$TA_FILE-translation.js $TA_OUT/$TA_FILE.gdb $TA_OUT/$TA_FILE.osm
+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 diff --ignore-uuid $TA_OUT/$TA_FILE.osm $TA_IN/$TA_FILE.osm
 
Clone this wiki locally