Op 31-10-2022 om 22:04 schreef Dave Potts:
I see from the manual https://docs.geoserver.org/maintain/en/user/services/wfs/vendor.html <https://docs.geoserver.org/maintain/en/user/services/wfs/vendor.html> that geoserver supports the user of CQL/ECOL filters

I am trying to deal with geoserver WFS that has temporal data source, it has data values, a location and date when the data source was taken


I would like to make an openlayers query to my wfs source and select data based on a time value!

Currently if I just make a WFS query I get every value within the current bounding box

Q.  Is there any way of making a temporal WFS request ? ie give me every value in this bounding box within this temporal value ?


ECQL has both AND and several temporal predicates

so something like
cql_filter=BBOX(the_geom, -90, 40, -60, 45) AND (the_date=2006-11-30T00:00:00Z)

if you want a period there is DURING etc


_______________________________________________
Geoserver-users mailing list

Please make sure you read the following two resources before posting to this 
list:
- Earning your support instead of buying it, but Ian Turton: 
http://www.ianturton.com/talks/foss4g.html#/
- The GeoServer user list posting guidelines: 
http://geoserver.org/comm/userlist-guidelines.html

If you want to request a feature or an improvement, also see this: 
https://github.com/geoserver/geoserver/wiki/Successfully-requesting-and-integrating-new-features-and-improvements-in-GeoServer


Geoserver-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users

Reply via email to