Hello dear Justin,
I am fond of the mapbuilder time series demo. It can play layers like playing a movie.The openlayers have not this demo only a wmst(wms+time).Do you know how the data organized in geoserver can support the time series WMS? The code in
openlayers 1.4 wmst demo is as follows.Thank you for your help all the time.By the way,why do you replace mapbuilder demo with openlayers? I think most mapbuilder functions the openlayers have not.
Best Wishes for you!
Sincerely yours,
Yang
…
ia_wms = new OpenLayers.Layer.WMS(“Nexrad”,
“http://mesonet.agron.iastate.edu/cgi-bin/wms/nexrad/n0r.cgi?”,
{layers:“nexrad-n0r-wmst”,
transparent:true,
format:‘image/png’,
time:OpenLayers.Util.getElement(‘time’).value});
…
Hi,
Time is not really supported directly in GeoServer. Although Alex
recently contributed a patch for time with NetCDF. The only solution
(from what I have read) is to use a filter in a wms request which
references a timestamp in your data. Although this wont work with a
MapBuilder time series map.
Others can comment but I think one of the big reasons for switching to
openlayers was simplicity. Setting up the map builder demo on the fly
was a bit of a mess. MapBuilder does provide some functionality that
OpenLayers does not but we do not really use any of it. And since the
two code bases are headed for a merge it seemed like a reasonable switch.
-Justin
yangzhaohui wrote:
Hello dear Justin,
I am fond of the mapbuilder time series demo. It can play layers like
playing a movie.The openlayers have not this demo only a
wmst(wms+time).Do you know how the data organized in geoserver can
support the time series WMS? The code in
openlayers 1.4 wmst demo is as follows.Thank you for your help all the
time.By the way,why do you replace mapbuilder demo with openlayers? I
think most mapbuilder functions the openlayers have not.
Best Wishes for you!
Sincerely yours,
Yang
.....
ia_wms = new OpenLayers.Layer.WMS("Nexrad",
"http://mesonet.agron.iastate.edu/cgi-bin/wms/nexrad/n0r.cgi?",
{layers:"nexrad-n0r-wmst",
transparent:true,
format:'image/png',
time:OpenLayers.Util.getElement('time').value});
.....
<input type='text' id='time' value="2005-08-29T13:00:00Z"
onChange='ia_wms.mergeNewParams({"time":this.value});' >------------------------------------------------------------------------
150 万 人 同 时 在 玩 的 网 游,你 不 试 试 吗 ?
<http://event.mail.163.com/chanel/xyq.htm?from=163_NO1>
!DSPAM:4007,4663adff86274901796417!------------------------------------------------------------------------
-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/!DSPAM:4007,4663adff86274901796417!
------------------------------------------------------------------------
_______________________________________________
Geoserver-users mailing list
Geoserver-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users!DSPAM:4007,4663adff86274901796417!
--
Justin Deoliveira
The Open Planning Project
jdeolive@anonymised.com