Skip to content
This repository was archived by the owner on Nov 5, 2019. It is now read-only.

pyfisch/colorful-map

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors