A Maputnik fork with the pmtiles protocol.
Find a file
Lukas Martinelli 7384c0cfd4 Merge pull request #1 from tyrasd/master
Add about page
2016-09-19 20:58:41 +02:00
src About page with basic infos and links to github repo 2016-09-19 20:49:16 +02:00
.editorconfig Initial commit 2016-09-08 19:49:23 +02:00
.gitignore Initial commit 2016-09-08 19:49:23 +02:00
LICENSE Change names in package.json and License 2016-09-08 19:52:06 +02:00
mapital.png Rename to mapital 2016-09-19 15:06:34 +02:00
package.json Rename to mapital 2016-09-19 15:06:34 +02:00
README.md Add license badge 2016-09-19 16:13:37 +02:00
webpack.config.js Fix build process for mapbox gl 2016-09-10 16:05:04 +02:00
webpack.loaders.js Fix build process for mapbox gl 2016-09-10 16:05:04 +02:00
webpack.production.config.js Split vendor code into separate bundle 2016-09-15 09:13:33 +02:00

Mapital License

Mapital

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

Mapital is an early prototype and is under development.

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, mobile applications and the desktop. Maps are styled using a JSON style document with properties described in the Mapbox GL style specification. 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!

In constrast to earlier approaches using CartoCSS the format is difficult to edit by hand but much more suitable for generating from an editor. As of today Mapbox GL styles are usually designed within the cloud based Mapbox Studio which is a great example how a style editor should look like.

The big problem is that Mapbox Studio is not open source and you have to upload your data sources to external servers and essentially are locked in the Mapbox ecosystem. By reusing existing proprietary base styles you legally tie your style for use with Mapbox services. It is difficult to use other data source like OSM2VectorTiles, Mapzen or Kartotherian or even your own custom vector tile sources.

This is why I think we should rally behind and build our own style editor for the Mapbox GL style specification!

Features

  • Completely free and open source
  • Visual interface for designing maps
  • Immediate feedback
  • Edit layers
  • No vendor lock-in, no proprietary base styles
  • Easy to deploy as single HTML file

Roadmap

  • Add new layers
  • Support all layer types
  • Choose sources
  • Filter data from sources
  • Support zoom level specific values
  • Faster map feedback with custom diff algorithm
  • Tests for React components
  • Make it prettier

Develop

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

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

LICENSE

Mapital 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 free 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 in order to avoid future copyright problems like in OSM2VectorTiles.