ol2
ol2 copied to clipboard
can't load WFS with esri arcgis service
can't load WFS Data with arcgis servie: 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(',');
can load WFS with geoserver : var url = '/proxy.ashx?http://demo.opengeo.org/geoserver/wfs?' + 'service=WFS&request=GetFeature&'+ 'version=1.1.0&typename=osm:water_areas&'+ 'srsname=EPSG:3857&'+ 'bbox=' + extent.join(',');