Load GeoTiff from Blob #13189 #13703

This commit is contained in:
Matthias Mohr
2022-06-01 23:13:05 +02:00
parent 28b99b30a8
commit c2fc1f85bf
6 changed files with 70 additions and 5 deletions

View File

@@ -9,7 +9,7 @@
function fetchResource(resource) {
return new Promise(function (resolve, reject) {
const isImage = /\.(png|jpe?g|gif|tiff|svg|kmz)$/.test(resource);
const isImage = /\.(png|jpe?g|gif|tiff?|svg|kmz)$/.test(resource);
if (isImage) {
resolve ({
isBinary: true,