Re: [Qgis-user] HomeRange plugin updated

2009-04-09 Thread Anne Ghisla
John C. Tull ha scritto: This might be related to OS X weirdness with library linking. I can reproduce this problem in ftools also. I'll report back if I it working. thanks for testing. I can send you previous vesion of the plugin to check if it works - but I haven't changed a line of the

Re: [Qgis-user] HomeRange plugin updated

2009-04-09 Thread Anne Ghisla
John C. Tull ha scritto: I've worked out the OS X linking issues. When I run on a modest dataset, I now receive the following error. I'd be happy to test with another shapefile of points if it will help. An error has occured while executing Python code: Traceback (most recent call last):

Re: [Qgis-user] Linking an external attribute table..

2009-04-09 Thread Borys Jurgiel
Thursday 09 of April 2009 13:08:26 no-reply napisaƂ(a): Is there in the core? Is any plugin capable to perform such attribute linkage ? Unfortunately linking tables on the fly is not inmplemented yet. For now, you need to create a new shapefile with the linked table: Tools - Data Management

Re: [Qgis-user] Relational Databases and PostGIS formatting of Vector Data

2009-04-09 Thread Peter Willis
Alex Mandel wrote: I'm a little lost here, in my experience a vector layer becomes a table, not multiple tables and all the geometries are stored in a blob column no matter what type it is. That's what I'm curious about. Each vector is becoming a table unto itself. That's not proper normal

Re: [Qgis-user] Linking an external attribute table..

2009-04-09 Thread Alex Mandel
I accomplish this by using the Grass plugin and the sqlite driver for data storage. 1. Create a Grass Mapset 2. Change the driver to sqlite db.connect (I think) 3. Import the Vector layer to Grass 4. Now you can import any other attribute tables you want into your sqlite database, I use the

Re: [Qgis-user] Relational Databases and PostGIS formatting of Vector Data

2009-04-09 Thread Carson Farmer
Peter, What tool did you use to import the layer into POSTGIS? Quantum GIS. My guess is you actually used the SPIT plugin, which is a C++ plugin included with QGIS, and is a gui frontend to shp2pgsql... Carson ___ Qgis-user mailing list

Re: [Qgis-user] HomeRange plugin updated

2009-04-09 Thread John C. Tull
In addition to the last error, when I quit and restart qgis after loading and installing the HomeRange plugin, I get this error during startup. Afterwards, the HomeRange plugin cannot be loaded: Couldn't load plugin HomeRange_plugin from ['/Applications/

Re: [Qgis-user] Relational Databases and PostGIS formatting of Vector Data

2009-04-09 Thread Carson Farmer
Yes, that is correct. Are there any other 'shp ingesters' for use with QGIS? AFAIK the PostGIS manager plugin is also able to load shapefiles into PostGIS, and this is a nice simple way to manage your database directly from within QGIS. I am thinking that my complaint regarding proper

Re: [Qgis-user] Relational Databases and PostGIS formatting of Vector Data

2009-04-09 Thread Martin Dobias
On Thu, Apr 9, 2009 at 7:53 PM, Peter Willis pet...@borstad.com wrote: Carson Farmer wrote: Peter, What tool did you use to import the layer into POSTGIS? Quantum GIS. My guess is you actually used the SPIT plugin, which is a C++ plugin included with QGIS, and is a gui frontend to

Re: [Qgis-user] Relational Databases and PostGIS formatting of Vector Data

2009-04-09 Thread Carson Farmer
On Thu, Apr 9, 2009 at 7:53 PM, Peter Willis pet...@borstad.com wrote: Carson Farmer wrote: Peter, What tool did you use to import the layer into POSTGIS? Quantum GIS. My guess is you actually used the SPIT plugin, which is a C++ plugin included with

[Qgis-user] WFS/WMS layers behind HTTP/HTTPS basic auth

2009-04-09 Thread Peter Willis
Hello, I am wondering if there is a way to get QGIS to request the basic auth user name and password for WMS/WFS URLs that are protected by HTTP basic auth. When I put a URL (that uses basic auth) into the WMS server connections I just get an error that the return message is misunderstood when