> Gabriel, > As an aside, I've been looking at the wfs-2 datastore work you pointed > me at and trying to find a graceful way of adding the query version > filtering that won't be limited to ResourceId filters. I was hoping > to have something sensible to discuss with you about that, but haven't > had any time on it today :(
ping me on IRC when you want. I'm not sure if you're talking about the native GeoGit datastore of the wrapper one that enables versioning for other stores. The former should of course work with any query, the idea with the wrapper was to delegate to geogit only if the query includes some versioning construct (which at the time of writing was only ResourceId, now we have also Query.getVersion()), or delegate to the wrapped datastore for the "current" state, assuming it will perform better as geogit doesn't have indexing yet (spatial or otherwise, except for feature id). Gabriel ------------------------------------------------------------------------------ RSA(R) Conference 2012 Save $700 by Nov 18 Register now http://p.sf.net/sfu/rsa-sfdev2dev1 _______________________________________________ Geotools-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/geotools-devel
