[Geoserver-users] 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 : {
$gt : Wed Jul 01 00:00:00 UTC 2015
  }
}

But the query returns nothing. That is because the date is getting passed into 
Mongo as a string instead of a Date.

The query below is what the query generated by geoserver should look like
{
  date : {
$gt : ISODate(2015-07-01T00:00:00Z)
  }
}

I know that the MongoDB store is unsupported. I am just looking for hints so I 
can fix the problem. 
Can someone point me to the class that builds the query string?

Thanks,

Nathan
--
___
Geoserver-users mailing list
Geoserver-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users


[Geoserver-users] CQL filter by Date

2015-07-22 Thread Reese, Nathan
I would like to filter a WMS layer by a date range. For example, I have a layer 
with the property date 
(stored as a Date type). I would like to add a URL parameter to the WMS such as 
cql_filter=date2015-07-01T00:00:00.000Z.

I am having a difficult time getting this to work and an unable to find any 
working examples.

The CQL tutorial, 
http://docs.geoserver.org/stable/en/user/tutorials/cql/cql_tutorial.html, does 
not contain a date example.

It looks like there is a Timestamp filter function but I am not sure how to use 
it.

Does any one have a working CQL date range example? 

Thanks,

Nathan
--
___
Geoserver-users mailing list
Geoserver-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users


[Geoserver-users] Mongodb Extension

2015-05-07 Thread Reese, Nathan
The mongodb extension is currently labeled as unsupported. Are there any plans 
to update the mongodb extension for the latest Mongo geospatial features and 
support the extension?


Thanks,


Nathan
--
One dashboard for servers and applications across Physical-Virtual-Cloud 
Widest out-of-the-box monitoring support with 50+ applications
Performance metrics, stats and reports that give you Actionable Insights
Deep dive visibility with transaction tracing using APM Insight.
http://ad.doubleclick.net/ddm/clk/290420510;117567292;y___
Geoserver-users mailing list
Geoserver-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users


[Geoserver-users] (no subject)

2015-05-07 Thread Reese, Nathan

--
One dashboard for servers and applications across Physical-Virtual-Cloud 
Widest out-of-the-box monitoring support with 50+ applications
Performance metrics, stats and reports that give you Actionable Insights
Deep dive visibility with transaction tracing using APM Insight.
http://ad.doubleclick.net/ddm/clk/290420510;117567292;y___
Geoserver-users mailing list
Geoserver-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users