Skip to content

Commit

Permalink
Merge pull request #40 from 3dcitydb/update-cesium-1.53
Browse files Browse the repository at this point in the history
Update cesium 1.53
  • Loading branch information
Son-HNguyen authored Feb 18, 2019
2 parents 2c78f00 + c95e3e1 commit 548d552
Show file tree
Hide file tree
Showing 64 changed files with 644,069 additions and 280,715 deletions.
22 changes: 21 additions & 1 deletion 3dwebclient/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@
display: none;
background: rgba(42, 42, 42, 0.5);
border: 3px #505050 solid;
}
}

</style>
</head>
Expand Down Expand Up @@ -218,6 +218,26 @@
<input type="text" data-bind="value: name">
</td>
</tr>
<tr>
<td>Layer data type</td>
<td>
<select id="layerDataTypeDropdown" data-bind="value: layerDataType" onchange="layerDataTypeDropdownOnchange()">
<option value="COLLADA/KML/glTF" selected="selected">COLLADA/KML/glTF</option>
<option value="Cesium 3D Tiles">Cesium 3D Tiles</option>
<option value="Others">Others</option>
</select>
</td>
</tr>
<tr id="gltfVersionDropdownRow" style="display: none;">
<td>glTF version</td>
<td>
<select id="gltfVersionDropdown" data-bind="value: gltfVersion">
<option value="0.8">0.8</option>
<option value="1.0">1.0</option>
<option value="2.0" selected="selected">2.0</option>
</select>
</td>
</tr>
<tr>
<td>thematicDataUrl</td>
<td>
Expand Down
Loading

0 comments on commit 548d552

Please sign in to comment.