A Maputnik fork with the pmtiles protocol.
Find a file
2017-11-06 15:05:00 +00:00
config Added noParse for prebuilt openlayers and mapbox-gl modules. 2017-11-06 14:58:23 +00:00
media/sponsors Add sponsor logos 2017-01-13 14:12:26 +01:00
src Removed the console.warn because the logging wasn't helpful. 2017-11-06 15:05:00 +00:00
test Fixed image path in test 2017-10-11 13:16:04 +01:00
.babelrc Add transform-class-properties plugin to babel config 2017-06-26 16:24:07 -05:00
.editorconfig Spaces not tabs 2016-12-03 17:03:39 +01:00
.gitignore Removed .runner-opts from gitignore 2017-04-04 15:53:37 +01:00
.travis.yml Yet another attempt at the build matrix. 2017-04-05 14:13:16 +01:00
appveyor.yml Removed tests for node v5 2017-04-05 18:01:26 +01:00
circle.yml Added build to post test step. 2017-07-06 19:59:12 +01:00
Dockerfile - Added a Dockerfile to allow the editor to be served using docker containers 2016-11-09 22:08:38 +08:00
LICENSE Change names in package.json and License 2016-09-08 19:52:06 +02:00
package.json Add share style link, copy button 2017-10-15 20:04:43 -05:00
README.md Add 2017-10-04 22:42:04 -04: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.

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. You are welcome to collaborate!

Design Map from Scratch

Develop

Maputnik is written in ES6 and is using React 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.

# run linter
npm run lint
npm run lint-styles
  • maputnik-dev-server - An express.js server that allows for quickly loading the style from any mapboxGL map into mapuntnik.

Sponsors

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

Gold

Wemap Terranodo Terranodo

Silver

Klokan Technologies Geofabrik 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.