Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/akhenakh/ws2

An S2 coverer map written in Go with Wasm
https://github.com/akhenakh/ws2

Last synced: about 11 hours ago
JSON representation

An S2 coverer map written in Go with Wasm

Awesome Lists containing this project

README

        

WS2
---

WS2 is simple debug tool to display [S2 covering](https://s2geometry.io/) on a map.

It does not rely on any backend servers since it's using Wasm to run go code in the browser.

You can run it from your computer:

```
make serve
```

Or look at the [demo](https://s2.inair.space)

## License
License is MIT, it includes som js components: [Leaflet.FileLayer](https://github.com/makinacorpus/Leaflet.FileLayer) and [togeojson](https://github.com/mapbox/togeojson)