Closed mfrezza closed 5 months ago
Hi, basically setting any value to AvailableCreateTools in SketchWidget seems to have no effect.
Basic example:
<SketchWidget Position="OverlayPosition.TopRight" GraphicsLayerId="sketchLayer.Id" AvailableCreateTools="this.sketchCreateTools"/>
where
private List<string> sketchCreateTools = new() { "polyline" };
It will render any create tools, meaning it's using the default value. Tried changing/adding values but got the same results.
Thank you.
@mfrezza just wanted to let you know, I found the issue here, it will be fixed in the next GeoBlazor Pro release!
Hi, basically setting any value to AvailableCreateTools in SketchWidget seems to have no effect.
Basic example:
<SketchWidget Position="OverlayPosition.TopRight" GraphicsLayerId="sketchLayer.Id" AvailableCreateTools="this.sketchCreateTools"/>
where
private List<string> sketchCreateTools = new() { "polyline" };
It will render any create tools, meaning it's using the default value. Tried changing/adding values but got the same results.
Thank you.