dataset = new g.MultiResolutionDataset(
[100, 200, 500, 1000, 2000, 5000, 10000, 20000, 50000],
(resolution) =>
new gp.TiledParquetGrid(
map,
"https://raw.githubusercontent.com/jgaffuri/BuildingDemography/main/pub/tiles_parquet/" +
resolution +
"/"
)
![]()
}
)