# Maputnik [![Build Status](https://travis-ci.org/maputnik/editor.svg?branch=master)](https://travis-ci.org/maputnik/editor) [![Windows Build Status](https://ci.appveyor.com/api/projects/status/anelbgv6jdb3qnh9/branch/master?svg=true)](https://ci.appveyor.com/project/lukasmartinelli/editor) [![License](https://img.shields.io/badge/license-MIT-blue.svg)](https://tldrlegal.com/license/mit-license) Maputnik A free and open visual editor for the [Mapbox GL styles](https://www.mapbox.com/mapbox-gl-style-spec/) targeted at developers and map designers. - :link: Design your maps online at **http://maputnik.com/editor/** (all in local storage) - :link: Use the [Maputnik CLI](https://github.com/maputnik/editor/wiki/Maputnik-CLI) for local style development Mapbox has built one of the best and most amazing OSS ecosystems. A key component to ensure its longevity and independance is an OSS map designer. ## Documentation The documentation can be found in the [Wiki](https://github.com/maputnik/editor/wiki). You are welcome to collaborate! - :link: **Study the [Maputnik Wiki](https://github.com/maputnik/editor/wiki)** - :video_camera: Design a map from Scratch https://youtu.be/XoDh0gEnBQo [![Design Map from Scratch](https://j.gifs.com/g5XMgl.gif)](https://youtu.be/XoDh0gEnBQo) ## Develop Maputnik is written in ES6 and is using [React](https://github.com/facebook/react) and [Mapbox GL JS](https://www.mapbox.com/mapbox-gl-js/api/). We ensure building and developing Maputnik works with - Linux, OSX and Windows - Node >4 Install the deps, start the dev server and open the web browser on `http://localhost:8888/`. ```bash # install dependencies npm install # start dev server npm start ``` Build a production package for distribution. ``` npm run build ``` Lint the JavaScript code. ``` # run linter npm run lint npm run lint-styles ``` ## Sponsors Thanks to the supporters of the **[Kickstarter campaign](https://www.kickstarter.com/projects/174808720/maputnik-visual-map-editor-for-mapbox-gl)**. This project would not be possible without these commercial and individual sponsors. ### Gold - [Wemap](https://getwemap.com/) - [Orbicon Informatik](https://www.orbiconinformatik.dk/) - [Terranodo](http://terranodo.io/) Wemap Terranodo Terranodo
### Silver - [Klokan Technologies](https://www.klokantech.com/) - [Geofabrik](http://www.geofabrik.de/) - [Dreipol](https://www.dreipol.ch/) Klokan Technologies Geofabrik Dreipol
### Individuals **Influential Stakeholder** Alan McConchie, Odi, Mats Norén, Uli [geOps](http://geops.ch/), Helge Fahrnberger ([Toursprung](http://www.toursprung.com/)), Kirusanth Poopalasingam **Stakeholder** Brian Flood, Vasile Coțovanu, Andreas Kalkbrenner, Christian Mäder, Gregor Wassmann, Lee Armstrong, Rafel, Jon Burgess, Lukas Lehmann, Joachim Ungar, Alois Ackermann, Zsolt Ero, Jordan Meek **Supporter** Sina Martinelli, Nicholas Doiron, Neil Cawse, Urs42, Benedikt Groß, Manuel Roth, Janko Mihelić, Moritz Stefaner, Sebastian Ahoi, Juerg Uhlmann, Tom Wider, Nadia Panchaud, Oliver Snowden, Stephan Heuel, Tobin Bradley, Adrian Herzog, Antti Lehto, Pascal Mages, Marc Gehling, Imre Samu, Lauri K., Visahavel Parthasarathy, Christophe Waterlot-Buisine, Max Galka, ubahnverleih, Wouter van Dam, Jakob Lobensteiner, Samuel Kurath, Brian Bancroft ## License Maputnik is [licensed under MIT](LICENSE) and is Copyright (c) Lukas Martinelli and contributors. **Disclaimer** This project is not affiliated with Mapbox or Mapbox Studio. It is a independent style editor for the open source technology in the Mapbox GL ecosystem. As contributor please take extra care of not violating any Mapbox trademarks. Do not get inspired by Mapbox Studio and make your own decisions for a good style editor.