Hi, We developed a Geoserver extension to provide real time raster image data from IBM PAIRS (ibmpairs.mybluemix.net) repository.
As part of the cleaning up of our extension, we would like to introduce a custom Connection schema ( "ibmpairs") specific to our plugin. This schema would appear and be accepted in the 'Connection' field of Geoserver's "create new datastore" dialog as indicated in the attached/embedded image: <http://osgeo-org.1560.x6.nabble.com/file/t384375/ibmpairsschema_geoserver_create_store.png> Presently, we use the http schema as a workaround, Geoserver internally verifies the schema and URL. If I try a custom schema or url which is not visible the Geoserver code internally atempts to verify the Connection and rejects it. Somehow we need to register our new schema with Geoserver and get a callback to intercept this Geoserver code that verifies the new Connection. How do we do this? (Our plugin is based on public class PairsFormatFactory implements GridFormatFactorySpi and implements extensions of public class PairsFormat extends AbstractGridFormat implements Format {...} and public class PairsCoverageReader extends AbstractGridCoverage2DReader implements GridCoverage2DReader {...} and is otherwise working. -- Sent from: http://osgeo-org.1560.x6.nabble.com/GeoServer-User-f3786390.html _______________________________________________ Geoserver-users mailing list Please make sure you read the following two resources before posting to this list: - Earning your support instead of buying it, but Ian Turton: http://www.ianturton.com/talks/foss4g.html#/ - The GeoServer user list posting guidelines: http://geoserver.org/comm/userlist-guidelines.html If you want to request a feature or an improvement, also see this: https://github.com/geoserver/geoserver/wiki/Successfully-requesting-and-integrating-new-features-and-improvements-in-GeoServer [email protected] https://lists.sourceforge.net/lists/listinfo/geoserver-users
