Re: [Qgis-developer] plugin dev - save to ogr vector file

2012-07-04 Thread Paolo Cavallini
Il 03/07/2012 20:17, Rob Nickerson ha scritto:

 I am brand new to QGIS (having got here from my work with OpenStreetMap) so 
 apologies
 if I am posting this in the wrong place. What I am trying to do is adapt the 
 fTools
 plugin so that it can save to any ogr verctor file format. The reason behind 
 this is
 that I found the ESRI shapefile format to be restrictive (e.g. attribute 
 values are
 limited to 254 chars - 80 in QGIS??).

that would be a very welcome addition, thanks. please note that fTools are now
incorporated also in Sextante plugin. The plugin also saves by default in shp, 
but
users can select other formats as well.
could this solve your problem?
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


[Qgis-developer] GGL2 plugin (beta) released

2012-07-04 Thread Víctor González
Hi all,

We have released the first version of the GGL2 plugin for Qgis [1]. It is
an ongoing development so you should use it with caution. With this plugin
you can use the Qgis layers as data in your GGL2 code as well as show the
results back in Qgis.

You can find more information in the documentation website [2]. There is no
Qgis Plugin section in the documentation yet, but the behavior is almost
the same as in gvSIG, so you can use that section.

Finally, there are some videos [3][4] that may be useful to see the main
plugin functionalities. These videos use gvSIG, but as I said earlier, the
Qgis plugin is quite similar so far. We hope you can use the plugin without
problems and get the most of the new GGL2-Qgis connection. Any bug report,
suggestion, whatever, is more than welcome.

Regards,
Víctor.

[1] http://www.gearscape.org/index.php/downloads
[2] http://www.gearscape.org/html/ggl2/tutorials/gis_interaction.html
[3] http://www.youtube.com/watch?v=tHJ3pFHHe6U
[4] http://www.youtube.com/watch?v=qcTTUMGuL5Q
___
Qgis-developer mailing list
Qgis-developer@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-developer


Re: [Qgis-developer] GGL2 plugin (beta) released

2012-07-04 Thread Noli Sicad
Hi Victor,

What about the Mac OS X version of this plugin?

Thanks.

Noli

On 7/4/12, Víctor González victorzi...@gmail.com wrote:
 Hi all,

 We have released the first version of the GGL2 plugin for Qgis [1]. It is
 an ongoing development so you should use it with caution. With this plugin
 you can use the Qgis layers as data in your GGL2 code as well as show the
 results back in Qgis.

 You can find more information in the documentation website [2]. There is no
 Qgis Plugin section in the documentation yet, but the behavior is almost
 the same as in gvSIG, so you can use that section.

 Finally, there are some videos [3][4] that may be useful to see the main
 plugin functionalities. These videos use gvSIG, but as I said earlier, the
 Qgis plugin is quite similar so far. We hope you can use the plugin without
 problems and get the most of the new GGL2-Qgis connection. Any bug report,
 suggestion, whatever, is more than welcome.

 Regards,
 Víctor.

 [1] http://www.gearscape.org/index.php/downloads
 [2] http://www.gearscape.org/html/ggl2/tutorials/gis_interaction.html
 [3] http://www.youtube.com/watch?v=tHJ3pFHHe6U
 [4] http://www.youtube.com/watch?v=qcTTUMGuL5Q

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


Re: [Qgis-developer] GGL2 plugin (beta) released

2012-07-04 Thread Víctor González
Hi Noli,

What is actually platform dependent is GGL2 itself, the separate
application that connects with Qgis. I'm afraid we haven't released a GGL2
version for Mac OS X so far, but maybe we should consider it for future
versions.

Víctor.

