Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
IN-SOURCE
Gowanus-CityGML-Viewer
Commits
377cb4d6
Commit
377cb4d6
authored
Oct 05, 2021
by
Rushikesh Padsala
Browse files
Update App.js
parent
cd180e9d
Pipeline
#4955
passed with stage
in 10 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
public/Source/App.js
View file @
377cb4d6
...
...
@@ -78,7 +78,7 @@
var
bau2050gowanus
=
viewer
.
scene
.
primitives
.
add
(
new
Cesium
.
Cesium3DTileset
({
url
:
'
./Source/Data/Bldg/BAU2050_Gowanus/tileset.json
'
}));
var
bp2050gowanus
=
viewer
.
scene
.
primitives
.
add
(
new
Cesium
.
Cesium3DTileset
({
url
:
'
./Source/Data/Bldg/BP2050_Gowanus/tileset.json
'
}));
var
bp2050gowanusv1
=
viewer
.
scene
.
primitives
.
add
(
new
Cesium
.
Cesium3DTileset
({
url
:
'
./Source/Data/Bldg/BP2050_Gowanus_v1/tileset.json
'
}));
var
bp2050gowanusv2
=
viewer
.
scene
.
primitives
.
add
(
new
Cesium
.
Cesium3DTileset
({
url
:
'
./Source/Data/Bldg/BP2050_Gowanus_v
1
/tileset.json
'
}));
var
bp2050gowanusv2
=
viewer
.
scene
.
primitives
.
add
(
new
Cesium
.
Cesium3DTileset
({
url
:
'
./Source/Data/Bldg/BP2050_Gowanus_v
2
/tileset.json
'
}));
currentgowanus
.
show
=
true
;
bau2050gowanus
.
show
=
false
;
bp2050gowanus
.
show
=
false
;
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment