MVT Styler

MVT Styler is an editor of vector styles for interactive maps.

Style specification developed by ©MapBox: Mapbox GL Style

Quick Start

Make sure you have sqlite3 installed on your system.

Get code at https://github.com/sputnik-maps/mvt-styler

git clone https://github.com/sputnik-maps/mvt-styler.git

Build project

./install.sh

Running Application

./run.sh

For UI-development cycle

./dev.sh

Uninstalling NPM modules

./uninstall.sh

Building fonts

Copy fonts files to ./fonts folder. Then:

cd fonts
npm install
./build.sh

That’s it!