2012/7/4 Noli Sicad nsi...@gmail.com

 Hi Victor,

 What about the Mac OS X version of this plugin?

 Thanks.

 Noli

 On 7/4/12, Víctor González victorzi...@gmail.com wrote:
  Hi all,
 
  We have released the first version of the GGL2 plugin for Qgis [1]. It is
  an ongoing development so you should use it with caution. With this
 plugin
  you can use the Qgis layers as data in your GGL2 code as well as show the
  results back in Qgis.
 
  You can find more information in the documentation website [2]. There is
 no
  Qgis Plugin section in the documentation yet, but the behavior is
 almost
  the same as in gvSIG, so you can use that section.
 
  Finally, there are some videos [3][4] that may be useful to see the main
  plugin functionalities. These videos use gvSIG, but as I said earlier,
 the
  Qgis plugin is quite similar so far. We hope you can use the plugin
 without
  problems and get the most of the new GGL2-Qgis connection. Any bug
 report,
  suggestion, whatever, is more than welcome.
 
  Regards,
  Víctor.
 
  [1] http://www.gearscape.org/index.php/downloads
  [2] http://www.gearscape.org/html/ggl2/tutorials/gis_interaction.html
  [3] http://www.youtube.com/watch?v=tHJ3pFHHe6U
  [4] http://www.youtube.com/watch?v=qcTTUMGuL5Q
 

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


Re: [Qgis-developer] plugin dev - save to ogr vector file

2012-07-04 Thread Rob Nickerson
On Wednesday, 4 July 2012, Paolo Cavallini cavall...@faunalia.it wrote:
 Il 03/07/2012 20:17, Rob Nickerson ha scritto:

 I am brand new to QGIS (having got here from my work with OpenStreetMap)
so apologies
 if I am posting this in the wrong place. What I am trying to do is adapt
the fTools
 plugin so that it can save to any ogr verctor file format. The reason
behind this is
 that I found the ESRI shapefile format to be restrictive (e.g. attribute
values are
 limited to 254 chars - 80 in QGIS??).

 that would be a very welcome addition, thanks. please note that fTools
are now
 incorporated also in Sextante plugin. The plugin also saves by default in
shp, but
 users can select other formats as well.
 could this solve your problem?
 all the best.
 --

Sounds like this solves my problem.:-)

Is it worth spending a few moments to bring qgis online documentation up to
date?  I struggled to find the info I needed :-(

rob

 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

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


Re: [Qgis-developer] plugin dev - save to ogr vector file

2012-07-04 Thread Paolo Cavallini
Il 04/07/2012 10:53, Rob Nickerson ha scritto:

 Sounds like this solves my problem.:-)
 
 Is it worth spending a few moments to bring qgis online documentation up to 
 date?  I
 struggled to find the info I needed :-(

You're welcome to help :)
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


[Qgis-developer] qbrowser in other language

2012-07-04 Thread Richard Duivenvoorde

Hi List,

one of our translators asked me about the tranlated version of qbrowser.

While in the tsfiles I see the strings (and they are translated) I do 
not see a way to start qbrowser with a --lang flag or something.


So question: is there a way to have a translated qbrowser?

Mmm, looking into the code of browser/main.cpp it looks to me as if the 
'use translation' part is commented out?

Am I right?

Regards,

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


Re: [Qgis-developer] plugin dev - save to ogr vector file

2012-07-04 Thread rob . j . nickerson
Correction: Sextante doesn't solve my problem as the fTools algorithms are  
still restricted to saving to ESRI shapefiles only (well the centroids  
algorithm I tested was).


Rob


On , Rob Nickerson rob.j.nicker...@gmail.com wrote:



On Wednesday, 4 July 2012, Paolo Cavallini cavall...@faunalia.it wrote:
 Il 03/07/2012 20:17, Rob Nickerson ha scritto:

 I am brand new to QGIS (having got here from my work with  
OpenStreetMap) so apologies


 if I am posting this in the wrong place. What I am trying to do is  
adapt the fTools
 plugin so that it can save to any ogr verctor file format. The reason  
behind this is
 that I found the ESRI shapefile format to be restrictive (eg attribute  
values are



 limited to 254 chars - 80 in QGIS??).

 that would be a very welcome addition, thanks. please note that fTools  
are now
 incorporated also in Sextante plugin. The plugin also saves by default  
in shp, but

 users can select other formats as well.
 could this solve your problem?
 all the best.
 --



Sounds like this solves my problem.:-)


