Skip to content

Commit

Permalink
Update examples
Browse files Browse the repository at this point in the history
  • Loading branch information
Son-HNguyen committed Jul 16, 2021
1 parent 499d92c commit 27ccaac
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion examples/glTFRailwaySceneLoD3Example/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@
<button type="button" onclick="removeLayers()">remove glTF Data Layers</button>
</div>
<script>
Cesium.BingMapsApi.defaultKey = 'ApOW9LMkerqWIVSnFauilSeaZyp8df66byy1USCTjgTdMvhb4y1iAhEsUHQfCgzq'
Cesium.Ion.defaultAccessToken = 'eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJqdGkiOiJkNGVkNjUzNy1kZTliLTRmZDgtYTg2Mi1jYTE0NjkwNDg4NTMiLCJpZCI6NjE5MDEsImlhdCI6MTYyNjQ0ODc2M30.eQkSWPaD_VAKmlq1ne02DfpLDW0hGzlYbZysW6si-04';

var viewer = new Cesium.Viewer('cesiumContainer', {
baseLayerPicker : false
Expand Down
2 changes: 1 addition & 1 deletion examples/kmlManhattanExample/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@
<button type="button" onclick="removeLayers()">remove Data Layers</button>
</div>
<script>
Cesium.BingMapsApi.defaultKey = 'ApOW9LMkerqWIVSnFauilSeaZyp8df66byy1USCTjgTdMvhb4y1iAhEsUHQfCgzq'
Cesium.Ion.defaultAccessToken = 'eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJqdGkiOiJkNGVkNjUzNy1kZTliLTRmZDgtYTg2Mi1jYTE0NjkwNDg4NTMiLCJpZCI6NjE5MDEsImlhdCI6MTYyNjQ0ODc2M30.eQkSWPaD_VAKmlq1ne02DfpLDW0hGzlYbZysW6si-04';

var viewer = new Cesium.Viewer('cesiumContainer', {
baseLayerPicker : false
Expand Down

0 comments on commit 27ccaac

Please sign in to comment.