Skip to content

Commit 52a412f

Browse files
committed
example(3dtiles_25d): change data url
1 parent e99bf15 commit 52a412f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

examples/3dtiles_25d.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -85,8 +85,8 @@
8585
'3d-tiles-layer-building', {
8686
name: 'Lyon-2015-building',
8787
source: new itowns.C3DTilesSource({
88-
url:
89-
'http://rict.liris.cnrs.fr/DataStore/Lyon1er-2015/tileset.json',
88+
url: 'https://raw.githubusercontent.com/iTowns/iTowns2-sample-data/master/' +
89+
'3DTiles/mesh-lyon-2015/tileset.json',
9090
}),
9191
}, view);
9292

0 commit comments

Comments
 (0)