Today i tried to render a generated map with your map renderer.
But i always get the following error:
Uncaught (in promise) Error: Unknown data type: name=dtm.raw, type=image/x-panasonic-rw
at e.DtmHandler.handle (dtm-handler.ts:51:13)
at index.ts:150:57
at file-handler.ts:50:55
at Array.map (<anonymous>)
at e.FileHandler.processFiles (file-handler.ts:50:37)
at async throttled-invoker.ts:9:11
After a quick look into dtm-handler.ts:51 it looks like, that for some reason my browser detects the dtm.raw file with mime type image/x-panasonic-rw which is not a valid option for the dtm-handler.
Tested this with Google Chrome 106.0.5249.61, Chromium 105.0.5195.125 and Opera 91.0.4516.20 (Chrome 105.0.0.0) always running on ubuntu 22.04.
Today i tried to render a generated map with your map renderer.
But i always get the following error:
After a quick look into dtm-handler.ts:51 it looks like, that for some reason my browser detects the
dtm.raw
file with mime typeimage/x-panasonic-rw
which is not a valid option for thedtm-handler
.Tested this with Google Chrome 106.0.5249.61, Chromium 105.0.5195.125 and Opera 91.0.4516.20 (Chrome 105.0.0.0) always running on ubuntu 22.04.