Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit a2009e6

Browse files
committedJun 3, 2025
add mbtiles target
1 parent 15ea5eb commit a2009e6

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed
 

‎packages/cli-vector/src/cli/cli.join.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -146,6 +146,8 @@ export const JoinCommand = command({
146146
if (isArgo()) {
147147
const target = new URL(`topographic/${CliId}/${args.filename}.tar.co`, bucketPath);
148148
await fsa.write(fsa.toUrl('/tmp/target'), JSON.stringify([target]));
149+
const mbTilesTarget = new URL(`topographic/${CliId}/${args.filename}.mbtiles`, bucketPath);
150+
await fsa.write(fsa.toUrl('/tmp/mbTilesTarget'), JSON.stringify([mbTilesTarget]));
149151
}
150152
},
151153
});

0 commit comments

Comments
 (0)
Please sign in to comment.