I have a single point layer (single symbol) in one map application that needs to be edited. I would like the user to be able to directly add features on the map, without clicking on the editor widget to select the layer. So, imagine a blank map with no tools, you click, fill in the attributes, and finish.
There is no setSelected() method under TemplatePicker (part of Editor), which would kind of facilitate that. I still want the user to fill the necessary attributes after clicking on the map.
Is that possible?