Hi all,

Since this falls between GeoTools and GeoServer, I figured I'd bump it and cross-post.

Phrased differently, "Does the CoverageFactory interface have the same hooks for auto EditPanel generation as the DataStore interface?"

As the minute, in order to add a raster data source, we are finding that we have to override GeoServer classes. For vector data sources, we have never had to do that. Are we missing something?

Cheers,

Jim

On 02/01/2016 09:25 AM, Emilio Lahr-Vivaz wrote:
Hello,

I'm a developer working on the GeoMesa project. We're trying to add a custom raster data source and integrate it into GeoServer 2.8.x. However, we'd like to not extend any GeoServer classes out of an abundance of caution around GPL licensing (we're Apache 2). With vector data sources, all of the information regarding configuration is pulled out of the getParametersInfo method - perfect for us. However, it seems that for raster data sources, any custom configuration has to be done by extending the GeoServer StoreEditPanel - something we'd prefer to avoid.

One potential work-around we found is to register a custom URL handler, and use it to parse our configuration. However, that involves messy classloading issues, such that we would have to install code in the JRE.

Are there any other extension points we're missing for configuration of raster data sources?

Thanks,

Emilio Lahr-Vivaz


------------------------------------------------------------------------------
Site24x7 APM Insight: Get Deep Visibility into Application Performance
APM + Mobile APM + RUM: Monitor 3 App instances at just $35/Month
Monitor end-to-end web transactions and take corrective actions now
Troubleshoot faster and improve end-user experience. Signup Now!
http://pubads.g.doubleclick.net/gampad/clk?id=267308311&iu=/4140


_______________________________________________
Geoserver-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/geoserver-devel

------------------------------------------------------------------------------
Site24x7 APM Insight: Get Deep Visibility into Application Performance
APM + Mobile APM + RUM: Monitor 3 App instances at just $35/Month
Monitor end-to-end web transactions and take corrective actions now
Troubleshoot faster and improve end-user experience. Signup Now!
http://pubads.g.doubleclick.net/gampad/clk?id=272487151&iu=/4140
_______________________________________________
Geoserver-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/geoserver-devel

Reply via email to