https://github.com/blacha/cogeotiff-web
Example browser based COG viewer using @cogeotiff/core
https://github.com/blacha/cogeotiff-web
Last synced: 4 months ago
JSON representation
Example browser based COG viewer using @cogeotiff/core
- Host: GitHub
- URL: https://github.com/blacha/cogeotiff-web
- Owner: blacha
- Created: 2022-11-08T09:26:53.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2022-11-08T09:31:31.000Z (almost 3 years ago)
- Last Synced: 2025-03-04T07:42:20.420Z (8 months ago)
- Language: TypeScript
- Size: 663 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
Awesome Lists containing this project
README
# @cogeotiff/web
Example web interface using leaflet and [@cogeotiff](https://github.com/blacha/cogeotiff) to render cogs directly

## Developing
To run this locally the following commands can be used
```bash
yarn # install deps
yarn build # build the typescript into javascript
yarn bundle # use esbuild to make a single dist/index.js
serve . # Use a http server to serve index.html + dist/index.js
open localhost:3000
```