I guess Bart is saying that the RegularPolygon handler has an API
method named "clear" (which clear the sketch layer's renderer and
destroy the features in that layer), which the other drawing handlers
don't have. I'm personally wondering why "clear" is in an API method
in the reg polygon handler in the first place. Eric

2008/11/7, Christopher Schmidt <[EMAIL PROTECTED]>:
> On Thu, Nov 06, 2008 at 09:10:20AM +0100, [EMAIL PROTECTED] wrote:
>> Hi list,
>>
>> why is the interface for clearing handlers not standardized? Maybe there
>> is a good reason for it that I am missing.
>
> Why do you need to clear handlers? I'm not seeing the use case, I don't
> think.
>
>
>> For Handler/RegularPolygon.js the function is called clear. It will clear
>> the renderer of the layer and call destroyFeatures() on the layer.
>>
>> For Handler/Path.js, Handler/Point.js and Handler/Polygon.js you have to
>> call destroyFeature directly.
>>
>> Would it not be better to have a API method called clear on all these
>> Handlers?
>>
>> Thoughts?
>>
>> Best regards,
>> Bart
>>
>> _______________________________________________
>> Dev mailing list
>> [email protected]
>> http://openlayers.org/mailman/listinfo/dev
>
> --
> Christopher Schmidt
> MetaCarta
> _______________________________________________
> Dev mailing list
> [email protected]
> http://openlayers.org/mailman/listinfo/dev
>
_______________________________________________
Dev mailing list
[email protected]
http://openlayers.org/mailman/listinfo/dev

Reply via email to