Hi I have problem to set the opacity of a point in a line geometry that is being changed? Points that are on the edges of links have correct opacity = 1. But points between have some opacity that I have no idea how to change? The screen below shows it all.
http://img11.imageshack.us/img11/8026/erroroh.jpg I would like to have all the points red, with no opacity. Does anyone know how to do it?? My code: wfs_style = new OpenLayers.StyleMap({ "default": { strokeWidth : 5, strokeColor : "#ff0000", strokeOpacity:1, fillOpacity : 1, fillColor: "#ff0000", pointRadius: 5 }, "select": { strokeWidth : 5, strokeColor : "#0000FF", strokeOpacity:1, fillOpacity :1, fillColor:"#ff0000", pointRadius: 5 } }); zielona_wfs = new OpenLayers.Layer.WFS( "Zielona Gora WFS - drogi, postgis", "http://localhost:8080/geoserver/wfs?", {typename: 'topp:zielona_openstreets'}, { typename: 'zielona_openstreets', featureNS: 'http://www.openplans.org/topp', styleMap: wfs_style, extractAttributes: true } ); Regards, poul -- View this message in context: http://n2.nabble.com/Style-of-line-which-geometry-is-being-changed-tp4469289p4469289.html Sent from the OpenLayers Users mailing list archive at Nabble.com. _______________________________________________ Users mailing list [email protected] http://openlayers.org/mailman/listinfo/users
