update readme and build path

This commit is contained in:
a-nyx 2023-12-04 14:59:32 -05:00
parent ae8d7fcb16
commit 0913ca5f5a
2 changed files with 2 additions and 2 deletions

View file

@ -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)

View file

@ -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: {