Skip to content

v0.2.54..v0.2.55 changeset ServiceNodeDensityTilesCmdTest.sh

Garret Voltz edited this page Aug 14, 2020 · 1 revision
diff --git a/test-files/cmd/slow/serial/ServiceNodeDensityTilesCmdTest.sh b/test-files/cmd/slow/serial/ServiceNodeDensityTilesCmdTest.sh
index 70dd502..1075a20 100755
--- a/test-files/cmd/slow/serial/ServiceNodeDensityTilesCmdTest.sh
+++ b/test-files/cmd/slow/serial/ServiceNodeDensityTilesCmdTest.sh
@@ -20,7 +20,7 @@ CONFIG="-C Testing.conf"
 scripts/database/CleanAndInitializeOsmApiDb.sh
 hoot convert --warn $CONFIG -D api.db.email=test@test.com -D changeset.user.id=1 -D apidb.bulk.inserter.validate.data=true test-files/DcGisRoads.osm $OSM_API_DB_URL
 hoot convert --warn $CONFIG -D hootapi.db.writer.overwrite.map=true -D hootapi.db.writer.create.user=true -D api.db.email=test@test.com test-files/DcTigerRoads.osm $HOOT_DB_URL"/DcTigerRoads"
-hoot node-density-tiles --warn $CONFIG -D api.db.email=test@test.com -D convert.bounding.box="-77.04856,38.8855,-77.0292,38.899" $OSM_API_DB_URL";"$HOOT_DB_URL"/DcTigerRoads" $OUTPUT_DIR/output-cropped.geojson 1000 0.001
+hoot node-density-tiles --warn $CONFIG -D api.db.email=test@test.com -D convert.bounding.box="-77.04856,38.8855,-77.0292,38.899" $OSM_API_DB_URL";"$HOOT_DB_URL"/DcTigerRoads" $OUTPUT_DIR/output-cropped.geojson --maxNodeCountPerTile 1000
 hoot diff $CONFIG $GOLD_FILES_DIR/output-cropped.geojson $OUTPUT_DIR/output-cropped.geojson
 
 # Clean up the map from the database
Clone this wiki locally