smas1 / geoext-viewer

Automatically exported from code.google.com/p/geoext-viewer
GNU General Public License v3.0
0 stars 0 forks source link

Backport the Simple Time Slider #403

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Within the Geonovum Sensors Pilot a Heron viewer was developed that used a 
simple slider-based time setting for WMS Layers that support WMS TIme 
Dimension. See the example here: http://sensors.geonovum.nl/heronclient.

Here both air quality and a rain radar can be viewed in time.

The original code was developed by KNMI (Dutch Meteo) in the context of their 
Ext-based viewer. SOme adaptation was required to have the code run as a Heron 
component. The work for this issue is to integrate the code within the Heron 
project and build an example. The example will be at 
http://lib.heron-mc.org/heron/latest/examples/simpletimeslider

The TimeSlider will be called SimpleTimeSlider, as within Heron there is 
already a TimeSlider. The difference is that STS will indicate a single 
timestamp, while the TS filters a timerange. Possibly the name 
WMSDimensionSlider would be more accurate.

Original issue reported on code.google.com by jus...@gmail.com on 12 Sep 2014 at 2:21

GoogleCodeExporter commented 9 years ago
Hi Just,
the changes in rev 1561 causes the following error coming from the DynLoader.js 
section (line 108 ..."widgets/SimpleTimeSliderPanel.js",...) - for example in 
the 'appdemo':

Meldung: Das Objekt unterstützt diese Eigenschaft oder Methode nicht.
Zeile: 54
URI: http://172.28.39.217/LIB/heron-trunk/lib/widgets/SimpleTimeSliderPanel.js

Best
Wolfram

Original comment by wolfram.winter on 19 Sep 2014 at 8:53

GoogleCodeExporter commented 9 years ago
I cannot reproduce this issue on Mac Chrome and Windows 7 IE 9. Can you provide 
more detail of the context (platform, browser, version, scenario etc) where 
this issue occurs? 

Original comment by jus...@gmail.com on 22 Sep 2014 at 9:53

GoogleCodeExporter commented 9 years ago
Ok - the line 54 error is this: new Date().toISOString() => IE8 doesn't support 
'toISOString'.

!!! This IE8 failure in 'SimpleTimeSliderPanel.js' caused the problem that IE8 
could not load any of the 'latest example' links !!!

I've found a solution and will post it.

Original comment by wolfram.winter on 25 Sep 2014 at 8:56

GoogleCodeExporter commented 9 years ago
Closing this issue, from here on in maintenance mode. Assuming the IE8 issue 
was fixed. Otherwise a new bug report can be opened.

Original comment by jus...@gmail.com on 29 Oct 2014 at 2:58