A Maputnik fork with the pmtiles protocol.
Find a file
2016-12-31 10:39:30 +01:00
media Restructure webpack and add favico 2016-12-31 10:36:02 +01:00
src Fix React type warnings 2016-12-31 10:39:30 +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 Introduce AutocompelteInput for source editing 2016-12-30 20:38:50 +01:00
README.md Restructure webpack and add favico 2016-12-31 10:36:02 +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 Restructure webpack and add favico 2016-12-31 10:36:02 +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/

Maputnik is an early prototype and is under development. Thanks to the supporters of the Kickstarter campaign who made this project possible.

Latest Status Update Video

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

This project would not be possible without commercial and individual sponsors.

Gold

Wemap

Terranodo

Silver

Klokan Technologies Dreipol

Individuals

Influential Stakeholder

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