Skip to content

Commit

Permalink
example(3dtiles_25d): change data url
Browse files Browse the repository at this point in the history
  • Loading branch information
mgermerie committed Sep 9, 2022
1 parent e99bf15 commit 52a412f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/3dtiles_25d.html
Expand Up @@ -85,8 +85,8 @@
'3d-tiles-layer-building', {
name: 'Lyon-2015-building',
source: new itowns.C3DTilesSource({
url:
'http://rict.liris.cnrs.fr/DataStore/Lyon1er-2015/tileset.json',
url: 'https://raw.githubusercontent.com/iTowns/iTowns2-sample-data/master/' +
'3DTiles/mesh-lyon-2015/tileset.json',
}),
}, view);

Expand Down

0 comments on commit 52a412f

Please sign in to comment.