Is it worth spending a few moments to bring qgis online documentation up  
to date? I struggled to find the info I needed :-(




rob



 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






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


Re: [Qgis-developer] plugin dev - save to ogr vector file

2012-07-04 Thread Nathan Woodrow
It would be good if we could save the result of a fTools operation to a
memory layer so you don't have to always write to the disk.  You can always
save to ogr layer from the Save as... After that too

- Nathan

Sent from some fancy phone looking thingo
--
From: rob.j.nicker...@gmail.com
Sent: 4/07/2012 7:54 PM
To: cavall...@faunalia.it
Cc: qgis-developer@lists.osgeo.org
Subject: Re: [Qgis-developer] plugin dev - save to ogr vector file

Correction: Sextante doesn't solve my problem as the fTools algorithms are
still restricted to saving to ESRI shapefiles only (well the centroids
algorithm I tested was).

Rob


On , Rob Nickerson rob.j.nicker...@gmail.com wrote:


 On Wednesday, 4 July 2012, Paolo Cavallini cavall...@faunalia.it wrote:
  Il 03/07/2012 20:17, Rob Nickerson ha scritto:
 
  I am brand new to QGIS (having got here from my work with
OpenStreetMap) so apologies

  if I am posting this in the wrong place. What I am trying to do is
adapt the fTools
  plugin so that it can save to any ogr verctor file format. The reason
behind this is
  that I found the ESRI shapefile format to be restrictive (e.g.
attribute values are

  limited to 254 chars - 80 in QGIS??).
 
  that would be a very welcome addition, thanks. please note that fTools
are now
  incorporated also in Sextante plugin. The plugin also saves by default
in shp, but
  users can select other formats as well.
  could this solve your problem?
  all the best.
  --

 Sounds like this solves my problem.:-)

 Is it worth spending a few moments to bring qgis online documentation up
