adapting cql openlayers on localhost

المشرف العام

Administrator
طاقم الإدارة
I am trying to adapt the openlayers code on using cql on the US states layer [topp:states] (http://dev.openlayers.org/examples/cql-format.html). I am able to change the wfs layer from the http://demo.boundlessgeo.com/geoserver/ version to the local http://localhost:8080/geoserver/ but the localised code result in an empty map (without the wfs ... only base layer shows up) if I change the following code (found in cql html right before the end of the html body):

src="http://demo.boundlessgeo.com/geoserver/wfs?service=WFS&version=1.0.0&request=GetFeature&typename=topp:states&outputFormat=text/javascript&format_options=callback:loadFeatures" type="text/javascript"

TO:

src="http://localhost:8080/geoserver/wfs?service=WFS&version=1.0.0&request=GetFeature&typename=topp:states&outputFormat=text/javascript&format_options=callback:loadFeatures" type="text/javascript"

Thanks for the assistance.



أكثر...
 
أعلى