Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Backport the Simple Time Slider #403

Closed
GoogleCodeExporter opened this issue May 10, 2015 · 4 comments
Closed

Backport the Simple Time Slider #403

GoogleCodeExporter opened this issue May 10, 2015 · 4 comments

Comments

@GoogleCodeExporter
Copy link

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 [email protected] on 12 Sep 2014 at 2:21

@GoogleCodeExporter
Copy link
Author

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
Copy link
Author

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 [email protected] on 22 Sep 2014 at 9:53

@GoogleCodeExporter
Copy link
Author

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
Copy link
Author

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 [email protected] on 29 Oct 2014 at 2:58

  • Changed state: Verified

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant