You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
An open source vector map style editor utilizing Mapbox GL.
3
2
4
-
[Try it](https://fresco.netlify.com/)
3
+
Fresco is an open source [Mapbox Vector Tile Style](https://docs.mapbox.com/mapbox-gl-js/style-spec) editor that allows cartographers to craft stylesheets for use with [Mapbox GL](https://docs.mapbox.com/mapbox-gl-js/api/) 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](https://docs.mapbox.com/help/tutorials/mapbox-gl-js-expressions/). When using Fresco, it may be helpful to have the [Mapbox Style Spec](https://docs.mapbox.com/mapbox-gl-js/style-spec/) available as a reference.
4
+
5
+
Styles created and modified with Fresco are saved to the browser's local storage and are auto-saved on changes.
6
+
7
+
Give it a try: [https://fresco.gospatial.org/](https://fresco.gospatial.org/)
- Custom domain header configurations. Useful for domains which require `Authorization` headers.
21
+
22
+
## Usage
13
23
14
-
## Installation
24
+
Fresco may be used in the browser by visiting [https://fresco.gospatial.org/](https://fresco.gospatial.org/) or by downloading a pre compiled binary from the [releases](https://github.com/go-spatial/fresco/releases) page.
25
+
26
+
## Running from source
27
+
28
+
Fresco is built on top of React. To run Freco from source use the following steps:
15
29
16
30
1. Download the latest version of [Node.js](https://nodejs.org/en/download/)
17
31
2. Clone this repository to your computer
18
32
3. Navigate to this repo on your computer
19
33
4. Run `npm install`
20
34
5. To startup, run `npm start` - Fresco should open in a browser window
0 commit comments