/mvt-cruncher

web browser based MVT to SVG converter

Primary LanguageC++

DEMO

Web browser based 'drag-n-drop' MVT to SVG converter

Requirements

Building

Edit Jamroot to match your setup and then :

  • source <path-to-emsdk_env.sh>
  • b2 toolset=emscripten release

Running

  • Copy *.js and *.wasm files into html directory
  • Start web server busybox httpd -f -p 8000
  • Open http://localhost:8000/html/mvt2svg.html in a browser