Re: [Qgis-developer] [Qgis-community-team] Web infrastructure

2012-09-10 Thread Paolo Cavallini
Il 11/09/2012 00:38, Tim Sutton ha scritto: > Beginnings are here: > > https://github.com/qgis/qgis.org > > Yawnoff to bed... Hi Tim, thanks for this. Can we set up an experimental.qgis.org website to see the progresses? I think this will motivate helpers. All the best. -- Paolo Cavallini

Re: [Qgis-developer] [Qgis-community-team] Web infrastructure

2012-09-10 Thread Radim Blazek
On Tue, Sep 11, 2012 at 8:17 AM, Alex Mandel wrote: > On 09/10/2012 12:51 AM, Tim Sutton wrote: >> Hi >> >> On Mon, Sep 10, 2012 at 9:48 AM, Paolo Cavallini >> wrote: >>> Hi all. >>> I'm noticing frequent downs in our infrastructure (now it's hub.qgis.org, >>> the other >>> day was qgis.org, et

Re: [Qgis-developer] [Qgis-community-team] Web infrastructure

2012-09-10 Thread Paolo Cavallini
Il 11/09/2012 08:29, Tim Sutton ha scritto: > Oh - I thought it was all free for FOSS projects? My main interest is > to consolidate our infrastructure - it has too many moving parts and > not enough grease monkeys to keep the cogs oiled agreed, the current structure is very complex, better K

Re: [Qgis-developer] [Qgis-community-team] Web infrastructure

2012-09-10 Thread Tim Sutton
Hi On Tue, Sep 11, 2012 at 8:17 AM, Alex Mandel wrote: > On 09/10/2012 12:51 AM, Tim Sutton wrote: >> Hi >> >> On Mon, Sep 10, 2012 at 9:48 AM, Paolo Cavallini >> wrote: >>> Hi all. >>> I'm noticing frequent downs in our infrastructure (now it's hub.qgis.org, >>> the other >>> day was qgis.org

Re: [Qgis-developer] [Qgis-community-team] Web infrastructure

2012-09-10 Thread Alex Mandel
On 09/10/2012 12:51 AM, Tim Sutton wrote: > Hi > > On Mon, Sep 10, 2012 at 9:48 AM, Paolo Cavallini > wrote: >> Hi all. >> I'm noticing frequent downs in our infrastructure (now it's hub.qgis.org, >> the other >> day was qgis.org, etc.). I feel we're having more traffic, and our current >> str

Re: [Qgis-developer] QGIS python vector layer select behaviour

2012-09-10 Thread Giuseppe Sucameli
Hi Tim, On Tue, Sep 11, 2012 at 12:01 AM, Tim Sutton wrote: > l.select(m, r, True, True) it doesn't highlight anything, it fetches features from the layer like l.dataProvider().select(m, r, True, True) does from the provider but it takes care of uncommitted features. Probably would be better to

Re: [Qgis-developer] [Qgis-community-team] Web infrastructure

2012-09-10 Thread Tim Sutton
Hi On Mon, Sep 10, 2012 at 8:06 PM, Tim Sutton wrote: > Hi > > On Mon, Sep 10, 2012 at 1:18 PM, Luciano Campagnolo > wrote: >> On Mon, Sep 10, 2012 at 7:46 AM, Paolo Cavallini >> wrote: >>> Il 10/09/2012 09:51, Tim Sutton ha scritto: >>> - migrate QGIS.org web site to rst so that we can a

[Qgis-developer] QGIS python vector layer select behaviour

2012-09-10 Thread Tim Sutton
Hi All If I take this simple little script and run it in the QGIS python console after loading e.g. the tests/testdata/points.shp, nothing gets selected: from qgis.utils import iface l = iface.activeLayer() r = iface.mapCanvas().extent() m = l.dataProvider().attributeIndexes() l.select(m, r, True

Re: [Qgis-developer] [Qgis-community-team] Web infrastructure

2012-09-10 Thread Tim Sutton
Hi On Mon, Sep 10, 2012 at 1:18 PM, Luciano Campagnolo wrote: > On Mon, Sep 10, 2012 at 7:46 AM, Paolo Cavallini > wrote: >> Il 10/09/2012 09:51, Tim Sutton ha scritto: >> >>> - migrate QGIS.org web site to rst so that we can a) host it on >>> gh-pages b) make it translatable more easily c) eas

[Qgis-developer] Upcoming Hackfest Essen - Note

2012-09-10 Thread Horst Düster
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Please note that in contrast to other years the QGIS Developer Meeting starts on Wednesday 3.10. and finishes on Sunday 7.10. The reason is, that the Linuxhotel sponsors the event with very cheap conditions for the project and they only have free rooms

Re: [Qgis-developer] 3-D visualisation in QGIS?

