By using code below, we can query featureSet to ArcGIS Sample Server.

queryTask = new
esri.arcgis.gmaps.QueryTask("http://sampleserver1.arcgisonline.com/ArcGIS/rest/services/Demographics/ESRI_Census_USA/MapServer/3";);

I have published data on Geoserver by REST service. 1. Can i make this type
of query (QueryTask) to Geoserver ? 2. what the URL string should i use? As
i understood, The URL should be ("http://localhost:8080/geoserver/rest/";).
But I dont know the complete URL. I mean what should i append with the URL
after /rest/..... Can anybody explain the complete format of URL ?

-- 
View this message in context: 
http://old.nabble.com/What-URL-should-i-use---tp30919758p30919758.html
Sent from the GeoServer - User mailing list archive at Nabble.com.


------------------------------------------------------------------------------
The ultimate all-in-one performance toolkit: Intel(R) Parallel Studio XE:
Pinpoint memory and threading errors before they happen.
Find and fix more than 250 security defects in the development cycle.
Locate bottlenecks in serial and parallel code that limit performance.
http://p.sf.net/sfu/intel-dev2devfeb
_______________________________________________
Geoserver-users mailing list
Geoserver-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users

Reply via email to