# mvt-cruncher
**Repository Path**: mirrors_mapbox/mvt-cruncher
## Basic Information
- **Project Name**: mvt-cruncher
- **Description**: web browser based MVT to SVG converter
- **Primary Language**: Unknown
- **License**: Not specified
- **Default Branch**: master
- **Homepage**: None
- **GVP Project**: No
## Statistics
- **Stars**: 0
- **Forks**: 0
- **Created**: 2020-08-09
- **Last Updated**: 2025-11-22
## Categories & Tags
**Categories**: Uncategorized
**Tags**: None
## README
DEMO
## Web browser based 'drag-n-drop' MVT to SVG converter
### Requirements
* emscripten SDK (https://kripken.github.io/emscripten-site/docs/getting_started/downloads.html)
* boost >= 1.64 (http://www.boost.org/)
* variant (https://github.com/mapbox/variant)
* geometry.hpp (https://github.com/mapbox/geometry.hpp)
* protozero (https://github.com/mapbox/protozero)
* vtzero (https://github.com/mapbox/vtzero)
### Building
Edit `Jamroot` to match your setup and then :
* `source `
* `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