OpenLayer加载WFS图层及C#编写ASP.net代理解决跨域问题
OpenLayer跨域访问geoserver居然要用到代理,貌似Felx就不用。Java实现OpenLayers跨域代理程序 http://www.linuxidc.com/Linux/2014-01/95411.htm用C#编写代理网上普遍是这样的: public class GeoServerProxy1 : IHttpHandler { public void ProcessRequest(HttpContext context) {...