On Tue, Aug 25, 2009 at 7:20 PM, Heidt, Christopher
M.<christopher.m.he...@saic.com> wrote:
> The "temporary" style that exists in the other shape handlers
> doesn't seem to work with RegularPolygon.
> How do I change the style of a RegularPolygon during the draw phase?

Hi.

Either write a patch to Handler/RegularPolygon.js so it takes the
layerOptions config option into account (as Handler/Point.js does), or
provide a style property to the regular polygon handler through the
handlerOptions config option passed to the draw feature control:

new OpenLayers.Control.DrawFeature(layer, OpenLayers.Handler.RegularPolygon, {
    handlerOptions: {
        style: OpenLayers.Feature.Vector.style['temporary']
    }
});


Hope this helps,



-- 
Eric Lemoine

Camptocamp France SAS
Savoie Technolac, BP 352
73377 Le Bourget du Lac, Cedex

Tel : 00 33 4 79 44 44 96
Mail : eric.lemo...@camptocamp.com
http://www.camptocamp.com
_______________________________________________
Users mailing list
Users@openlayers.org
http://openlayers.org/mailman/listinfo/users

Reply via email to