Skip to content

Latest commit

 

History

History
32 lines (20 loc) · 899 Bytes

readme.md

File metadata and controls

32 lines (20 loc) · 899 Bytes

VersaTiles Styles (FKA Stylemaker)

Programatically generate StyleJSON for VersaTiles.

Example: Colorful Style

Styles

  • Colorful - A colorful, full featured map
  • Eclipse - A dark basemap
  • Neutrino - A light basemap
  • Empty - An empty boilerplate style

Generate Styles

npm run build

Edit Styles

  • Style definitions in styles/*.json
  • Layer definition in lib/layers.js
  • Style template in lib/template.json

Licenses

Notes

Pushing to main automatically rebuilds and updates styles.tar.gz in the latest release.
Updating version in package.json automatically creates a new release.