geotiff.js icon indicating copy to clipboard operation
geotiff.js copied to clipboard

TypeError: Failed to fetch

Open pinky2070500 opened this issue 2 years ago • 2 comments

I'm getting the following error when trying to put a GeoTIFF image on the map page. Although I followed the instructions. Please help me image

below is my code idw () { const url = "http://gsnc.local/projects/gsnc/storage/raster/home/idw_muivi_wgs84_1653559785.tif"; var layer = L.leafletGeotiff(url).addTo(this.map); },

I use vue + leaflet to build WebGIS

pinky2070500 avatar May 26 '22 10:05 pinky2070500

image

pinky2070500 avatar May 26 '22 11:05 pinky2070500

I met the same error.

gaowqspace avatar Jan 13 '24 07:01 gaowqspace