Skip to content
gena edited this page Oct 30, 2017 · 12 revisions

Development

From Plugin Builder:

  • Copy or link the entire directory containing your new plugin to the QGIS plugin directory (~/.qgis2/python/plugins)

  • Compile the resources file using pyrcc4: pyrcc4 -o resources.py resources.qrc

  • Run the tests (make test)

  • Test the plugin by enabling it in the QGIS plugin manager

  • Customize it by editing the implementation file: qgis-earthengine-plugin.py

  • Modify your user interface by opening EarthEnginePlugin.ui in Qt Designer

  • http://www.qgis.org/pyqgis-cookbook/index.html

Clone this wiki locally