On Thu, Oct 25, 2007 at 03:17:25PM -0400, Vincent-Gabriel Vall?e wrote: > Hello, > > where is the default geometry for a point drawn on a WFS or GML layer > assigned to the small orange circle?
Each renderer uses a 'circle' type node -- v:oval in VML, svg:circle in SVG -- drawn at the specified point. (In other words, it's not actulaly a geometry that's being drawn, just a point geometry with a special type.) > I want to have a different shape instead of this default. I have > defined a function for preInsertFeature to replace the geometry but is > there a better way to do this? Probably not. Regards, -- Christopher Schmidt MetaCarta _______________________________________________ Users mailing list [email protected] http://openlayers.org/mailman/listinfo/users
