Re: [Geoserver-devel] How to send requests to GeoServer from a external web page

2009-11-11 Thread Justin Deoliveira
Hi Damith, You could do this is a couple of ways. The first would be to hook some javascript into your page, and use ajax to send asynchronous requests to a geoserver instance. The OpenLayers library has great support for both WMS and WFS request. The downside being that you have to deal with t

[Geoserver-devel] How to send requests to GeoServer from a external web page

2009-11-10 Thread Damith Amarasena
Hello List, I'm new to GeoServer and need some great help from you guys. I'm building an web application to find shortest route. So, I need to know how to send requests from a external JSP page into GeoServer. I'm using PostGIS and pgrouting as well. Please help me. Thanks and regards, damith ---