Skip to content

Commit

Permalink
Web frontend updates
Browse files Browse the repository at this point in the history
  • Loading branch information
Horace Ip authored and Horace Ip committed Oct 9, 2019
1 parent 73155fd commit 0659f01
Show file tree
Hide file tree
Showing 6 changed files with 3,993 additions and 3,161 deletions.
2 changes: 1 addition & 1 deletion web/bin/nanocube_webconfig
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,7 @@ def spatialWidget(v,w=1.0):
return {
'type':'spatial',
'title': v['name'],
'tilesurl':'http://{s}.tile.stamen.com/toner-lite/{z}/{x}/{y}.png',
'tilesurl':'//stamen-tiles-{s}.a.ssl.fastly.net/toner-lite/{z}/{x}/{y}.png',
'coarse_offset':2,
'view':{'c':[0,0],'z':0},
'levels':levels,
Expand Down
13 changes: 11 additions & 2 deletions web/dist/index.html
Original file line number Diff line number Diff line change
@@ -1,2 +1,11 @@
<!DOCTYPE html><html> <head> <meta name="viewport" content="initial-scale=1,maximum-scale=1,
user-scalable=no"> <link rel="stylesheet" href="web.41195c7d.css"></head> <body> <div id="nc"></div> </body> <script src="web.f614d4ec.js"></script> </html>
<!DOCTYPE html>
<html>
<head>
<meta name="viewport" content="initial-scale=1,maximum-scale=1,
user-scalable=no">
<link rel="stylesheet" href="/web.e31bb0bc.css"></head>
<body>
<div id="nc"></div>
</body>
<script src="/web.e31bb0bc.js"></script>
</html>
Loading

0 comments on commit 0659f01

Please sign in to comment.