Re: [Qgis-developer] QGis OSM_Editor_RemoteControl

2014-04-05 Thread Andre Joost
Am 04.04.2014 09:37, schrieb Geo DrinX: Hello All, I have problems with the OSM_Editor_RemoteControl plugin of QGis. It answers : Could not connect to the OSM editor. Did you start it ? But... I started Josm, as you can see here :

[Qgis-developer] Considerations around WFS layer and ArcGIS REST API Connector Plugin

2014-04-05 Thread Stefan Keller
Hi Devs, Tobias and I are working on the ArcGIS REST API Connector Plugin which reads WFS- and WMTS-alike services (called Feature Service and Map Service) from ArcGIS Online or ArcGIS Server 10.x. Let's call this a connection of type ArcGIS Layer, which creates a vector layer (in memory). 1.

[Qgis-developer] Deactivating multi-threaded rendering - Was: QGIS' TimeManager plugin in action

2014-04-05 Thread Anita Graser
Hi, Are there plans to let plugins (which are not working well with multi-threaded rendering) deactivate the feature when needed? Thanks and best wishes, Anita Am 04.04.2014, 05:44 Uhr, schrieb Mathieu Pellerin nirvn.a...@gmail.com: Hmm, is there no way to deactivate MTR? As far as I

Re: [Qgis-developer] Adding plugins to core?

2014-04-05 Thread Etienne Tourigny
On Sat, Apr 5, 2014 at 1:00 AM, Nathan Woodrow madman...@gmail.com wrote: I agree that adding the plugins to core would be a good idea however I don't feel that we should just add them in their current state. The plugin repository has the benefit of of being able to update things faster then

Re: [Qgis-developer] Adding plugins to core?

2014-04-05 Thread Alex Mandel
Perhaps the proposal is really, which plugins to ship by default? Which sounds the same but is slightly different or could be interpreted differently as add the plugins to core. I'm +1 for adding a few more default plugins to the distribution, especially if they are very common in usage. Remember

Re: [Qgis-developer] Vienna hackfest: QGIS Legend discussion

2014-04-05 Thread Leyan
On 03/26/2014 05:21 PM, kimaidou wrote: * display the legend as an interactive tree to let the user deactivate one or several rules or classes. Toggling one of the classes will just hide the corresponding features in the map. I think the feature would be a great addition, but it is a

Re: [Qgis-developer] Adding plugins to core?

2014-04-05 Thread AntonioLocandro
I think most users would have to download a few plugins before even considering using QGIS, which ones I certainly don't know since that would require community input via a poll or something but I would imagine a few should be installed by default like Processing e.g. Openlayers plugin once it's

[Qgis-developer] Plugin sync across machines via web file?

2014-04-05 Thread AntonioLocandro
Hi is it possible to sync the plugins from one machine across all the machines I use QGIS? Here is the situation I normally work with QGIS on my personal laptop, I have downloaded and tested several plugins and I have kept the ones I want. When I go to my office I work on my workstation but I

Re: [Qgis-developer] Plugin sync across machines via web file?

2014-04-05 Thread Alex Mandel
On 04/05/2014 11:20 AM, AntonioLocandro wrote: Hi is it possible to sync the plugins from one machine across all the machines I use QGIS? Here is the situation I normally work with QGIS on my personal laptop, I have downloaded and tested several plugins and I have kept the ones I want. When

Re: [Qgis-developer] Plugin sync across machines via web file?

2014-04-05 Thread AntonioLocandro
Hmm but that would require putting all the plugin files in sync right? I was thinking of something like QGIS generates automatically a list of installed plugins and updates a txt file to a path, it could be on the computer and I can upload to somewhere or to a folder which syncs automatically

[Qgis-developer] Performance Tuning qgis.org

2014-04-05 Thread Alex Mandel
I realized that we're no longer running any php based websites. Can someone verify that? If true we can try switching off Apache prefork for worker which is multi-threaded and might perform better. Thanks, Alex ___ Qgis-developer mailing list

Re: [Qgis-developer] Performance Tuning qgis.org

