Thanks Francesco
>----Messaggio originale---- >Da: [email protected] >Data: 27/02/2015 22.49 >A: "[email protected]"<[email protected]> >Cc: "[email protected]"<[email protected]> >Ogg: Re: [Qgis-developer] Get starting point during add feature > >derivate or use directly an instance of: > >http://qgis.org/api/classQgsMapToolEmitPoint.html > >every mapTool has methods to convert pixel coordinates in map (OTF) or >layer coordinates. > >or > >if you want to piggyback qgis editing, attach the editing signal of >the QgsVectorLayer or that of the QgsVectorLayerEditBuffer. > >avoid using editing with dataProvider otherwise no event will be emitted. > >regards, Luigi Pirelli > >On 27 February 2015 at 16:20, [email protected] ><[email protected]> wrote: >> Hi all, >> I'm writing a plugin and i would like to get the first (starting point) >> vertex of a line vector feature during editing. >> The steps are: >> 1) enable a line vector to be editable >> 2)click on add feature button >> 3)When i click on mapcanvas to draw my first point, i would like to get the >> point and convert it into mapcoordinate >> >> The scope of it is to add a feature (point feature - starting point) to a >> test point layer so i can 'Autosnap' my drawing feature to the starting >> point. >> Anyone can help me? >> >> Thanks >> >> Francesco >> >> >> >> _______________________________________________ >> Qgis-developer mailing list >> [email protected] >> http://lists.osgeo.org/mailman/listinfo/qgis-developer > _______________________________________________ Qgis-developer mailing list [email protected] http://lists.osgeo.org/mailman/listinfo/qgis-developer
