[Qgis-user] How to digitze points, linestrings, polygons in a single PostGIS geometry-column

2012-12-17 Thread Astrid Emde
Hello, in a project I want to handle in one PostgreSQl/PostGIS table different geometrytypes (POINT, LINESTRING, POLYGON or even MULTI-objects) in a single geometrycolumn. Then I would like to digitize with QGIS new objects. Is this possible? I tried it already but in QGIS it is not possible to

[Qgis-user] When is QGIS Master going to be available again in the ppa?

2012-12-17 Thread Filipe Dias
Hi, I haven't been able to download the latest QGIS Master for while from the ppa (Linux Ubuntu 12.04. I read that there's a problem in the servers. Does anyone know when this is going to be solved? Tks Regards ___ Qgis-user mailing list

Re: [Qgis-user] How to digitze points, linestrings, polygons in a single PostGIS geometry-column

2012-12-17 Thread Bernhard Ströbl
Hi Astrid, AFAIK QGIS can only handle one geometry type per layer (how should it be displayed by default?) and only (Multi)points, -lines and -polygons. So there are IMHO two workarounds, both with views: 1) create three different tables ((Multi)point, (Multi)linestring and (Multi)polygon)

Re: [Qgis-user] How to digitze points, linestrings, polygons in a single PostGIS geometry-column

2012-12-17 Thread Vincent Picavet
Hello Astrid, in a project I want to handle in one PostgreSQl/PostGIS table different geometrytypes (POINT, LINESTRING, POLYGON or even MULTI-objects) in a single geometrycolumn. It is possible though really not recommanded. Then I would like to digitize with QGIS new objects. Is this

[Qgis-user] LecoS problem

2012-12-17 Thread Michał Bełcik
Hello I've just tried to run the LecoS plugin, but there was an error: Nie można wczytać wtyczki LecoS z powodu błędu wywołania jej metody classFactory() Traceback (most recent call last): File C:/Users/Work/Desktop/Dokumenty/Programs/apps/qgis-dev/./python\qgis\utils.py, line 189, in

Re: [Qgis-user] How to digitze points, linestrings, polygons in a single PostGIS geometry-column

2012-12-17 Thread Jürgen E . Fischer
Hi Astrid, On Mon, 17. Dec 2012 at 09:22:13 +0100, Astrid Emde wrote: in a project I want to handle in one PostgreSQl/PostGIS table different geometrytypes (POINT, LINESTRING, POLYGON or even MULTI-objects) in a single geometrycolumn. Then I would like to digitize with QGIS new objects. Is

Re: [Qgis-user] LecoS problem

2012-12-17 Thread Alexander Bruy
Seems you need to install scipy Python module On Mon, 17 Dec 2012 10:21:10 +0100 Michał Bełcik belcikmic...@gmail.com wrote: ImportError: No module named scipy -- Alexander Bruy ___ Qgis-user mailing list Qgis-user@lists.osgeo.org

Re: [Qgis-user] LecoS problem

2012-12-17 Thread Michał Bełcik
Last note: as I've seen, I'm probably lacking the Python scipy module. Could any of you pleas give me some tips how to install it easily (I'm completely new to Python, I must say), or has any links to a version that has already scipy attached - of course, if such version exists? I've seen one,

Re: [Qgis-user] LecoS problem

2012-12-17 Thread Albin Blaschka
Am 17.12.2012 10:28, schrieb Michał Bełcik: Python scipy module Hello! Already tried? http://www.scipy.org/Download or/respectively http://sourceforge.net/projects/scipy/files/scipy/0.11.0/

Re: [Qgis-user] MAN-Webclient Help-Links

2012-12-17 Thread Bernhard Ströbl
Hi Thomas, I sent a pull request that deactivates the table of contents. The problm is that the help is an Ext.Window instance so it is part of the calling website. If anybody has a fix for this go ahaead! Bernhard Am 14.12.2012 17:05, schrieb Thomas Baumann: Hello together, just a quick

Re: [Qgis-user] LecoS problem

2012-12-17 Thread Albin Blaschka
Hello! Another possibility is that Phyton and the respective modules are not in your PATH- System environment... Google might be your friend ;-) I googled with scipy windows and found the following pages, maybe they are useful:

