Skip to content
GitLab
Explore
Projects
Groups
Snippets
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
3 years ago
by
Rushikesh Padsala
Browse files
Options
Download
Email Patches
Plain Diff
Update App.js
parent
cd180e9d
Pipeline
#4955
passed with stage
in 10 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
public/Source/App.js
+1
-1
public/Source/App.js
with
1 addition
and
1 deletion
+1
-1
public/Source/App.js
+
1
-
1
View file @
377cb4d6
...
@@ -78,7 +78,7 @@
...
@@ -78,7 +78,7 @@
var
bau2050gowanus
=
viewer
.
scene
.
primitives
.
add
(
new
Cesium
.
Cesium3DTileset
({
url
:
'
./Source/Data/Bldg/BAU2050_Gowanus/tileset.json
'
}));
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
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
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
;
currentgowanus
.
show
=
true
;
bau2050gowanus
.
show
=
false
;
bau2050gowanus
.
show
=
false
;
bp2050gowanus
.
show
=
false
;
bp2050gowanus
.
show
=
false
;
...
...
This diff is collapsed.
Click to expand it.
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
Menu
Explore
Projects
Groups
Snippets