Skip to content

Commit 548d552

Browse files
authored
Merge pull request #40 from 3dcitydb/update-cesium-1.53
Update cesium 1.53
2 parents 2c78f00 + c95e3e1 commit 548d552

File tree

64 files changed

+644069
-280715
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

64 files changed

+644069
-280715
lines changed

3dwebclient/index.html

Lines changed: 21 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@
170170
display: none;
171171
background: rgba(42, 42, 42, 0.5);
172172
border: 3px #505050 solid;
173-
}
173+
}
174174

175175
</style>
176176
</head>
@@ -218,6 +218,26 @@
218218
<input type="text" data-bind="value: name">
219219
</td>
220220
</tr>
221+
<tr>
222+
<td>Layer data type</td>
223+
<td>
224+
<select id="layerDataTypeDropdown" data-bind="value: layerDataType" onchange="layerDataTypeDropdownOnchange()">
225+
<option value="COLLADA/KML/glTF" selected="selected">COLLADA/KML/glTF</option>
226+
<option value="Cesium 3D Tiles">Cesium 3D Tiles</option>
227+
<option value="Others">Others</option>
228+
</select>
229+
</td>
230+
</tr>
231+
<tr id="gltfVersionDropdownRow" style="display: none;">
232+
<td>glTF version</td>
233+
<td>
234+
<select id="gltfVersionDropdown" data-bind="value: gltfVersion">
235+
<option value="0.8">0.8</option>
236+
<option value="1.0">1.0</option>
237+
<option value="2.0" selected="selected">2.0</option>
238+
</select>
239+
</td>
240+
</tr>
221241
<tr>
222242
<td>thematicDataUrl</td>
223243
<td>

0 commit comments

Comments
 (0)