[Qgis-user] Re: [Qgis-developer] JOIN error

2011-12-21 Thread Ramon Andiñach

On 19/12/2011, at 03:15 , Agustin Lobo wrote:

> I use Properties/JOINS to join a dbf table to a vector layer
> (fields ISO and ISO3 respectively). The Join works, but
> I get the following error when I  try to save the vector layer as
> a new shapefile:
> Export to vector file failed.
> Error: Feature write errors:
> Invalid variant type for field X[11]: received void with type
> Invalid variant type for field X[11]: received void with type
> (many times repeated)
> Only 24 of 246 features written.
> 
> The new layer is actually written (despite claiming "Export to vector
> failed") but only those countries with data in the dbf are available

Hi Agus,

I'm curious where you were trying to get to with this join?
(I know it's not working the way you would like, but thinking short term about 
a work around).

If you're heading for a map showing countries with that owl species, then you 
could get the same result (intentionally, with out the errors) using a sort and 
save selection, and then overlay the new layer on the world map.

More layers, similar result.

But it does depend what you were trying to do.

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


Re: [Qgis-user] Points to polygon

2011-12-21 Thread Ramon Andiñach

On 22/12/2011, at 02:51 , akin...@gmail.com wrote:

> Hi all,
> please is it possible to convert points to polygon?
> I have a points dataset, which is quite large. Is it possible for me to 
> convert it to polygon?
> Thanks

Not that I've tried them, but there are a couple of plugins that might fit your 
need.

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


[Qgis-user] Points to polygon

2011-12-21 Thread akin...@gmail.com
Hi all,
please is it possible to convert points to polygon?
I have a points dataset, which is quite large. Is it possible for me to convert 
it to polygon?
Thanks
Sent from my Nokia device
___
Qgis-user mailing list
Qgis-user@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-user


RE: [Qgis-user] (no subject)

2011-12-21 Thread Gerardo Jimenez

"how do I convert polylines to polygons?"

Go to Vector/Geometry tools/Lines to polygons. There is also a plugin 
(poligonizer)  with this function. A word of advice, your polylines must 
begin/end on common nodes

Hope it helps

Gerardo Jiménez Delgado
Instituto de Investigaciones Antropológicas
Universidad Nacional Autónoma de México
Ciudad Universitaria s/n
Coyoacan 04510
Mexico City
Mexico

56 22 95 16

> Date: Wed, 21 Dec 2011 19:31:31 +0100
> From: davide.damato_1...@libero.it
> To: qgis-user@lists.osgeo.org
> Subject: [Qgis-user] (no subject)
> 
> come faccio a trasformare linee spezzate in poligoni?
> ___
> Qgis-user mailing list
> Qgis-user@lists.osgeo.org
> http://lists.osgeo.org/mailman/listinfo/qgis-user
  ___
Qgis-user mailing list
Qgis-user@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-user


[Qgis-user] (no subject)

2011-12-21 Thread davide.damato_1...@libero.it
come faccio a trasformare linee spezzate in poligoni?
___
Qgis-user mailing list
Qgis-user@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-user


Re: [Qgis-user] problems with layers from one source

2011-12-21 Thread Caroline Rendon
This works. Thank you for your help!

On Wed, Dec 21, 2011 at 8:37 AM, Gerardo Jimenez  wrote:

>  Hi
>
> You have
>
> a layer in transverse mercator NAD83 / Illinois East (ftUS) (wards)
> (EPSG:3435)
> Census are in Nad83 lat lon (EPSG:4269) (For testing purposes I downloaded
> all Illinois data not only Chicago)
>
> I was able to reproject from 4269 to 3435 and they align perfectly. I
> noticed, for instance, that on North Lake shore drive, there is something
> called Magnificent Mile. Both layers share the feature and show it in the
> same position. This is what how I did it
>
> a) Load the census data (epsg 4269)
> b) Select the layer and choose "set project crs from layer". Make sure
> that te lower right corner says "EPSG 4269". This step is crucial. By
> default Qgis asummes that you are working on a lat lon WGS84 CRS, so before
> making a reprojection you have to have the proper CRS in the layer and in
> the project.
> c) Select the layer and choose save as
> d) On format, leave esri shape file
> on Save as, give a name that you can recognize
> on CRS choose the browse button and in the Projected coordinate
> Systems sections navigate to transverse mercator, NAD83 / Illinois East
> (ftUS) and choose it.
> e) Choose OK
> f) Define a new project and load both 3435 layers they should align. Look
> for the feature I mentioned before.
>
> You can do the opposite from 3435 to 4269 the same way I described.
>
> Hope it helps
>
> ___
> Qgis-user mailing list
> Qgis-user@lists.osgeo.org
> http://lists.osgeo.org/mailman/listinfo/qgis-user
>
>
___
Qgis-user mailing list
Qgis-user@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-user


RE: [Qgis-user] problems with layers from one source

2011-12-21 Thread Gerardo Jimenez

Hi

You have 

a layer in transverse mercator NAD83 / Illinois East (ftUS) (wards) (EPSG:3435)
Census are in Nad83 lat lon (EPSG:4269) (For testing purposes I downloaded all 
Illinois data not only Chicago)

I was able to reproject from 4269 to 3435 and they align perfectly. I noticed, 
for instance, that on North Lake shore drive, there is something called 
Magnificent Mile. Both layers share the feature and show it in the same 
position. This is what how I did it

