Skip to content

Commit

Permalink
feat(tile-converter): add convertion status dump file (#2858)
Browse files Browse the repository at this point in the history
  • Loading branch information
maxkuznetsov-actionengine authored Jan 24, 2024
1 parent 78d9c19 commit 452d00a
Show file tree
Hide file tree
Showing 9 changed files with 553 additions and 23 deletions.
1 change: 1 addition & 0 deletions modules/tile-converter/src/constants.ts
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
export const BROWSER_ERROR_MESSAGE =
'Tile converter does not work in browser, only in node js environment';
export const DUMP_FILE_SUFFIX = '.dump.json';
Loading

0 comments on commit 452d00a

Please sign in to comment.