Ciao Yasin, I guess you are referring to WMS GetFeatureInfo. If I understood correctly what you have done, you did not developed a GeoTools plugin but you directly plugged into GeoServer your code that parses S57. Is this correct?
If you have created a coverage plugin in geoootols and then plugged into GeoServer I am afraid this is enough to respond to GetFeatureInfo but to support to WFS you also need to implement the datastore api which is the one to look at for vector data. Regards, Simone Giannecchini == GeoServer training in Milan, 6th & 7th June 2013! Visit http://geoserver.geo-solutions.it for more information. == Ing. Simone Giannecchini @simogeo Founder/Director GeoSolutions S.A.S. Via Poggio alle Viti 1187 55054 Massarosa (LU) Italy phone: +39 0584 962313 fax: +39 0584 1660272 mob: +39 333 8128928 http://www.geo-solutions.it http://twitter.com/geosolutions_it ------------------------------------------------------- On Fri, Jun 7, 2013 at 8:52 AM, yasin motcu <[email protected]> wrote: > Hello, > > I have implemented a standalone s57 plugin before. And I integrated it to > geoserver by making it to return GridCoverage2d to geoserver framework. So > geoserver can at least now respond getmap queries. Now I want to make it to > respond wms getfeature info request before implementing wfs functionality on > it. Could you please give me a hint about What way do I need to follow ? Is > there any related tutorial for it? > > Regards > > Yasin Motcu > > > ------------------------------------------------------------------------------ > How ServiceNow helps IT people transform IT departments: > 1. A cloud service to automate IT design, transition and operations > 2. Dashboards that offer high-level views of enterprise services > 3. A single system of record for all IT processes > http://p.sf.net/sfu/servicenow-d2d-j > _______________________________________________ > Geoserver-users mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/geoserver-users > ------------------------------------------------------------------------------ How ServiceNow helps IT people transform IT departments: 1. A cloud service to automate IT design, transition and operations 2. Dashboards that offer high-level views of enterprise services 3. A single system of record for all IT processes http://p.sf.net/sfu/servicenow-d2d-j _______________________________________________ Geoserver-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/geoserver-users
