Skip to content

Commit

Permalink
a
Browse files Browse the repository at this point in the history
  • Loading branch information
jgaffuri committed May 27, 2024
1 parent 8b47b2b commit 1ec39a2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion examples/test/c2021_test.html
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion webpack.config.dev.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -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': '*', },
Expand Down

0 comments on commit 1ec39a2

Please sign in to comment.