Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://sputnik-maps.github.io/mvt-styler/
Vector Style Editor
https://sputnik-maps.github.io/mvt-styler/
Last synced: 25 days ago
JSON representation
Vector Style Editor
- Host: GitHub
- URL: https://sputnik-maps.github.io/mvt-styler/
- Owner: sputnik-maps
- License: mit
- Created: 2016-12-07T14:02:14.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2017-09-14T09:01:14.000Z (about 7 years ago)
- Last Synced: 2024-08-03T19:08:49.581Z (4 months ago)
- Language: JavaScript
- Homepage:
- Size: 678 KB
- Stars: 36
- Watchers: 6
- Forks: 10
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Authors: AUTHORS
Awesome Lists containing this project
- awesome-vector-tiles - MVT Styler - map style editor for vector tiles. (Applications / Command line tools)
README
## Quick Start
Make sure you have sqlite3 installed on your system.
## Build project
```bash
./install.sh
```## Running Application
```bash
./run.sh
```For UI-development cycle
```bash
./dev.sh
```
## Uninstalling NPM nodules
```bash
./uninstall.sh
```## Building fonts
Copy fonts files to ./fonts folder. Then:
```bashcd fonts
npm install
./build.sh```
That's it!