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
[email protected]
http://lists.osgeo.org/mailman/listinfo/qgis-developer

_______________________________________________
Qgis-developer mailing list
[email protected]
http://lists.osgeo.org/mailman/listinfo/qgis-developer

Reply via email to