/colorful-map

Render MVT map tiles as SVG fragments. Rust to ASM.js demo.

Primary LanguageRust

colorful-map

Online demo: https://pyfisch.org/stuff/colorful-map/

First clone the repository. Emscripten needs to be installed.

Building and running colerful-map:

$ cargo build --target asmjs-unknown-emscripten --release
$ cp target/asmjs-unknown-emscripten/release/colorful-map.js web/
$ cd web
$ python3 -m http.server

Go to http://localhost:8000 in your favourite browser and try the map!

Links