Sorry to ask this again, but this time its a WFS question.

Does Geoserver support a WFS time-based request of data in a Postgres database 
table ?

I've have tried a recent trunk version of Geoserver and found that it does 
indeed work for WMS requests like this:

http://localhost:8080/geoserver/wms?VERSION=1.3&bbox=-75.0,40.0,-65.0,50.0&Format=image/png&request=GetMap&layers=test:act_speed&width=550&height=550&srs=EPSG:4326&TIME=1984-02-14T04:00:00Z/1984-02-14T05:00:00Z

But when I try the same query in using WFS against the same data table in 
Postgres, I find that I get ALL the data back, not the data within the time 
period I requested.

http://localhost:8080/geoserver/sample/ows?service=WFS&version=1.1.0&request=GetFeature&time=1984-02-14T04:00:00Z/1984-02-14T05:00:00Z&typeName=test:act_density&outputFormat=text/xml;%20subtype=gml/3.2

(The data in my table spans time from 1984-02-14 to 1984-02-16 and I expected 
to get back just the data in the time-range, 
1984-02-14T04:00:00Z/1984-02-14T05:00:00Z )

                                          
------------------------------------------------------------------------------
Virtualization & Cloud Management Using Capacity Planning
Cloud computing makes use of virtualization - but cloud computing 
also focuses on allowing computing to be delivered as a service.
http://www.accelacomm.com/jaw/sfnl/114/51521223/
_______________________________________________
Geoserver-users mailing list
Geoserver-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users

Reply via email to