═══════════════════════════════════════════════════════════════ Tile Decompression Test ═══════════════════════════════════════════════════════════════ Fetching tile z=4, x=2, y=15... Raw tile size: 1,892,927 bytes First 32 bytes (hex): ae051aed686a0f8cff90dacb17550e466af38eb3029266c5881bbfe945a5ebeb First 32 bytes (ASCII): hjUFjfňE Test 1: GZIP decompression ✗ No GZIP signature (first 2 bytes: ae05) ✗ GZIP decompression failed Test 2: Check if raw data is WebP ✗ Not raw WebP Test 3: Check if raw data is PNG ✗ Not raw PNG Test 4: Check if raw data is JPEG ✗ Not raw JPEG Test 5: Check PMTiles header info Tile Type: 127 Tile Compression: 0 Raw tile data saved to: /tmp/test_tile_raw.bin Run these commands to inspect: file /tmp/test_tile_raw.bin hexdump -C /tmp/test_tile_raw.bin | head -20 xxd /tmp/test_tile_raw.bin | head -20 ═══════════════════════════════════════════════════════════════ CONCLUSION: Could not identify tile format. Data may be corrupted or in an unsupported format. ═══════════════════════════════════════════════════════════════