to date?  I struggled to find the info I needed :-(


 rob

  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

 

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


[Qgis-developer] [offline] bugs when importing table

2012-07-04 Thread Yves Jacolin (Free)
Hello,

Following the QGIS Mobile workshop in Berne for the Swiss QGIS user meeting, 
we found a bug in the offline plugin.

I would like to create a bug report. I have no idea where : Quantum GIS Deskop 
or User plugin (which doesn't list the offline plugin).

Thanks,

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


Re: [Qgis-developer] [offline] bugs when importing table

2012-07-04 Thread Marco Hugentobler

Hi Yves


I would like to create a bug report. I have no idea where : Quantum GIS Deskop
or User plugin (which doesn't list the offline plugin).


Quantum GIS Deskop is the right place for a ticket (the plugin is a C++ one 
that comes directly with the installation).

Regards,
Marco


Am 04.07.2012 15:01, schrieb Yves Jacolin (Free):

Hello,

Following the QGIS Mobile workshop in Berne for the Swiss QGIS user meeting,
we found a bug in the offline plugin.

I would like to create a bug report. I have no idea where : Quantum GIS Deskop
or User plugin (which doesn't list the offline plugin).

Thanks,

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



--
Dr. Marco Hugentobler
Sourcepole -  Linux  Open Source Solutions
Weberstrasse 5, CH-8004 Zürich, Switzerland
marco.hugentob...@sourcepole.ch http://www.sourcepole.ch
Technical Advisor QGIS Project Steering Committee

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


Re: [Qgis-developer] [offline] bugs when importing table

2012-07-04 Thread Yves Jacolin (Free)
Thanks Marco. I created the ticket.

Y.
Le mercredi 4 juillet 2012 16:21:20 Marco Hugentobler a écrit :
 Hi Yves
 
 I would like to create a bug report. I have no idea where : Quantum GIS
 Deskop or User plugin (which doesn't list the offline plugin).
 
 Quantum GIS Deskop is the right place for a ticket (the plugin is a C++ one
 that comes directly with the installation).
 
 Regards,
 Marco
 
 Am 04.07.2012 15:01, schrieb Yves Jacolin (Free):
  Hello,
  
  Following the QGIS Mobile workshop in Berne for the Swiss QGIS user
  meeting, we found a bug in the offline plugin.
  
  I would like to create a bug report. I have no idea where : Quantum GIS
  Deskop or User plugin (which doesn't list the offline plugin).
  
  Thanks,
  
  Y.
  ___
  Qgis-developer mailing list
  Qgis-developer@lists.osgeo.org
  http://lists.osgeo.org/mailman/listinfo/qgis-developer
___
Qgis-developer mailing list
Qgis-developer@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-developer


[Qgis-developer] Sextanter.colors

2012-07-04 Thread Paolo Cavallini
Hi all.
What is the usefulness of r.colors GRASS module in Sextante?
Applying a GRASS color table to a non-GRASS raster seems pointless, and I do 
not see
any practical consequence.
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


[Qgis-developer] Latest master updates from ubuntugis repository

2012-07-04 Thread Pedro Venâncio
Hi,

I have a strange thing. I am using ubuntugis repository

2.6.3.2 ubuntugis
deb    http://qgis.org/ubuntugis-nightly precise main
deb-src http://qgis.org/ubuntugis-nightly precise main
deb    http://ppa.launchpad.net/ubuntugis/ubuntugis-unstable/ubuntu precise main

but since June 13, the update manager did not show nor install the QGIS master 
updates automatically, although in the Versions, the latest builds appear.

https://dl.dropbox.com/u/5772257/qgis/qgis_ubuntugis.png


Someone with the same problem?

I'm using [X]ubuntu 12.04.

Thank you very much!
Pedro Venâncio

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


[Qgis-developer] the right way to make qgis-web-client work on Windows?

2012-07-04 Thread Giovanni Manghi
Hi all,

I have the need to make the qgis-web-client work on Windows (sigh!) and
I somehow managed to do it, but it doesn't seem the right way to me.

No problems with qgis server, just installed with osgeo4w and then
edited https_qgis.conf as described in the wiki.

QGIS server is then accessible trough

localhost/qgis/qgis_mapserv.fcgi.exe

and it works just fine.


Then I try to make the web client work the same way I do on Linux, by
editing GlobalOptions.js and changing 

var serverAndCGI = http://localhost/qgis/qgis_mapserv.fcgi.exe;;

to make it point where qgis server is working

But on Windows doesn't work and in access.log I can see that apache
rewrites the URL in the wrong way

127.0.0.1 - - [03/Jul/2012:19:56:44 +0100]
GET 
/qgis/qgis_mapserv.fcgi.exe-web-client/site/qgiswebclient.html?SERVICE=WMSVERSION=1.3REQUEST=GetCapabilities_dc=1341341804745service=WMSrequest=GetCapabilities
 HTTP/1.1 404 259

on the other hand if I set

var serverAndCGI = http://localhost/cgi-bin/qgis_mapserv.fcgi;;

as it is under Linux, then the rewrite looks ok, but it doesn't
obviously work on Windows

127.0.0.1 - - [03/Jul/2012:19:52:55 +0100]
GET 
/cgi-bin/qgis_mapserv.fcgi?map=C:/OSGeo4W/apache/htdocs/qgis-web-client/projects/helloworld.qgsSERVICE=WMSVERSION=1.3REQUEST=GetCapabilities_dc=1341341575105service=WMSrequest=GetCapabilities
 HTTP/1.1 404 223



I then found the following solution that works, but doesn't seem quite
right:

in httpd.conf changed

ScriptAlias /cgi-bin/ C:\OSGeo4W/bin/

to

ScriptAlias /cgi-bin/ C:\OSGeo4W/apps/qgis/bin/

and then removed the exe extension from qgis_mapserv.fcgi.exe inside
C:\OSGeo4W/apps/qgis/bin/.


What is the right way to do that?

cheers

-- Giovanni --



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