Merge pull request #202 from protomaps/cloudflare-native-decompress

Revert cloudflare decompression to own function
This commit is contained in:
Brandon Liu
2023-06-22 14:25:10 +08:00
committed by GitHub
5 changed files with 29 additions and 13 deletions

View File

@@ -39,7 +39,7 @@ export const tile_path = (
export const tileJSON = (
header: Header,
metadata: unknown,
metadata: any,
hostname: string,
tileset_name: string
) => {