Skip to content

Commit

Permalink
fix(itowns_3d_tiles_pointcoud: replace source['url'] by source
Browse files Browse the repository at this point in the history
  • Loading branch information
mathieuLivebardon committed Oct 23, 2024
1 parent 11b0824 commit 9211863
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/itowns_3d_tiles_pointcloud.html
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@
{
name: configs['3DTiles_point_cloud'][0]['name'],
source: new udviz.itowns.C3DTilesSource({
url: configs['3DTiles_point_cloud'][0].source['url'],
url: configs['3DTiles_point_cloud'][0].url,
}),
},
view
Expand Down

0 comments on commit 9211863

Please sign in to comment.