mirror of
https://github.com/a-nyx/maputnik-with-pmtiles.git
synced 2024-11-09 23:51:56 +01:00
update readme and build path
This commit is contained in:
parent
ae8d7fcb16
commit
0913ca5f5a
2 changed files with 2 additions and 2 deletions
|
@ -1 +1 @@
|
|||
This is a fork of [maputnik/editor](https://github.com/maputnik/editor) which is "An open source visual editor for the 'Mapbox Style Specification'". In this fork, `pmtiles` protocol has been added to `maplibregl` so that the editor should work also with [Protomaps](https://docs.protomaps.com/).
|
||||
This is a fork of [maputnik/editor](https://github.com/maputnik/editor) which is "An open source visual editor for the 'Mapbox Style Specification'". In this fork, `pmtiles` protocol has been added to `maplibregl` so that the editor should work also with [Protomaps](https://docs.protomaps.com/). The sample data has been downloaded from [OpenStreetMap](https://www.openstreetmap.org) and the styles has been generated with [protomaps/basemaps](https://github.com/protomaps/basemaps)
|
||||
|
|
|
@ -8,7 +8,7 @@ var BundleAnalyzerPlugin = require('webpack-bundle-analyzer').BundleAnalyzerPlug
|
|||
var CopyWebpackPlugin = require('copy-webpack-plugin');
|
||||
var artifacts = require("../test/artifacts");
|
||||
|
||||
var OUTPATH = artifacts.pathSync("/build");
|
||||
var OUTPATH = artifacts.pathSync("/");
|
||||
|
||||
module.exports = {
|
||||
entry: {
|
||||
|
|
Loading…
Reference in a new issue