Jeremie Cornet
"I've added it to the next release
. But i hav'nt add UI in settings to manage this default symbols (and will not)."
If I make adjustments to the default color within the config.json file should this not automatically update the widget. I have edited the code below as I want it to default to a red outline. Or do I have to add a UI section to the HTML?
"defaultSymbols":{
"SimpleMarkerSymbol":{"color":[255, 0, 0],"size":15,"angle":0,"xoffset":0,"yoffset":0,"type":"esriSMS","style":"esriSMSCircle","outline":{"color":[255, 0, 0],"width":0.75,"type":"esriSLS","style":"esriSLSSolid"}},
"SimpleLineSymbol": {"color":[255, 0, 0],"width":1.5,"type":"esriSLS","style":"esriSLSSolid"},
"SimpleFillSymbol": {"color":[255, 0, 0],"outline":{"color":[255, 0, 0],"width":0.75,"type":"esriSLS","style":"esriSLSSolid"},"type":"esriSFS","style":"esriSFSSolid"},
"TextSymbol":false