ubukawa / charites

It is an application to style vector tiles easily

Home Page:https://unvt.github.io/charites/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Charites

All Contributors

An easy, intuitive, and efficient command-line tool for writing vector map styles compatible with the Mapbox and MapLibre Style Specification in YAML. With YAML format's readability, JSON compiler, linter, and live style viewer on a local browser, you can simplify your map styling workflow.

In Greek mythology, the Charites are the three goddesses of charm, beauty, and human creativity. They are believed to have been worshipped not only by artists but also by those who aspired to technology to infuse them with a creative spirit.

Features

  • Initiate a project from scratch, or convert an existing style.json file to generate YAML style files.
  • Write styles in a simple YAML format.
  • Divide groups of layers in to multiple files for better readability and mantainability. !!inc/file <relative-path-to-the-file>
  • Use variables like $backgroundColor and $waterColor to style effectively.
  • Compile YAML to a single style.json file, with a format linter.
  • Use --provider mapbox to validate your style against Mapbox GL JS v2.x
  • Run charites serve <source> to preview your style live while you make changes in a browser.

Documentation

Documentation is available here.

Contributing

see CONTRIBUTING.md

License

MIT

Contributors ✨

Thanks goes to these wonderful people (emoji key):


Geolonia

πŸ’»

Naoki Ohashi

πŸ’»

UBUKAWA Taro

πŸ’»

Takayuki Miyauchi

πŸ’»

Jin Igarashi

πŸ’»

Taro Matsuzawa aka. btm

πŸ’»

Shinichi Nishikawa

πŸ“–

yuiseki

πŸ’»

This project follows the all-contributors specification. Contributions of any kind welcome!

About

It is an application to style vector tiles easily

https://unvt.github.io/charites/

License:MIT License


Languages

Language:TypeScript 86.2%Language:JavaScript 8.1%Language:HTML 4.4%Language:Dockerfile 0.9%Language:CSS 0.3%