[Qgis-user] OpenLayer scales differently from other in QGIS Print Composer

2012-12-17 Thread Alex Druk
Hi everyone, Sorry for primitive question from novice! I map different plant species distribution and use Google Physical layer (via OpenLayers plugin) as base map. The problem is that in Print Composer even when all layers visually look fine, Physical layer scales differently from all others

Re: [Qgis-user] OpenLayer scales differently from other in QGIS Print Composer

2012-12-17 Thread Samy Mezani
le 17/12/2012 16:20, Alex Druk a écrit: I map different plant species distribution and use Google Physical layer (via OpenLayers plugin) as base map. The problem is that in Print Composer even when all layers visually look fine, Physical layer scales differently from all others on paper or in

Re: [Qgis-user] OpenLayer scales differently from other in QGIS Print Composer

2012-12-17 Thread Albin Blaschka
Hello! The layers you mentioned (Google, those derived from OSM) have only distinct scales (and their very own projection) - if your map is somewhere between two of those scale-levels it could be possible that your layers do not align properly - at least it was like that here with a project

[Qgis-user] QGIS Web Client - Problem Load Map

2012-12-17 Thread Ahmed-Diouf DIRIEH DIBAD
Hello, I installed QGIS QGIS Server and QGIS Web Client. First, the file WMS Get Capabilitie works so it shows that QGIS Server works well But I can't see my map in QGIS Browser . QGIS Browser displays but loading is infinite... -- * **Dr DIRIEH DIBAD Ahmed-Diouf** *

Re: [Qgis-user] How to digitze points, linestrings, polygons in a single PostGIS geometry-column

2012-12-17 Thread pcreso
Hi Astrid, The only way of doing what you suggest is to create your table, then add views splitting out the geometries into the different types for use in QGIS. Update rules may need to be applied to the views to support editing through them There are other ways of achieving a similar effect,

Re: [Qgis-user] OpenLayer scales differently from other in QGIS Print Composer

2012-12-17 Thread Alex Druk
I am running QGIS 1.8.0-Lisboa on Mac 10.8.2 Yes, my problem looks like the bug http://hub.qgis.org/issues/**6653http://hub.qgis.org/issues/6653 On Mon, Dec 17, 2012 at 4:20 PM, Alex Druk alex.d...@gmail.com wrote: Hi everyone, Sorry for primitive question from novice! I map different

Re: [Qgis-user] QGIS Web Client - Problem Load Map

2012-12-17 Thread Salvatore Larosa
Hi, 2012/12/17 Ahmed-Diouf DIRIEH DIBAD diou...@gmail.com Hello, I installed QGIS QGIS Server and QGIS Web Client. First, the file WMS Get Capabilitie works so it shows that QGIS Server works well But I can't see my map in QGIS Browser . QGIS Browser displays but loading is infinite...

Re: [Qgis-user] Add new selection to previous selected items

2012-12-17 Thread Goyo
2012/12/16 Xan Vieiro gallaec...@gmail.com: The question is how to do that when you apply a filter (or advanced search) opening the attributes table? There doesn't seem to be a way for doing it in the attribute table other than saving your query as a file, then load and edit it. You can also

Re: [Qgis-user] How to digitze points, linestrings, polygons in a single PostGIS geometry-column

2012-12-17 Thread Astrid Emde
Hello, thanks to all of you for the feedback. Looks like it is better, not to handle different geometrytype in one column. I will try your suggestions Thanks Astrid On Mon, December 17, 2012 5:32 pm, pcr...@pcreso.com wrote: Hi Astrid, The only way of doing what you suggest is to create