This app lets you view GeoTIFF DEM files in 3D.
It's different from other apps because it uses geotiff-geokeys-to-proj4 which allows to support almost any projection which other apps doesn't do (for now). In fact, this app is demo for that library.
cd
to the source root and run npm run build
.
Serve the build
directory using your favorite HTTP server.
There're a couple of reasons why I did it:
- To pass a subject.
- To try React.
- To provide an example and a demo for geotiff-geokeys-to-proj4.