qgis / QGIS

QGIS is a free, open source, cross platform (lin/win/mac) geographical information system (GIS)
https://qgis.org
GNU General Public License v2.0
10.49k stars 2.99k forks source link

Expose all map tools that inherit from QgsMapTool to API #13660

Open qgib opened 13 years ago

qgib commented 13 years ago

Author Name: Nathan Woodrow (@NathanW2) Original Redmine Issue: 3601

Redmine category:python_plugins


Most of the handy tools eg qgsmaptooladdfeature and the editing tool, that people could use to build external qgis based apps are not exposed via the API and have to be hand built in each app, which can be pretty involved.

I think we should expose anything that inherits from [[QgsMapTool]]; which would make building external editing programs a lot easier for beginners.

qgib commented 12 years ago

Author Name: Giovanni Manghi (@gioman)


qgib commented 12 years ago

Author Name: Giovanni Manghi (@gioman)


qgib commented 12 years ago

Author Name: Borys Jurgiel (@borysiasty)


qgib commented 12 years ago

Author Name: Pirmin Kalberer (Pirmin Kalberer)


qgib commented 7 years ago

Author Name: Giovanni Manghi (@gioman)