Merge 517164b930 into 7cfcc413c4
This commit is contained in:
commit
864efb1caf
1 changed files with 1 additions and 1 deletions
|
|
@ -120,7 +120,7 @@ const startWithMBTiles = (mbtilesFile) => {
|
||||||
}
|
}
|
||||||
const bounds = info.bounds;
|
const bounds = info.bounds;
|
||||||
|
|
||||||
const styleDir = path.resolve(__dirname, "../node_modules/tileserver-gl-styles/");
|
const styleDir = path.dirname(require.resolve('tileserver-gl-styles/package.json'));
|
||||||
|
|
||||||
const config = {
|
const config = {
|
||||||
"options": {
|
"options": {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue