Skip to content

Commit

Permalink
Merge pull request #23 from jfoclpf/master
Browse files Browse the repository at this point in the history
Finally, after #21, updating the URL of the TIF to this own repo
  • Loading branch information
DanielJDufour authored May 19, 2024
2 parents c67f9a6 + 994d357 commit ac97f5b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/elevation.html
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
attribution: '&copy; <a href="http://www.openstreetmap.org/copyright">OpenStreetMap</a>'
}).addTo(map)

var url_to_geotiff_file = "https://contabo.joaopimentel.com/img/tif/1106.tif"
var url_to_geotiff_file = "geoTIFF/Lisbon_Elevation.tif"

fetch(url_to_geotiff_file)
.then(res => res.arrayBuffer())
Expand Down

0 comments on commit ac97f5b

Please sign in to comment.