<div dir="ltr"><div>When a points vector layer is enabled for editing, and the "Add Feature" tool is selected, when you click on the map you get a popup dialog ("Points - Feature Attributes") that allows you to enter the vector layer attributes.</div><div><br></div><div>Is it possible to programmatically access this dialog from a plugin that is going to add a point to the map, but would like an attribute dialog to pop up for entering the attributes? I would rather make use of the existing function and not reinvent it.</div><div><br></div><div>Is there a difference between these two functions when adding a feature to a vector layer other than the first adds a single feature and the second can add multiple features?</div><div><br></div>layer.addFeature(feature)<br><div>layer.dataProvider().addFeatures([feature])<br><br></div><div><br></div><div>Thanks,</div><div><br></div><div>Calvin<br></div><br></div>