Hello Everyone, We are developing a GIS web for the algerian government,de are using geotools for manipulating and importing vector data into a postgis database,we use it also for exporting vector data to Various formats like shape ...,we are using also geoserver for rendering the vector data into a wms map,we communicate with geoserver using the rest api for creating layers ,styles ... Now,the problem is at some point in the project we decide to not use geoserver anymore for wms,we wanted to develop our wms service because for exemple some users don't have the permission to view all the features from a layer on a Given map they can view only their affected region,we can't use cql filter on this because of performances issues in the front end ,request would be too big, we developed our wms service so far using geotools but we have performance issues because of the imageio library,i now that geoserver use Jai ext ,so we decided to use gs-wms module instead of using the whole geoserver ,we don't now how to use it to get wms images,in fact we have already developed how to get a feature collection for a given wms request like layer ,bbox and now we want to render the wms image from the feature collection using the gs-wms module,we have also a similaire question on how using gs-wfs to allow WFS and WSF-T request to our backend. Thank you for you support.
_______________________________________________ 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
