thebookofopenlayers3 icon indicating copy to clipboard operation
thebookofopenlayers3 copied to clipboard

can't load arcgis service WFS Layer?

Open songsgroup opened this issue 10 years ago • 0 comments

in example "chapter03_07_query_wfs.html", i changed wfs data to
var url = '/proxy.ashx?http://dtc-sci02.esri.com/arcgis/services/OGC_DevSummit2014/MarineEcoRegions/MapServer/WFSServer?' + 'service=WFS&request=GetFeature&' + 'version=1.1.0&typename=OGC_DevSummit2014_MarineEcoRegions:MEOW_ECO&' + 'srsname=EPSG:3857&' + 'bbox=' + extent.join(','); data show in firebug but not showing in map;

songsgroup avatar Dec 14 '14 07:12 songsgroup