[Qgis-developer] Thanks for all your work, but I got some trouble!

2014-04-09 Thread 高孝杰
This is my second time to write to you , but I don't know if you can receive my 
e-mail , cause I'm from China , we have some limites on the Internet . 


So  the problem is , I can't find many tutorials from the website , I’m using 
C++ and Qt for developing . I have read the tutorial in the source code package 
 from Tim Sutton , by the way thank you Tim , you gave me a very good tutorial 
to start QGis . But that's not enough , I have found there are some Python 
tutorials , but never much C++ tutorial , just API document . I want some 
papers about how the classes in QGis is constructed and how what can the do . 

I know maybe that's greed to send to you  and ask for some maritals , but I 
want to work with QGis , and I like QGis , so can’t find some C++ tutorial with 
QGis really make me mad!

If you read my e-mail , please write back to me , that’s important to me 
because only this way I can know wether  you can receive my letter or not .




Thank you very much , you  gays really did a fantastic work .





发自 Windows 邮件___
Qgis-developer mailing list
Qgis-developer@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-developer

[Qgis-developer] Installing on Ubuntu 14.04 Beta 1

2014-04-09 Thread Zoltan Szecsei

Hi Guys,
Is there a trick to installing QGIS (and the whole pile of Gdal, Grass, 
Ossim etc) on the latest ubuntu?

I get a lot of dependencies that cannot be met.

The purpose of this installation is to learn to write plugins for QGIS, 
and to  play around with Ossim and Grass.

I don't mind compiling from source if need be.

Can someone please point me to the way forward?

Thanks in advance,
Zoltan


--

===
Zoltan Szecsei PrGISc [PGP0031]
Geograph (Pty) Ltd.
GIS and Photogrammetric Services

P.O. Box 7, Muizenberg 7950, South Africa.

Mobile: +27-83-6004028
Fax:+27-86-6115323 www.geograph.co.za
===

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


Re: [Qgis-developer] Raster Save As.. on WMS layer

2014-04-09 Thread Radim Blazek
On Wed, Apr 9, 2014 at 7:30 AM, Nathan Woodrow madman...@gmail.com wrote:
 Hey all,

 Is it possible to do a raster Save As. on a WMS layer?

It should be possible and it works for me.

 Everything I try returns a black or blank image.

Try to catch a single request from debug output and open it in web browser.

Radim

 - Nathan

 ___
 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] working with qgis and pgadmin/psql...

2014-04-09 Thread Giovanni Manghi
Hi all,

while working with QGIS plus pgadmin and/or psql I often need to close
DB Manager or even QGIS entirely in oder to be able to perform some
operations with pgadmin/psql, even when QGIS is completely idle.

Is there any way to avoid this?

cheers

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


Re: [Qgis-developer] working with qgis and pgadmin/psql...

2014-04-09 Thread Paolo Cavallini
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Il 09/04/2014 18:03, Giovanni Manghi ha scritto:
 Hi all,
 
 while working with QGIS plus pgadmin and/or psql I often need to close
 DB Manager or even QGIS entirely in oder to be able to perform some
 operations with pgadmin/psql, even when QGIS is completely idle.

confirmed, it's quite annoying.
all the best.

- -- 
Paolo Cavallini - www.faunalia.eu
Corsi QGIS e PostGIS: http://www.faunalia.eu/training.html
-BEGIN PGP SIGNATURE-
Version: GnuPG v1
Comment: Using GnuPG with Icedove - http://www.enigmail.net/

iEYEARECAAYFAlNFcBIACgkQ/NedwLUzIr5ThACcCLozQr3jHJ4eMLWn7VRpZRVP
Ko8An1h9Hr5/RwHvJ3puUcgoMvKonI4n
=GbiQ
-END PGP SIGNATURE-
___
Qgis-developer mailing list
Qgis-developer@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-developer


Re: [Qgis-developer] working with qgis and pgadmin/psql...

2014-04-09 Thread Martin Dobias
Hi Giovanni

On Wed, Apr 9, 2014 at 6:03 PM, Giovanni Manghi
giovanni.man...@faunalia.pt wrote:
 Hi all,

 while working with QGIS plus pgadmin and/or psql I often need to close
 DB Manager or even QGIS entirely in oder to be able to perform some
 operations with pgadmin/psql, even when QGIS is completely idle.

 Is there any way to avoid this?

What versions are affected - dev / 2.2 / both?
What happens with QGIS / DB manager open? Waiting indefinitely / crash / ... ?

Maybe you are running out of available connections on the PostgreSQL
server - increasing their number in server configuration may help.

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


Re: [Qgis-developer] working with qgis and pgadmin/psql...

2014-04-09 Thread Giovanni Manghi
Hi Martin,

thanks for the answer.



 What versions are affected - dev / 2.2 / both?


I think both, for sure on master.


 What happens with QGIS / DB manager open? Waiting indefinitely / crash / ... ?


it happens that pgadmin/psql operations remain freezed, then when
closing qgis they immediately start and finish as expected.


 Maybe you are running out of available connections on the PostgreSQL
 server - increasing their number in server configuration may help.

on my local machine, for local work (just one user connected, me) I
have set postgresql.conf to accept max 100 connections, and still this
issue.
Should I put an higher value?


cheers!

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


Re: [Qgis-developer] new plugin Load TMS Layer

2014-04-09 Thread Pirmin Kalberer
Hi Etienne,

