add geotiffJS library full git

This commit is contained in:
JS 2023-10-29 22:27:19 +01:00
parent 2e27417fc5
commit aef672986a
62 changed files with 21999 additions and 0 deletions

View file

@ -0,0 +1,11 @@
<html>
<head>
</head>
<body>
<div id="canvases"></div>
<select id="bands"></select>
<script src="../dist-browser/geotiff.js"></script>
<script src="./dev.js"></script>
<script src="lib/plotty.min.js"></script>
</body>
</html>