Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/akhenakh/ws2
- Owner: akhenakh
- License: mit
- Created: 2018-08-28T11:24:41.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2024-02-24T02:04:37.000Z (9 months ago)
- Last Synced: 2024-10-31T23:42:19.411Z (7 days ago)
- Language: JavaScript
- Size: 7.14 MB
- Stars: 29
- Watchers: 3
- Forks: 27
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)