Re: [Geotools-devel] WMS Date filters not working with MongoDB

2015-07-27 Thread Stefano Costa
Hi Nathan, Il giorno ven, 24/07/2015 alle 20.50 +, Reese, Nathan ha scritto: Wow, That is an amazingly fast turn around time. Thanks for the patch - I am now able to filter by Date with MongoDB! Thanks for confirming the patch works! If I don't receive any negative feedback on it within

Re: [Geotools-devel] WMS Date filters not working with MongoDB

2015-07-24 Thread Andrea Aime
On Fri, Jul 24, 2015 at 12:28 AM, Reese, Nathan nre...@integrity-apps.com wrote: The query below is what the query generated by geoserver should look like { date : { $gt : ISODate(2015-07-01T00:00:00Z) } } How can I get the date query to be typed as Date instead of String? I

Re: [Geotools-devel] WMS Date filters not working with MongoDB

2015-07-24 Thread stefano.costa
@lists.sourceforge.net Data: Fri, 24 Jul 2015 08:26:58 +0200 Oggetto: Re: [Geotools-devel] WMS Date filters not working with MongoDB On Fri, Jul 24, 2015 at 12:28 AM, Reese, Nathan nre...@integrity-apps.com wrote: The query below is what the query generated by geoserver should look like

Re: [Geotools-devel] WMS Date filters not working with MongoDB

2015-07-24 Thread Reese, Nathan
-solutions.it Cc: Reese, Nathan; geotools-devel@lists.sourceforge.net Subject: Re: [Geotools-devel] WMS Date filters not working with MongoDB Hi, here is a pull request that should fix the issue: https://github.com/geotools/geotools/pull/919 Reviews are welcome ;-) Best regards, Stefano Costa

[Geotools-devel] WMS Date filters not working with MongoDB

2015-07-23 Thread Reese, Nathan
I am creating a date filter like so PropertyIsGreaterThan PropertyName date /PropertyName Function name=parseDate Literal-MM-dd/Literal Literal2015-07-01/Literal /Function /PropertyIsGreaterThan The query string getting sent to MongoDB from geoserver looks like { date :