a) Load the census data (epsg 4269)
b) Select the layer and choose "set project crs from layer". Make sure that te 
lower right corner says "EPSG 4269". This step is crucial. By default Qgis 
asummes that you are working on a lat lon WGS84 CRS, so before making a 
reprojection you have to have the proper CRS in the layer and in the project.
c) Select the layer and choose save as
d) On format, leave esri shape file
on Save as, give a name that you can recognize
on CRS choose the browse button and in the Projected coordinate Systems 
sections navigate to transverse mercator, NAD83 / Illinois East (ftUS) and 
choose it.
e) Choose OK
f) Define a new project and load both 3435 layers they should align. Look for 
the feature I mentioned before.

You can do the opposite from 3435 to 4269 the same way I described.

Hope it helps
  ___
Qgis-user mailing list
Qgis-user@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-user


Re: [Qgis-user] QGIS Server: Premature end of script headers: qgis_mapserv.fcgi

2011-12-21 Thread Marco Hugentobler

Hi Bernhard

There is a problem with the 1.7.3 version and fixed in 1_7 branch and 
master.

Maybe you could try one of those and test if it works for you.

Regards,
Marco

On 21.12.2011 15:20, bernhard.stro...@jena.de wrote:

Hi,

I succeeded in running QGIS server with QGIS 1.7.1 a couple weeks ago. 
I updated to QGIS 1.7.3 and get an Error 500 with the above Error 
message when requesting  GetCapabilities
I reinstalled QGIS to no avail and copied the new qgis_mapserv.fcgi to 
my fcgi-bin directory.

Any hints?

System OpenSuse 11.4 (64 bit), QGIS installed from opensuse-Repo

Bernhard


 Information from NOD32 
This message was checked by NOD32 Antivirus System for Linux Mail Server.
http://www.nod32.com
___
Qgis-user mailing list
Qgis-user@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-user



--
Dr. Marco Hugentobler
Sourcepole -  Linux&  Open Source Solutions
Churerstrasse 22, CH-8808 Pfäffikon SZ, Switzerland
marco.hugentob...@sourcepole.ch http://www.sourcepole.ch
Technical Advisor QGIS Project Steering Committee

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


Re: [Qgis-user] QGIS Server: Premature end of script headers: qgis_mapserv.fcgi

2011-12-21 Thread Giovanni Manghi
maybe this?

http://hub.qgis.org/issues/4665



On Wed, 2011-12-21 at 15:20 +0100, bernhard.stro...@jena.de wrote:
> Hi,
> 
> I succeeded in running QGIS server with QGIS 1.7.1 a couple weeks ago. I 
> updated to QGIS 1.7.3 and get an Error 500 with the above Error message 
> when requesting  GetCapabilities
> I reinstalled QGIS to no avail and copied the new qgis_mapserv.fcgi to 
> my fcgi-bin directory.
> Any hints?
> 
> System OpenSuse 11.4 (64 bit), QGIS installed from opensuse-Repo
> 
> Bernhard
> 
> 
>  Information from NOD32 
> This message was checked by NOD32 Antivirus System for Linux Mail Server.
> http://www.nod32.com
> ___
> Qgis-user mailing list
> Qgis-user@lists.osgeo.org
> http://lists.osgeo.org/mailman/listinfo/qgis-user


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


[Qgis-user] QGIS Server: Premature end of script headers: qgis_mapserv.fcgi

2011-12-21 Thread bernhard . stroebl

Hi,

I succeeded in running QGIS server with QGIS 1.7.1 a couple weeks ago. I 
updated to QGIS 1.7.3 and get an Error 500 with the above Error message 
when requesting  GetCapabilities
I reinstalled QGIS to no avail and copied the new qgis_mapserv.fcgi to 
my fcgi-bin directory.

Any hints?

System OpenSuse 11.4 (64 bit), QGIS installed from opensuse-Repo

Bernhard


 Information from NOD32 
This message was checked by NOD32 Antivirus System for Linux Mail Server.
http://www.nod32.com
___
Qgis-user mailing list
Qgis-user@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-user


Re: [Qgis-user] Re: [PLUGIN IDEA] fast layer access menu (Régis Haubourg)

2011-12-21 Thread Giovanni Manghi

> Nice isn't it? 
> 
> http://osgeo-org.1803224.n2.nabble.com/file/n7112983/layers_menu.jpg 


really nice,

thanks!

-- Giovanni --

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


Re: [Qgis-user] Installing Quntum GIS

2011-12-21 Thread Fabio De Francesco
Yes Was The "i" of Oneiric !
 Thanks

Fabio

2011/12/19 Richard Duivenvoorde 

> On 2011-12-19 11:17, Fabio De Francesco wrote:
> > Some problems: still Quantum Gis enceladeus (1.4)  !
>
> I see in your error:
>
> http://qgis.org/debian/dists/oneric/main/source/Sources
>
> while going to
>
> http://qgis.org/debian/dists/
>
> you see that it is oneIric (mind the I), so I think you used the wrong
> url for the qgis repo).
>
> See if you have maybe other (qgis) repositories also.
>
> And or try to uninstall 1.4 before you install the new version?
>
> Regards,
>
> Richard Duivenvoorde
>



-- 
Fabio De Francesco
___
Qgis-user mailing list
Qgis-user@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-user