2014-04-05 Thread Richard Duivenvoorde
On 05-04-14 20:59, Alex Mandel wrote: I realized that we're no longer running any php based websites. Can someone verify that? If true we can try switching off Apache prefork for worker which is multi-threaded and might perform better. Hi Alex, I think you are right... but others, please

Re: [Qgis-developer] Performance Tuning qgis.org

2014-04-05 Thread Alex Mandel
On 04/05/2014 12:44 PM, Richard Duivenvoorde wrote: On 05-04-14 20:59, Alex Mandel wrote: I realized that we're no longer running any php based websites. Can someone verify that? If true we can try switching off Apache prefork for worker which is multi-threaded and might perform better.

Re: [Qgis-developer] Plugin sync across machines via web file?

2014-04-05 Thread Richard Duivenvoorde
- On 05-04-14 20:26, Alex Mandel wrote: On 04/05/2014 11:20 AM, AntonioLocandro wrote: Hi is it possible to sync the plugins from one machine across all the machines I use QGIS? Here is the situation I normally work with QGIS on my personal laptop, I have downloaded and tested several

Re: [Qgis-developer] Deactivating multi-threaded rendering - Was: QGIS' TimeManager plugin in action

2014-04-05 Thread Nathan Woodrow
Anita, I don't think this could be done nor should it be. What iisues do you have with your time manager and MTR? Nathan On 06/04/2014 1:11 am, Anita Graser anitagra...@gmx.at wrote: Hi, Are there plans to let plugins (which are not working well with multi-threaded rendering) deactivate

Re: [Qgis-developer] Deactivating multi-threaded rendering - Was: QGIS' TimeManager plugin in action

2014-04-05 Thread Anita Graser
Hi Nathan, Am 05.04.2014, 22:54 Uhr, schrieb Nathan Woodrow madman...@gmail.com: What iisues do you have with your time manager and MTR? The export image series does not work properly anymore: it sometimes saves before the map is done rendering. Maybe there's some signal I could use?

Re: [Qgis-developer] Deactivating multi-threaded rendering - Was: QGIS' TimeManager plugin in action

2014-04-05 Thread Nathan Woodrow
Yeah there is a renderComplete() or renderJobFinsihed. I think you need to use renderJobFinished. - Nathan On Sun, Apr 6, 2014 at 8:05 AM, Anita Graser anitagra...@gmx.at wrote: Hi Nathan, Am 05.04.2014, 22:54 Uhr, schrieb Nathan Woodrow madman...@gmail.com: What iisues do you have with

Re: [Qgis-developer] Deactivating multi-threaded rendering - Was: QGIS' TimeManager plugin in action

2014-04-05 Thread Anita Graser
Am 06.04.2014, 00:08 Uhr, schrieb Nathan Woodrow madman...@gmail.com: Yeah there is a renderComplete() or renderJobFinsihed. I think you need to use renderJobFinished. Thanks! The process is currently controlled by a timer object. Do you know what's best practice to combine a time +

Re: [Qgis-developer] Performance Tuning qgis.org

2014-04-05 Thread Tom Kralidis
Could the docs / website be built elsewhere and then just scp'd over? Might lessen the processing load on the live site. Sent from my iPhone On Apr 5, 2014, at 15:54, Alex Mandel tech_...@wildintellect.com wrote: On 04/05/2014 12:44 PM, Richard Duivenvoorde wrote: On 05-04-14 20:59, Alex

Re: [Qgis-developer] Adding plugins to core?

2014-04-05 Thread Etienne Tourigny
On Sat, Apr 5, 2014 at 1:13 PM, Etienne Tourigny etourigny@gmail.comwrote: On Sat, Apr 5, 2014 at 1:00 AM, Nathan Woodrow madman...@gmail.comwrote: I agree that adding the plugins to core would be a good idea however I don't feel that we should just add them in their current state.

Re: [Qgis-developer] Deactivating multi-threaded rendering - Was: QGIS' TimeManager plugin in action

2014-04-05 Thread Mathieu Pellerin
Seems code will have to move away from a timer and instead trigger rendering on determined timeout which will trigger another timeout upon renderJobFinish if timemanager is playing / exporting. MRT has greatly improved interaction with timemanager time slider btw. M On 6 Apr 2014 05:30, Anita