Issue Type: Bug Bug
Affects Versions: 2.3-RC1
Assignee: Andrea Aime
Created: 14/Mar/13 7:02 AM
Description:

I am playing around with heatmaps. So I modified your documented example and changed it to my needs. Now I wanted to show my original points as well using the same style and I came up with something like:

<UserStyle>
<!-- Original Elements -->
<FeatureTypeStyle>
....
</FeatureTypeStyle>

<!-- HEATMAP -->
<FeatureTypeStyle>
....
</FeatureTypeStyle>
</UserStyle>

This results in:

WARNING: Can't load a service for category "Operation". Cause is "ServiceConfigurationError: org.opengis.coverage.processing.Operation: Provider org.g
eotools (...) processing.OperationNotFoundException: No such "ZonalStats" operation for this processor.".
java.util.ServiceConfigurationError: org.opengis.coverage.processing.Operation: Provider org.geotools.coverage.processing.operation.ZonalStats could n
ot be instantiated: org.opengis.coverage.processing.OperationNotFoundException: No such "ZonalStats" operation for this processor.
at java.util.ServiceLoader.fail(ServiceLoader.java:224)
at java.util.ServiceLoader.access$100(ServiceLoader.java:181)
at java.util.ServiceLoader$LazyIterator.next(ServiceLoader.java:377)
at java.util.ServiceLoader$1.next(ServiceLoader.java:445)
at org.geotools.factory.FactoryRegistry.register(FactoryRegistry.java:826)
at org.geotools.factory.FactoryRegistry.scanForPlugins(FactoryRegistry.java:772)
at org.geotools.factory.FactoryRegistry.scanForPluginsIfNeeded(FactoryRegistry.java:805)
at org.geotools.factory.FactoryRegistry.getServiceProviders(FactoryRegistry.java:196)
at org.geotools.coverage.processing.CoverageProcessor.scanForPlugins(CoverageProcessor.java:578)
at org.geotools.coverage.processing.CoverageProcessor.getOperation(CoverageProcessor.java:455)
at org.geotools.renderer.lite.gridcoverage2d.GridCoverageRenderer.<clinit>(GridCoverageRenderer.java:181)

Both FeaturesTypeStyles are working standalone and if I reverse the order within my style to from (Originals, Heatmap) to (Heatmap, Originals) it works as well.

I always thought that different FeatureTypeStyles are kind of isolated or is this wrong?

Project: GeoServer
Priority: Major Major
Reporter: Tobias Warneke
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
------------------------------------------------------------------------------
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://p.sf.net/sfu/appdyn_d2d_mar
_______________________________________________
Geoserver-devel mailing list
Geoserver-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-devel

Reply via email to