geotiff.js
geotiff.js copied to clipboard
TypeError: Failed to fetch
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
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
I met the same error.