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

https://github.com/eniehack/shape-viewer-wasm

toy shape file viewer for learning ESRI shape file structures
https://github.com/eniehack/shape-viewer-wasm

rust shapefile sveltekit wasm

Last synced: 5 months ago
JSON representation

toy shape file viewer for learning ESRI shape file structures

Awesome Lists containing this project

README

          

## build

### wasm

1. install wasm-pack
1. `cd shp-parser && cargo install`
1. `wasm-pack build --target web --out-dir ../frontend/src/lib/wasm`

### frontend

1. build wasm
2. `pnpm run build`