From 1ec39a25f0d11707458b210baccdab3669434b6a Mon Sep 17 00:00:00 2001 From: jgaffuri Date: Mon, 27 May 2024 17:23:21 +0200 Subject: [PATCH] a --- examples/test/c2021_test.html | 2 +- webpack.config.dev.cjs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/test/c2021_test.html b/examples/test/c2021_test.html index 589e98056..0e052a3d4 100644 --- a/examples/test/c2021_test.html +++ b/examples/test/c2021_test.html @@ -155,7 +155,7 @@ //define multi resolution dataset const dataset = new gridviz.MultiResolutionDataset( [1000, 2000, 5000, 10000, 20000, 50000, 100000], - resolution => new gridviz.TiledGrid(map, 'http://localhost:1234/' + resolution + 'm/'), + resolution => new gridviz.TiledGrid(map, 'http://localhost:1234/tiled_csv/' + resolution + '/'), { preprocess: (c) => { if (!c.T || +c.T == 0) return false diff --git a/webpack.config.dev.cjs b/webpack.config.dev.cjs index f3756e76f..56dc5e712 100644 --- a/webpack.config.dev.cjs +++ b/webpack.config.dev.cjs @@ -23,7 +23,7 @@ module.exports = { //directory: '/home/juju/workspace/', //directory: '/home/juju/workspace/tiled-grid-france-filosofi/out/csv/', //directory: '/home/juju/Bureau/geodata/IFS/', - directory: '/home/juju/gisco/grid_pop_c2021/tiled/', + directory: '/home/juju/gisco/grid_pop_c2021/', }, port: 1234, headers: { 'Access-Control-Allow-Origin': '*', },