On 21/01/2011, at 5:01 PM, Niels wrote: > I succeeded in getting wms:getFeatureInfo produce GML3 output from complex > features (Yay!). > > However, I am now working on using HTML templates with getFeatureInfo. > > I noticed in the code that processes templates, that it loads all features in > memory first. > However, it uses operations in the FeatureCollection that are not supported > by MappingFeatureCollection in app-schema. >
What operations in FeatureCollection are not supported by MappingFeatureCollection? Perhaps you want to take this to the geotools list if it is a problem to be worked out? But yeah; there should be no call to load everything at once; but even if the code does do that - it should not effect your implementation of FetaureCollection. Jody ------------------------------------------------------------------------------ Special Offer-- Download ArcSight Logger for FREE (a $49 USD value)! Finally, a world-class log management solution at an even better price-free! Download using promo code Free_Logger_4_Dev2Dev. Offer expires February 28th, so secure your free ArcSight Logger TODAY! http://p.sf.net/sfu/arcsight-sfd2d _______________________________________________ Geoserver-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/geoserver-devel
