Skip to content

go-spatial/fresco

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

71 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

fresco

Fresco is an open source Mapbox Vector Tile Style editor that allows cartographers to craft stylesheets for use with Mapbox GL maps. Unlike other style editors, Fresco does not attempt to hide the complexity of Mapbox GL Styles but rather exposes an interactive JSON code editor to allow for maximum control and flexibility. This allows the user to implement more complex styles concepts like data driven styles with expressions. When using Fresco, it may be helpful to have the Mapbox Style Spec available as a reference.

Styles created and modified with Fresco are saved to the browser's local storage and are auto-saved on changes.

Give it a try: https://fresco.gospatial.org/

map editing screen shot

Features

  • Interactive JSON code editor.
  • Style editor for Mapbox GL styles.
  • Mapbox GL layer style expression editor.
  • Auto save on changes.
  • Styles persisted to local storage (in the browser).
  • Mapbox GL style error parser. Displays the error at the error location in the style.
  • Integrated Mapbox GL style spec attributes (info on style fields).
  • Custom domain header configurations. Useful for domains which require Authorization headers.

Usage

Fresco may be used in the browser by visiting https://fresco.gospatial.org/ or by downloading a pre compiled binary from the releases page.

Running from source

Fresco is built on top of React. To run Freco from source use the following steps:

  1. Download the latest version of Node.js
  2. Clone this repository to your computer
  3. Navigate to this repo on your computer
  4. Run npm install
  5. To startup, run npm start - Fresco should open in a browser window

Contributing

Contributions are welcome! Fork the repo and send in a PR with any bug fixes or features.

Looking for a vector tile server?

If you're looking to create vector tiles that can be styled with Fresco, check out tegola!

About

An open source vector tile style editor

Resources

License

Stars

Watchers

Forks

Sponsor this project

 

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •