I am working on a web mapping application which is build on Leaflet and Angular JSP libraries and relies on ArcGIS Map Services. We get token from ArcGIS's gettoken API through a WebAPI and that token is passed to subsequent calls of Leaflet to map services directly.
Since we are replacing ESRI services with Geoserver WMS but want to keep the services secure, we decided to pass all the map requests through WebAPI requests (Also this help in creating functionalities similar to GIS map services e.g. dynamic layer controls and legends instead of getLEgendgraphics). Currently I am working on getting the map images through WMS's GetMap request. Is it returning only PNG through API request to Leaflet will be workable in scenario with passed bbox, SRS and Zoom? Is there any plugin or an example you encounter (essentially source of image is now an API which is fetching GetMap result as PNG)? Thanks
------------------------------------------------------------------------------
_______________________________________________ Geoserver-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/geoserver-users
