An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

# @cogeotiff/web

Example web interface using leaflet and [@cogeotiff](https://github.com/blacha/cogeotiff) to render cogs directly

![](./images/layering-example.png)

## 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
```