GeoTIFF / geotiff.io

Static website for viewing and analyzing GeoTIFF's in the browser
https://app.geotiff.io
MIT License
113 stars 25 forks source link

Load File Even if CORS Not Supported with CORS-ANYWHERE? #238

Open DanielJDufour opened 5 years ago

DanielJDufour commented 5 years ago

Is your feature request related to a problem? Please describe.

Can't load file from url if CORS not enabled

Describe the solution you'd like

If can't fetch file, use https://cors-anywhere.herokuapp.com/

Describe alternatives you've considered

Could spin up our own cors-anywhere application for GeoTIFF?? Or find geo people who want to go in on supporting a free service. Or maybe just give monthly donation to cors-anywhere based on expected usage??

Additional context

Need to double check and make sure cors-anywhere would be cool with this.

DanielJDufour commented 5 years ago

Came up with idea after seeing it done in https://observablehq.com/@toja/shaded-relief

image

DanielJDufour commented 5 years ago

Dude, @sdpeyton check this out!