diff --git a/README.md b/README.md index 812114e..25a122c 100644 --- a/README.md +++ b/README.md @@ -7,8 +7,6 @@ targeted at developers and map designers. Creating your own custom map is easy w *Mapital is an early prototype and is under development*. -![Demo showing interactive feedback](demo.gif) - ## Reasons for building a Mapbox GL Style Editor Mapbox GL is one of the biggest innovations the GIS world and is the first cross platform framework to display maps on the [browser](https://github.com/mapbox/mapbox-gl-js), [mobile applications and the desktop](https://github.com/mapbox/mapbox-gl-native). Maps are styled using a JSON style document with properties described in the [Mapbox GL style specification](https://www.mapbox.com/mapbox-gl-style-spec/). The style specification is adopted in more and more clients such as Open Layers 3 and therefore the **missing piece in the puzzle is a style editor that is easy to use, free and open source!** @@ -26,11 +24,13 @@ This is why I think we should rally behind and build our own style editor for th - [x] Completely free and open source - [x] Visual interface for designing maps -- [x] Immediate feedback +- [x] Immediate feedback (thanks to [style diffs](https://github.com/mapbox/mapbox-gl-style-spec/blob/mb-pages/lib/diff.js)) - [x] Edit layers - [x] No vendor lock-in, no proprietary base styles - [x] Easy to deploy as single HTML file +![Demo showing interactive feedback](demo.gif) + **Roadmap** - [ ] Layer editing history (it is a mess right now) @@ -71,7 +71,7 @@ npm install --save-dev eslint eslint-plugin-react npm run lint ``` -## LICENSE +## License Mapital is [licensed under MIT](LICENSE) and is Copyright (c) Lukas Martinelli and contributors.