[Qgis-developer] "Pick point" in layer (C++Plugin)

Etienne Tourigny etourigny.dev at gmail.com
Mon Sep 10 06:16:46 PDT 2012


Implementing it as a python plugin, rather than a c++ plugin, means
more people can use it easily. Most plugins are in python.

On Mon, Sep 10, 2012 at 6:23 AM, Raymond Nijssen <r.nijssen at terglobo.nl> wrote:
> Not sure if I understand what you mean exactly, but have a look at the
> CadTools plugin. These tools often need a point or line to be drawn before
> you start the actual function.
>
> Good luck!
> Raymond
>
>
>
> On 09/10/2012 11:15 AM, Tasos Varoudis wrote:
>>
>> Hello,
>>
>> Im building a plugin (c++) and apart from the vector layer that I use I
>> need the user to be able to pick a point on the map (vector layer) as a
>> "seed" for one analysis I have.
>>
>> I imagine the steps as:
>>
>> Set all the option on the PluginGUI including the layer name (done) and
>> then before click DO JOB you need to click one button on the plugin to "pick
>> a point" on the layer.
>>
>> Any help how to do that?
>>
>> Thanks
>> Tasos
>> _______________________________________________
>> Qgis-developer mailing list
>> Qgis-developer at lists.osgeo.org
>> http://lists.osgeo.org/mailman/listinfo/qgis-developer
>>
>
> _______________________________________________
> Qgis-developer mailing list
> Qgis-developer at lists.osgeo.org
> http://lists.osgeo.org/mailman/listinfo/qgis-developer


More information about the Qgis-developer mailing list