Skip to content

Commit

Permalink
a
Browse files Browse the repository at this point in the history
  • Loading branch information
jgaffuri committed Jun 17, 2024
1 parent 5b66a4f commit ade3532
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/basic_parquet.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
.addZoomButtons()

//define dataset
const dataset = new gviz_par.ParquetGrid(map, 'https://raw.githubusercontent.com/eurostat/gridviz/master/assets/parquet/Europe/pop_2018_5km_snappy.parquet', 5000)
const dataset = new gviz_par.ParquetGrid(map, 'https://raw.githubusercontent.com/eurostat/gridviz-parquet/main/examples/pop_2018_5km_snappy.parquet', 5000)

//define color for each cell
const colorFunction = (cell) => {
Expand Down

0 comments on commit ade3532

Please sign in to comment.