Skip to content

Commit 408bac6

Browse files
committed
fix local geotiff path
1 parent 621461e commit 408bac6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/fixtures/integration/config.intergration.geotiff_package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
{ "name": "Roads", "filter": ["has", "highway"] },
77
{ "name": "Buildings", "filter": ["has", "building"] }
88
],
9-
"imagery": "../drone.tif",
9+
"imagery": "integration-tif/drone.tif",
1010
"background_ratio": 1,
1111
"ml_type": "classification"
1212
}

0 commit comments

Comments
 (0)