Skip to content
forked from unvt/charites

It is an application to style vector tiles easily

License

Notifications You must be signed in to change notification settings

champierre/charites

 
 

Repository files navigation

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 84.1%
  • JavaScript 8.9%
  • HTML 4.6%
  • CSS 1.3%
  • Dockerfile 1.1%