A Maputnik fork with the pmtiles protocol.
Find a file
2016-09-10 13:42:23 +02:00
src App style is now single source of truth 2016-09-10 13:42:23 +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
package.json Try solve no map changes problem 2016-09-10 00:43:41 +02:00
README.md Simplify build instructions in README 2016-09-08 19:57:35 +02:00
webpack.config.js Try solve no map changes problem 2016-09-10 00:43:41 +02:00
webpack.loaders.js Initial commit 2016-09-08 19:49:23 +02:00
webpack.production.config.js Pass everything down as props 2016-09-09 23:25:06 +02:00

Mapolo

A visual style editor for MapboxGL.

Develop

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