[Qgis-developer] how develop app using class library
Denis Rouzaud
denis.rouzaud at gmail.com
Mon Sep 1 22:58:31 PDT 2014
Hi Salas,
You can have a look here:
http://www.qgis.org/en/site/getinvolved/development/index.html
You have basically three ways to customize your own GIS application.
From the easier to the more complex:
* Create a QGIS plugin. These are in Python and you have a lot of
examples [0]
* Create a standalone application in Python using QGIS lib.
* The same in C++
While looking at the first time, it seems interesting to go for a
standalone app, you should really consider the idea of the plugin:
* All the basics are already there, no need to redesign a new app
* Easier to maintain, and your application will automatically benefit
from the constant improvement of QGIS
* A lot of examples and code snippets
* Can profit to the whole community
Cheers,
Denis
[0] http://plugins.qgis.org/plugins/
On 01.09.2014 17:53, Francisco Salas wrote:
>
> Hi , all
>
> I am Beginner is my first question in this list.
>
> I need to develop one applications GIS with a interface accord to user
> petition using class library of qgis.
>
> What is the best options? , and where i can find some examples for this?
>
> Thanks ,
>
> Salas
>
>
>
> _______________________________________________
> Qgis-developer mailing list
> Qgis-developer at lists.osgeo.org
> http://lists.osgeo.org/mailman/listinfo/qgis-developer
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osgeo.org/pipermail/qgis-developer/attachments/20140902/474e1dfb/attachment.html>
More information about the Qgis-developer
mailing list