using a blob with open layer. error : "Invalid byte order value"

35 views Asked by At

my use of openlayer is on an image and not on the world map. with open layer version 9, I need to upload images (upload file) and include it in open layer.

for this, I convert the file into Blob format because open layer requires it (I can't find any other techniques).

the problem is that I still get an error message "Invalid byte order value"

I attached the stackblitz with the error

stackblitz

0

There are 0 answers