nakijun / morisoliver

Automatically exported from code.google.com/p/morisoliver
0 stars 0 forks source link

Incorporate DATE type into Filter Builder #158

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
How OpenLayers reads/writes date functions is a bit more complicated than 
originally though. However, it should be possible to:

* get the OpenLayers parser working nicely with the GeoServer "dateParse" 
function so that filters can be generated correctly
* get the filter parsing code to "read back in" the "dateParse" filters and set 
values accordingly
* create a "date-picker" from the Ext code to allow the user to pick the start 
and end dates

This would enable MassGIS to not have to convert DATE types to numeric to do 
date comparisons.  It would same some data massaging time. 

Original issue reported on code.google.com by Aleda.Fr...@state.ma.us on 22 Jun 2012 at 1:22