Am Montag, 7. April 2014, 18.45:05 schrieb Etienne Tourigny:
 I have put together a simple plugin to load a number of TMS layers using
 the GDAL TMS mini-driver [1]. I see it as a simple alternative to the more
 complete OpenLayers plugin.
 
 Code is at github for now [2]. Any suggestions are welcome (including
 plugin name). Also if you have any other working examples please let me
 know.
 
 Supported layers are OSM, Google, and other examples given in [1] (except
 those that don't work).

Using Google Maps via TMS URL's is against their TOS. That's also the reason, 
why I didn't approve the similar Tile Map Scale Plugin [1] yet.

[1] https://github.com/datalyze-solutions/TileMapScaleLevels

Regards
Pirmin

-- 
Pirmin Kalberer@PirminKalberer
Sourcepole - Linux  Open Source Solutions
Weberstrasse 5, 8004 Zürich,   Switzerland
Tel: 044 440 77 11   Direkt: 044 51 567 77
p...@sourcepole.ch http://www.sourcepole.ch

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


Re: [Qgis-developer] new plugin Load TMS Layer

2014-04-09 Thread Etienne Tourigny
Hi
Thanks for the thumbs up.
Can you explain if using Google Maps with the OpenLayers plugin respects
their TOS? Do you have any links for Google TOS using both tiles and web
view (used in OpenLayers)?

thanks Etienne


On Wed, Apr 9, 2014 at 7:59 PM, Pirmin Kalberer pi...@sourcepole.comwrote:

 Hi Etienne,

 Am Montag, 7. April 2014, 18.45:05 schrieb Etienne Tourigny:
  I have put together a simple plugin to load a number of TMS layers using
  the GDAL TMS mini-driver [1]. I see it as a simple alternative to the
 more
  complete OpenLayers plugin.
 
  Code is at github for now [2]. Any suggestions are welcome (including
  plugin name). Also if you have any other working examples please let me
  know.
 
  Supported layers are OSM, Google, and other examples given in [1] (except
  those that don't work).

 Using Google Maps via TMS URL's is against their TOS. That's also the
 reason,
 why I didn't approve the similar Tile Map Scale Plugin [1] yet.

 [1] https://github.com/datalyze-solutions/TileMapScaleLevels

 Regards
 Pirmin

 --
 Pirmin Kalberer@PirminKalberer
 Sourcepole - Linux  Open Source Solutions
 Weberstrasse 5, 8004 Zürich,   Switzerland
 Tel: 044 440 77 11   Direkt: 044 51 567 77
 p...@sourcepole.ch http://www.sourcepole.ch


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

Re: [Qgis-developer] new plugin Load TMS Layer

2014-04-09 Thread Etienne Tourigny
I meant heads up... not thumbs up


On Wed, Apr 9, 2014 at 9:28 PM, Etienne Tourigny etourigny@gmail.comwrote:

 Hi
 Thanks for the thumbs up.
 Can you explain if using Google Maps with the OpenLayers plugin respects
 their TOS? Do you have any links for Google TOS using both tiles and web
 view (used in OpenLayers)?

 thanks Etienne


 On Wed, Apr 9, 2014 at 7:59 PM, Pirmin Kalberer pi...@sourcepole.comwrote:

 Hi Etienne,

 Am Montag, 7. April 2014, 18.45:05 schrieb Etienne Tourigny:
  I have put together a simple plugin to load a number of TMS layers using
  the GDAL TMS mini-driver [1]. I see it as a simple alternative to the
 more
  complete OpenLayers plugin.
 
  Code is at github for now [2]. Any suggestions are welcome (including
  plugin name). Also if you have any other working examples please let me
  know.
 
  Supported layers are OSM, Google, and other examples given in [1]
 (except
  those that don't work).

 Using Google Maps via TMS URL's is against their TOS. That's also the
 reason,
 why I didn't approve the similar Tile Map Scale Plugin [1] yet.

 [1] https://github.com/datalyze-solutions/TileMapScaleLevels

 Regards
 Pirmin

 --
 Pirmin Kalberer@PirminKalberer
 Sourcepole - Linux  Open Source Solutions
 Weberstrasse 5, 8004 Zürich,   Switzerland
 Tel: 044 440 77 11   Direkt: 044 51 567 77
 p...@sourcepole.ch http://www.sourcepole.ch



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

Re: [Qgis-developer] working with qgis and pgadmin/psql...

2014-04-09 Thread Paolo Cavallini
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Il 09/04/2014 20:45, Giovanni Manghi ha scritto:

 What versions are affected - dev / 2.2 / both?
 
 
 I think both, for sure on master.

It's a long standing problem, present since I can remember.

 it happens that pgadmin/psql operations remain freezed, then when
 closing qgis they immediately start and finish as expected.

confirmed.

thanks.

- -- 
Paolo Cavallini - www.faunalia.eu
Corsi QGIS e PostGIS: http://www.faunalia.eu/training.html
-BEGIN PGP SIGNATURE-
Version: GnuPG v1
Comment: Using GnuPG with Icedove - http://www.enigmail.net/

iEYEARECAAYFAlNGMwoACgkQ/NedwLUzIr48IACeKi0zj6R1iMIo+8JzQa4MAQEu
NYsAoIEZtgt9Q1skPwfSJk5dtfgRd5xA
=ubt+
-END PGP SIGNATURE-
___
Qgis-developer mailing list
Qgis-developer@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-developer