0
votes
0answers
33 views

chage wfs layer style

i have a wfs point layer and call it with openlayers. its default css is fill:#ee9900; fill-opacity: 0.4; stroke: #ee9900; stroke-opacity: 1; stroke-width: 1px; stroke-linecap: round; ...
2
votes
2answers
621 views

Highlight the WFS Layer on mouseover

I've set up a WFS layer in openlayer: var v1497_shp = new OpenLayers.Layer.Vector("v1497_shp", { strategies: [new OpenLayers.Strategy.BBOX(), saveStrategy], //projection: new ...