Skip to content

Commit

Permalink
Upgraded Cesium from 1.6 to 1.14 for annotation tables.
Browse files Browse the repository at this point in the history
  • Loading branch information
sverhoeven committed Jan 11, 2016
1 parent bd328d1 commit 3e881bc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions annotation/templates/upload.mako
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<meta charset="UTF-8">
<title>TrackAnnot</title>
<link rel="stylesheet" href="${appbase}resources/app.css">
<link rel="stylesheet" href="${appbase}resources/libs/Cesium-1.6/Build/Cesium/Widgets/widgets.css">
<link rel="stylesheet" href="${appbase}resources/libs/Cesium-1.14/Build/Cesium/Widgets/widgets.css">
<!--
See https://developers.google.com/loader/#AutoLoading
Convert:
Expand All @@ -17,7 +17,7 @@ and append after 'https://www.google.com/jsapi?autoload=' in url encoded format.
-->
<script type="text/javascript" src="https://www.google.com/jsapi?autoload=%7B%22modules%22%3A%5B%7B%22version%22%3A%221%22%2C%22name%22%3A%22earth%22%7D%2C%7B%22version%22%3A%223.xx%22%2C%22other_params%22%3A%22sensor%3Dfalse%22%2C%22name%22%3A%22maps%22%7D%5D%7D"></script>
<script type="text/javascript" src="${appbase}resources/libs/d3/d3.min.js"></script>
<script type="text/javascript" src="${appbase}resources/libs/Cesium-1.6/Build/Cesium/Cesium.js"></script>
<script type="text/javascript" src="${appbase}resources/libs/Cesium-1.14/Build/Cesium/Cesium.js"></script>

<link rel="stylesheet" href="${appbase}resources/TrackAnnot-all.css"/>
<script type="text/javascript" src="${appbase}app.js"></script>
Expand Down

0 comments on commit 3e881bc

Please sign in to comment.