From d5526abb8a599c663b64263a54823fe55f19d446 Mon Sep 17 00:00:00 2001 From: Dave Bouwman Date: Thu, 21 Mar 2013 22:45:14 -0600 Subject: [PATCH] completed fire integration --- css/viewer.css | 14 ++++ index.html | 33 ++++---- javascript/CurrentFiresModule.js | 2 + javascript/EsriMapModule.js | 129 ++++++++++++------------------ javascript/FireInfoModule.js | 58 ++++++++++++++ javascript/FireManagerModule.js | 19 ++++- javascript/HistoricFiresModule.js | 4 +- javascript/RouterModule.js | 92 +++++++++++++++++++-- javascript/ViewerApp.js | 5 +- 9 files changed, 251 insertions(+), 105 deletions(-) create mode 100644 javascript/FireInfoModule.js diff --git a/css/viewer.css b/css/viewer.css index 71dfab5..2c81ac9 100644 --- a/css/viewer.css +++ b/css/viewer.css @@ -161,6 +161,20 @@ border-color: rgba(0,0,0,0); background-image: none; } +#fire-tooltip { +z-index: 1000; +position: absolute; +margin: 5px; +padding: 5px; +background-color: #213F65; +background-color: rgba(33, 63, 101,0.65); +color: #fff; +-webkit-border-radius: 5px; +-moz-border-radius: 5px; +border-radius: 5px; +display:none; +} + /*==========================*/ /* Layer List */ /*==========================*/ diff --git a/index.html b/index.html index 77786eb..9aec35b 100644 --- a/index.html +++ b/index.html @@ -21,11 +21,11 @@
- Current Fires +
@@ -40,6 +40,7 @@ +
@@ -50,7 +51,7 @@ List of years for the Historic Fires view will use this
-