Hi, On 7/30/07, Gertjan van Oosten <[EMAIL PROTECTED]> wrote: > Hi Steven, > > As quoted from "Steven M. Ottens" <[EMAIL PROTECTED]>: > > Gertjan van Oosten wrote: > > According to http://jira.codehaus.org/browse/MAP-340 GmlRendererOL > > should be able to replace GmlPointRenderer > > I first checked MAP-340 of course, but in GmlRendererOL I don't see the > normalImage/highlightImage elements anywhere. So my question remains: > where has the functionality gone?
This is now done by sld. Instead of normalImage and highlightImage, you have a config property sldModel. This points to a StyledLayerDescriptor model. Furthermore, you have a defaultStyle and a selectStyle property, pointing to style names in the StyledLayerDescriptor model. selectStyle will be used when the mouse is over a feature. You can see this in action in the shipTracks and GeoBliki examples. shipTracks uses images (with sld externalGraphic), GeoBliki uses vector points. Regards, Andreas. ------------------------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Still grepping through log files to find problems? Stop. Now Search log events and configuration files using AJAX and a browser. Download your FREE copy of Splunk now >> http://get.splunk.com/ _______________________________________________ mapbuilder-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/mapbuilder-devel
