4
OpenLayers: nasıl WD katmanı ile SLD dosyası stil?
Win 2008 Server'da PostGIS / GeoServer / OpenLayers yığını üzerinde basit bir web haritalama hizmeti derlemesi ile deniyorum. PostGIS vektör katmanını kullanarak bindirme: var Index1v = new OpenLayers.Layer.Vector("Index1 v", { strategies: [new OpenLayers.Strategy.BBOX()], protocol: new OpenLayers.Protocol.WFS({ version: "1.1.0", url: "http://localhost:1979/geoserver/wfs", featureType: "bern_poly_s100", featureNS: "http://www.ispm.ch", srsName: "EPSG:900913" }) }); Katman doğru …