2012-09-10 Thread Marco Bernasocchi
On 09/10/2012 10:23 PM, qgis-user-requ...@lists.osgeo.org wrote: > Hi John, > 1.8.0 comes with a "Globe" plugin as standard which you can enable on the > "manage plugins" menu. In my experience its extremely flaky (just enabling > the plugin brings my entire computer to its knees, even though I h

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

2012-09-10 Thread kimaidou
I just tried it, and it works as expected ! I did see this new feature, but I did not realize the links where dynamic. Now I will try with Qgis Server. I hope we won't have problems with fcgi cache... Michael 2012/9/10 Tim Sutton > Hi > > On Mon, Sep 10, 2012 at 2:47 PM, kimaidou wrote: > >

Re: [Qgis-developer] "Pick point" in layer (C++Plugin)

2012-09-10 Thread Giovanni Manghi
On Mon, 2012-09-10 at 10:16 -0300, Etienne Tourigny wrote: > Implementing it as a python plugin, rather than a c++ plugin, means > more people can use it easily. Most plugins are in python. True, there is already a quite long list of C++ plugins/tools that were never added upstream and that died o

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

2012-09-10 Thread G. Allegri
Sent from Nexus Il giorno 10/set/2012 14:58, "Tim Sutton" ha scritto: > > Hi > > On Mon, Sep 10, 2012 at 2:47 PM, kimaidou wrote: > > Tim, > > > > I do not know this feature... I will search in the documentation to see how > > I can use it ! > > This is great :) > > > > Its under Layer -> Embed l

Re: [Qgis-developer] "Pick point" in layer (C++Plugin)

2012-09-10 Thread Etienne Tourigny
Implementing it as a python plugin, rather than a c++ plugin, means more people can use it easily. Most plugins are in python. On Mon, Sep 10, 2012 at 6:23 AM, Raymond Nijssen wrote: > Not sure if I understand what you mean exactly, but have a look at the > CadTools plugin. These tools often need

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

2012-09-10 Thread Tim Sutton
Hi On Mon, Sep 10, 2012 at 2:47 PM, kimaidou wrote: > Tim, > > I do not know this feature... I will search in the documentation to see how > I can use it ! > This is great :) > Its under Layer -> Embed layers and groups Regards Tim > Thanks, > Michael > > 2012/9/10 Tim Sutton >> >> Hi >> >>

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

2012-09-10 Thread kimaidou
Tim, I do not know this feature... I will search in the documentation to see how I can use it ! This is great :) Thanks, Michael 2012/9/10 Tim Sutton > Hi > > > > > Are you aware of the project nesting capability Marco added? It should > provide you with the 'define once, use many times' imple

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

2012-09-10 Thread Tim Sutton
Hi On Mon, Sep 10, 2012 at 1:13 PM, G. Allegri wrote: > 2012/9/10 kimaidou >> >> Hi Giovanni, >> >> * The print service will be supported in the next version. Not yet to >> follow the "release often" mantra > > > Do you have a schedule for the next version? > >> >> * We think rights management m

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

2012-09-10 Thread kimaidou
2012/9/10 G. Allegri > 2012/9/10 kimaidou > >> Hi Giovanni, >> >> * The print service will be supported in the next version. Not yet to >> follow the "release often" mantra >> > > Do you have a schedule for the next version? > Not yet, no. We will release V2 today or tomorrow. We have no sched

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

2012-09-10 Thread G. Allegri
2012/9/10 kimaidou > Hi Giovanni, > > * The print service will be supported in the next version. Not yet to > follow the "release often" mantra > Do you have a schedule for the next version? > * We think rights management must be kept simple for users. This is why we > choose deliberately to m

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

2012-09-10 Thread kimaidou
Hi Giovanni, * The print service will be supported in the next version. Not yet to follow the "release often" mantra * We think rights management must be kept simple for users. This is why we choose deliberately to manage rights per repositories and not per project nor layers. We think it is very

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

2012-09-10 Thread Paolo Cavallini
Il 10/09/2012 12:52, kimaidou ha scritto: > In the redmine hub.qgis, it is not possible for me to create a mercurial > repository > in the file systme, then pull from my repository and then modify the hub > project to > specify the repository path. To be able to do this, I would need full access

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

2012-09-10 Thread kimaidou
Hi Paolo, In the redmine hub.qgis, it is not possible for me to create a mercurial repository in the file systme, then pull from my repository and then modify the hub project to specify the repository path. To be able to do this, I would need full access (ssh) to qgis.org server. This is why I am

Re: [Qgis-developer] [Qgis-community-team] Web infrastructure

2012-09-10 Thread Paolo Cavallini
Il 10/09/2012 09:51, Tim Sutton ha scritto: > - migrate QGIS.org web site to rst so that we can a) host it on > gh-pages b) make it translatable more easily c) ease the load on the > server > - host downloads on gh > - use QGIS.org only for hosting django and doing builds > > An alterior motive i

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

2012-09-10 Thread Paolo Cavallini
Il 10/09/2012 12:13, kimaidou ha scritto: > Hi all, > > Lizmap will be release soon, as a Zip file. I do not know yet if I will > create a > bitbucket account to put the code here or not. Why not ! why not in main qgis source? all the best. -- Paolo Cavallini - Faunalia www.faunalia.eu Full con

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

