Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
Desplandis committed Dec 20, 2024
1 parent 38a29cf commit b4a3642
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion itowns/dev/dist/itowns.js

Large diffs are not rendered by default.

4 changes: 3 additions & 1 deletion itowns/dev/examples/entwine_3d_loader.html
Original file line number Diff line number Diff line change
Expand Up @@ -87,8 +87,10 @@
eptSource = new itowns.EntwinePointTileSource({ url });

if (eptLayer) {
view.removeLayer('ept');
debugGui.removeFolder(eptLayer.debugUI);
view.removeLayer('Entwine Point Tile');
view.notifyChange();
eptLayer.delete();
}

eptLayer = new itowns.EntwinePointTileLayer('Entwine Point Tile', {
Expand Down
2 changes: 1 addition & 1 deletion itowns/dev/examples/entwine_simple_loader.html
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@
eptSource = new itowns.EntwinePointTileSource({ url });

if (eptLayer) {
debugGUI.removeFolder(eptLayer.debugUI);
debugGui.removeFolder(eptLayer.debugUI);
view.removeLayer('Entwine Point Tile');
view.notifyChange();
eptLayer.delete();
Expand Down

0 comments on commit b4a3642

Please sign in to comment.