Re: [Qgis-developer] error loading a shp

2012-09-09 Thread Paolo Cavallini
Il 08/09/2012 09:17, 欧阳乐岩 ha scritto:


 Yes, it is the new plugins polyg4qgis and pLine4qgis that cause this
 error.
confirmed: could you please open a ticket?
Thanks.

-- 
Paolo Cavallini - Faunalia
www.faunalia.eu
Full contact details at www.faunalia.eu/pc
Nuovi corsi QGIS e PostGIS: http://www.faunalia.it/calendario

___
Qgis-developer mailing list
Qgis-developer@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-developer


Re: [Qgis-developer] qgisworkshop

2012-09-09 Thread Tim Sutton
Hi

On Fri, Sep 7, 2012 at 6:21 PM, Paolo Cavallini cavall...@faunalia.it wrote:
 Il 05/09/2012 13:22, Paolo Cavallini ha scritto:
 Hi all.
 I'm reading http://www.qgisworkshop.org
 What should I do about the typos I encounter?
 Also, the material is © Copyright 2011, Greg Corradini and Aaron Racicot, 
 but I
 cannot find a licence of it. Where can I find it?
 All the best, and thanks.


Fork the project on GH then send a pull request for issues I guess.

https://github.com/cugos/qgisworkshop_org

License:

https://github.com/cugos/qgisworkshop_org/blob/master/LICENSE

Regards

Tim


 Hi all.
 Moreover, several links are broken. Are the authors interested in updating it?
 I can help if useful.
 All the best.
 --
 Paolo Cavallini - Faunalia
 www.faunalia.eu
 Full contact details at www.faunalia.eu/pc
 Nuovi corsi QGIS e PostGIS: http://www.faunalia.it/calendario
 ___
 Qgis-developer mailing list
 Qgis-developer@lists.osgeo.org
 http://lists.osgeo.org/mailman/listinfo/qgis-developer



-- 
Tim Sutton - QGIS Project Steering Committee Member (Release  Manager)
==
Please do not email me off-list with technical
support questions. Using the lists will gain
more exposure for your issues and the knowledge
surrounding your issue will be shared with all.

Visit http://linfiniti.com to find out about:
 * QGIS programming and support services
 * Mapserver and PostGIS based hosting plans
 * FOSS Consulting Services
Skype: timlinux
Irc: timlinux on #qgis at freenode.net
==
___
Qgis-developer mailing list
Qgis-developer@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-developer


Re: [Qgis-developer] Qgis Server and Python. Which solutions to have a python API?

2012-09-09 Thread Tim Sutton
Hi

On Sat, Sep 8, 2012 at 11:18 AM, G. Allegri gioha...@gmail.com wrote:
 I'm working on a project to port qgis-web-client under Django, witht the aim
 to build a Qgis Server web based manager and extended service provider.
 We've already implemented a basic structure, with a proxy (a Django view) to
 intercept the calls to qgis_mapserv.fcgi, and a view/template to expose the
 qgis-web-min.

 We would like to work as we used to do with Mapserver mapscript, to be able
 to have full control of the requests/responses flow, e.g. to implement
 authentication on specific services, requests and layers. We also would like
 to manage project options inside Django models. All these kind of things
 would be easy to implement if there were some kind of python bindings for
 Qgis Server. (PS: in this moment we do it controlling the query variables
 passed to the fcgi and filtering the fcgi requests)

 I see that qgis_mapserv.fcgi's code is statically linked in a monolithic
 fcgi executable, so it isn't possible to offer specific functionalities
 (e.g. project parsing) to external libs. To expose classes and methods we
 would need a version of qgis server's code made by dynamic libraries. Would
 it be possible?
 Otherwise, which solutions would you suggest to build a Qgis Server Python
 API?

 I premit that we're considering to sponsor its development.


Wonderful what client side libs are you using? ext3 still? I'm a
django + jquery fan and would love to see something along the lines of
what you describe built on that stack.

Note also that LizMap have AFAIK implemented a similar system (proxied
access to QGIS Server with a custom web client) but in php, maybe
there are ideas that can be lifted from their code.

Regards

Tim


 Have a nice weekend,
 Giovanni


 ___
 Qgis-developer mailing list
 Qgis-developer@lists.osgeo.org
 http://lists.osgeo.org/mailman/listinfo/qgis-developer




-- 
Tim Sutton - QGIS Project Steering Committee Member (Release  Manager)
==
Please do not email me off-list with technical
support questions. Using the lists will gain
more exposure for your issues and the knowledge
surrounding your issue will be shared with all.

Visit http://linfiniti.com to find out about:
 * QGIS programming and support services
 * Mapserver and PostGIS based hosting plans
 * FOSS Consulting Services
Skype: timlinux
Irc: timlinux on #qgis at freenode.net
==
___
Qgis-developer mailing list
Qgis-developer@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-developer