Michael Cohen
Michael Cohen
If it is helpful, when I try load the same geotiff at app.geotiff.io. The console logs: > Error: Unknown compression method identifier: 32946
Hi Daniel, thanks a lot for the publishing the new version. unfortunatley it didn't help. I figured out the issue is actually a bad build of the georaster dependecy. Had...
The issue only occured with minified georaster and geoblaze
You guys may want to check out this repo https://github.com/jasonraimondi/typescript-oauth2-server
This is happening to me using .74
Currently moved from html-to-image because of the unexpected results. Using html2canvas with this fix: https://github.com/niklasvh/html2canvas/issues/2829#issuecomment-1043784608 Getting image via canvas.toDataURL('image/jpeg').
To get this working with vite you can try this vite.config.ts: ```typescript import { defineConfig } from 'vite' import react from '@vitejs/plugin-react' // https://vitejs.dev/config/ export default defineConfig({ resolve: { alias:...