aboutsummaryrefslogtreecommitdiffstats
path: root/web/nms.gathering.org/nms2/index.html
diff options
context:
space:
mode:
authorKristian Lyngstol <kristian@bohemians.org>2015-04-27 18:55:22 +0200
committerKristian Lyngstol <kristian@bohemians.org>2015-04-27 18:55:22 +0200
commita4888a9176ed48ddaf2e5b81ddd77c6bd8e70872 (patch)
tree217525a706d60a444392cbbbd4759d155a737392 /web/nms.gathering.org/nms2/index.html
parent96b282eb6cbcb783faf133fd793a7cb2e2fd6f6d (diff)
NMS: Add real gradient support for all maps
This so beats custom-gradient-functions for latency, custom for temperature and custom for speed...
Diffstat (limited to 'web/nms.gathering.org/nms2/index.html')
-rw-r--r--web/nms.gathering.org/nms2/index.html3
1 files changed, 2 insertions, 1 deletions
diff --git a/web/nms.gathering.org/nms2/index.html b/web/nms.gathering.org/nms2/index.html
index 141ef5f..a6b0cd5 100644
--- a/web/nms.gathering.org/nms2/index.html
+++ b/web/nms.gathering.org/nms2/index.html
@@ -489,8 +489,9 @@
<canvas id="topCanvas" width="1920" height="1032" style="position: absolute; z-index: 50;"> </canvas>
<canvas id="inputCanvas" width="1920" height="1032" style="position: absolute; z-index: 60; cursor: pointer;" onclick="canvasClick(event)">
</canvas>
+ <canvas id="hiddenCanvas" width="1000" height="10" style="display: none; position: absolute; z-index: 1000 "></canvas>
- <div style="display:none;"><img id="source" src="img/tg15-salkart-full.png" ></div>
+ <div style="display:none;"><img id="source" src="img/tg15-salkart-clean-big.png" ></div>
</div>
</div><!--/.fluid-container-->
<script src="js/jquery.min.js" type="text/javascript"></script>