[Qgis-developer] help required regarding identify feature

Martin Dobias wonder.sk at gmail.com
Tue Jan 19 07:05:01 EST 2010


On Tue, Jan 19, 2010 at 6:46 AM, aekansh <aekansh.12 at gmail.com> wrote:
> Hi All,
>
> I am trying to build a python application in this i am building a software
> module, where i require to retrive the feature information by just clicking
> on it.But I am unable to to use the QgsMapToolIdentify. Please help in
> providing some coding help.

QgsMapToolIdentify class is not a part of gui library, thus can't be
used within plugins. But in case you're interested in some of the
functionality it provides, feel free to check the code
(src/app/qgsmaptoolidentify.cpp) and port it to python.

Regards
Martin


More information about the Qgis-developer mailing list