Hello Jeffrey! I've successfully integrated your Draw widget into my web application and it's functioning smoothly.
However, I have a query/request: Is there a way to enhance the Draw widget by adding an option to export KML files? This would enable users to save their drawings in KML format, which would be incredibly beneficial.
I've attempted to display the drawLayer, and while it appears in the layer list widget, I'm still unable to export it. Here's the code snippet:
componentDidMount() {
this.setState({widgetInit: true});
this.drawLayer = new GraphicsLayer({id:"DrawGL", listMode: 'show'});
}
Could you provide any suggestions on how to implement this feature? Thanks for your help!