A Maputnik fork with the pmtiles protocol.
Find a file
2017-01-08 19:47:43 +01:00
media Restructure webpack and add favico 2016-12-31 10:36:02 +01:00
src Hide source layer for raster source 2017-01-08 19:47:43 +01:00
test Replace gone style store test with sample 2016-12-29 17:40:12 +01:00
.editorconfig Spaces not tabs 2016-12-03 17:03:39 +01:00
.gitignore Error panel with current map style errors #40 2016-12-30 13:21:03 +01:00
.travis.yml Ensure public directory exists 2016-12-16 14:18:25 +01:00
appveyor.yml Create public dir directly in appveyor 2016-11-23 21:06:56 +01:00
Dockerfile - Added a Dockerfile to allow the editor to be served using docker containers 2016-11-09 22:08:38 +08:00
karma.conf.js Run Firefox in Karma on Travis 2016-11-23 16:33:03 +01:00
LICENSE Change names in package.json and License 2016-09-08 19:52:06 +02:00
package.json Increase stack size in node 2017-01-08 17:15:35 +01:00
README.md Update README.md 2017-01-06 09:53:57 +01:00
webpack.config.js Restructure webpack and add favico 2016-12-31 10:36:02 +01:00
webpack.loaders.js Restructure webpack and add favico 2016-12-31 10:36:02 +01:00
webpack.production.config.js No dropping of console 2017-01-04 12:00:00 +01:00

Maputnik Build Status Windows Build Status License

Maputnik

A free and open visual editor for the Mapbox GL styles targeted at developers and map designers. Creating your own custom map is easy with Maputnik.

🔗 Check it out at http://maputnik.com/editor/

Documentation

The documentation can be found in the Wiki. You are welcome to collaborate!

Videos

Editing a local Style JSON

📹 https://youtu.be/vCFsrwocE9s

Edit local Style JSON with Maputnik

Latest Status Update Video

📹 https://youtu.be/z9MVwvzshiE

Latest Status Update for  Maputnik v0.2.2

Develop

Maputnik is written in ES6 and is using React, Immutable.js and Mapbox GL JS.

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/.

# install dependencies
npm install
# start dev server
npm start

Build a production package for distribution.

npm run build

Lint the JavaScript code.

# install lint dependencies
npm install --save-dev eslint eslint-plugin-react
# run linter
npm run lint

Docker

Start a container using the official Docker image.

docker run --name maputnik -p 8888:8888 -d maputnik/editor

Stop the container

docker stop maputnik

Sponsors

Thanks to the supporters of the Kickstarter campaign. This project would not be possible without these commercial and individual sponsors.

Gold

Wemap

Terranodo

Silver

Klokan Technologies Dreipol

Individuals

Influential Stakeholder

Alan McConchie, Odi, Mats Norén, Uli geOps, Helge Fahrnberger (Toursprung), 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 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.