Skip to content

Commit

Permalink
Cesium: update token
Browse files Browse the repository at this point in the history
  • Loading branch information
Williangalvani committed Sep 2, 2022
1 parent e1ce039 commit c48da4d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/CesiumViewer.vue
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,8 @@ import {store} from './Globals.js'
import {DataflashDataExtractor} from '../tools/dataflashDataExtractor'
import {MavlinkDataExtractor} from '../tools/mavlinkDataExtractor'
Ion.defaultAccessToken = 'eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJqdGkiOiJmNTJjOWYzZS1hMDA5LTRjNDQtYTBh' +
'Yi1iZWQ2NTc5YzliNWIiLCJpZCI6MjczNywiaWF0IjoxNTM0Mzg3NzM3fQ.Qe6EcCmGUfM_FRKYuJEORsT4tQAvRkdmFyNk9bkARqM'
Ion.defaultAccessToken = 'eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJqdGkiOiI2MmM0MDgzZC00OGVkLTRjZ' +
'TItOWI2MS1jMGVhYTM2MmMzODYiLCJpZCI6MjczNywiaWF0IjoxNjYyMTI4MjkxfQ.fPqhawtYLhwyZirKCi8fEjPEIn1CjYqETvA0bYYhWRA'
function getMinTime (data) {
// returns the minimum time in the array. Used to define the time range
Expand Down

0 comments on commit c48da4d

Please sign in to comment.