2012-09-10 Thread G. Allegri
Hi Michael, the two projects will probably overlay similar features. We've never worked with Jelix, and we didn't want to learn another framework :) Anyway, sharing ideas is always the best way for OS projects. A couple of questions: - will you support the print service? - I haven't tried Lizmap

Re: [Qgis-developer] "Pick point" in layer (C++Plugin)

2012-09-10 Thread Giovanni Manghi
On Mon, 2012-09-10 at 10:47 +0100, Tasos Varoudis wrote: > CadTools looks like python plugin?! yes, cadtools is a python plugin. cheers -- Giovanni -- ___ Qgis-developer mailing list Qgis-developer@lists.osgeo.org http://lists.osgeo.org/mailman/listi

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

2012-09-10 Thread kimaidou
Hi all, Lizmap will be release soon, as a Zip file. I do not know yet if I will create a bitbucket account to put the code here or not. Why not ! Some of next lizmap features : * access rights management to repositories (1 repository = one folder in the server containing one or more projects). Yo

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

2012-09-10 Thread Tim Sutton
Hi On Mon, Sep 10, 2012 at 12:01 PM, G. Allegri wrote: > Hi, > the project is in very early development state. We've just implemented some > basic things for the current client we are working for, but we want to go on > with the development. > We're aware of LizMap (we're looking forward for its

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

2012-09-10 Thread G. Allegri
Hi, the project is in very early development state. We've just implemented some basic things for the current client we are working for, but we want to go on with the development. We're aware of LizMap (we're looking forward for its new release; question, is there a public repository?), but we prefe

Re: [Qgis-developer] "Pick point" in layer (C++Plugin)

2012-09-10 Thread Tasos Varoudis
CadTools looks like python plugin?! Thanks On 10 Sep 2012, at 10:23, Raymond Nijssen wrote: > Not sure if I understand what you mean exactly, but have a look at the > CadTools plugin. These tools often need a point or line to be drawn before > you start the actual function. > > Good luck! >

Re: [Qgis-developer] "Pick point" in layer (C++Plugin)

2012-09-10 Thread Raymond Nijssen
Not sure if I understand what you mean exactly, but have a look at the CadTools plugin. These tools often need a point or line to be drawn before you start the actual function. Good luck! Raymond On 09/10/2012 11:15 AM, Tasos Varoudis wrote: Hello, Im building a plugin (c++) and apart from

Re: [Qgis-developer] "Pick point" in layer (C++Plugin)

2012-09-10 Thread Paolo Cavallini
Il 10/09/2012 11:15, Tasos Varoudis ha scritto: > Hello, > > Im building a plugin (c++) and apart from the vector layer that I use I need > the user to be able to pick a point on the map (vector layer) as a "seed" for > one analysis I have. > > I imagine the steps as: > > Set all the option on

[Qgis-developer] "Pick point" in layer (C++Plugin)

2012-09-10 Thread Tasos Varoudis
Hello, Im building a plugin (c++) and apart from the vector layer that I use I need the user to be able to pick a point on the map (vector layer) as a "seed" for one analysis I have. I imagine the steps as: Set all the option on the PluginGUI including the layer name (done) and then before cl

[Qgis-developer] migrating plugins from old contributed repo to the new one

2012-09-10 Thread Giovanni Manghi
Hi all, there are a number of *working* plugins hosted on the old contributed repo that have not been migrated to the new one by their authors. Among them there are very useful tools that now the common user is not able to install with the plugin installer. Is there any reason why we cannot migra

Re: [Qgis-developer] [Qgis-community-team] Web infrastructure

2012-09-10 Thread Paolo Cavallini
Il 10/09/2012 09:51, Tim Sutton ha scritto: > This is what I would like to do: > > - migrate QGIS.org web site to rst so that we can a) host it on > gh-pages b) make it translatable more easily c) ease the load on the > server > - host downloads on gh > - use QGIS.org only for hosting django and

Re: [Qgis-developer] [Qgis-community-team] Web infrastructure

2012-09-10 Thread Tim Sutton
Hi On Mon, Sep 10, 2012 at 9:48 AM, Paolo Cavallini wrote: > Hi all. > I'm noticing frequent downs in our infrastructure (now it's hub.qgis.org, the > other > day was qgis.org, etc.). I feel we're having more traffic, and our current > structure > is overstretched. Where can we find server stat

[Qgis-developer] Web infrastructure

2012-09-10 Thread Paolo Cavallini
Hi all. I'm noticing frequent downs in our infrastructure (now it's hub.qgis.org, the other day was qgis.org, etc.). I feel we're having more traffic, and our current structure is overstretched. Where can we find server stats to check this? In any case, I think we should make our infrastructure s

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

2012-09-10 Thread rldhont
Le 10/09/2012 09:29, Giovanni Manghi a écrit : Hi Giovanni, On Sat, Sep 8, 2012 at 11:18 AM, G. Allegri 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

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

2012-09-10 Thread Giovanni Manghi
Hi Giovanni, > On Sat, Sep 8, 2012 at 11:18 AM, G. Allegri 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 vi