Re: [Qgis-user] Error compiling the recent trunk

2008-10-20 Thread Peter Ersts
Borys Jurgiel wrote: /mnt/arch/svn/qgis/src/core/qgsgeometry.cpp:407: error: `GEOSGeomFromWkt, was not declared in this scope make[2]: *** [src/core/CMakeFiles/qgis_core.dir/qgsgeometry.o] Error 1 make[1]: *** [src/core/CMakeFiles/qgis_core.dir/all] Error 2 should be fixed now.

Re: [Qgis-developer] Re: [Qgis-user] Error compiling the recent trunk

2008-10-20 Thread Carson Farmer
/mnt/arch/svn/qgis/src/core/qgsgeometry.cpp:407: error: `GEOSGeomFromWkt, was not declared in this scope make[2]: *** [src/core/CMakeFiles/qgis_core.dir/qgsgeometry.o] Error 1 make[1]: *** [src/core/CMakeFiles/qgis_core.dir/all] Error 2 should be fixed now. Seems GEOSGeomFromWKT

[Qgis-user] Odd Null value

2008-10-20 Thread Agustin Lobo
I have a raster map (http://sedac.ciesin.columbia.edu/es/npp_geotiff.zip) with the odd value of -3.40282e+38 as null value (this is probably the way some software is writing its null values) Is there any way I can set this value as NO DATA VALUE in QGIS? I have the impression that the field in

Re: [Qgis-user] Error compiling the recent trunk

2008-10-20 Thread Borys Jurgiel
Works fine now! (rev 9499) ___ Qgis-user mailing list Qgis-user@lists.osgeo.org http://lists.osgeo.org/mailman/listinfo/qgis-user

[Qgis-user] Error compiling the recent trunk

2008-10-20 Thread Borys Jurgiel
Trying to compile on Ubuntu Hardy, I get the message: [ 0%] Generating qgssvnversion.h [ 0%] Built target svnversion [ 1%] Building CXX object src/core/CMakeFiles/qgis_core.dir/qgsgeometry.o /mnt/arch/svn/qgis/src/core/qgsgeometry.cpp: In static member function `static QgsGeometry*

[Qgis-user] Re: Odd Null value

2008-10-20 Thread Peter Ersts
Agustin, You will notice that that image does not have a valid NoDataValue by default, which is why the field in the properties dialog is blank. The transparency table and NoDataValue field can handle scientific notation just fine. The problem is that -3.40282e+38 is NOT the exact value of

Re: [Qgis-user] Stratified stats of Raster map by vector map in QGIS?

2008-10-20 Thread Carson Farmer
Agus, Given a vector map (i.e., a land cover map) and a raster of a continuous variable (i.e., height), is there any plugin calculating a table of average (and perhaps other stats) of the raster for each category in the vector? I don't know of any plugins that will do this directly, but here is

[Qgis-user] Re: Odd Null value

2008-10-20 Thread Agustin Lobo
Peter, I've set the NoData to the actual value -3402820014192072600942972764160.00 as read thanks to the Add values from display in the same Transparency tab, but this does not seem to have any effect in the histogram or in the min and max values loaded in tab Symbology: the min is

[Qgis-user] unique value simbology not working?

2008-10-20 Thread G. Allegri
Hi all. I'm facing troubles applying a unique values simbology to a big polygonal shapefile (above 48000 polygons). It correctly creates the unique colors for the attribute values (categories), and add it to the legend in the TOC, but the map doesn't appear. All the other simbology tools work

Re: [Qgis-user] Properties Questions

2008-10-20 Thread David J. Bakeman
Richard Duivenvoorde wrote: David J. Bakeman wrote: I have several shapefiles with similar data that I'd like to display with the same Symbology. When I installed 0.11 I thought I had the ability using the save and load Style but it appears to save the data information and so when you load

[Qgis-user] OGR2Layers

2008-10-20 Thread maning sambale
Saw this message from slashgeo. OGR2Layers is a free and easy to use python plugin for Quantum GIS open source software. Only a few clicks let you export your vectorial GIS data layer to a OpenLayers HTML map, that you can easily include in your website ! http://ogr2layers.org/index.html Just

Re: [Qgis-user] OGR2Layers

2008-10-20 Thread maning sambale
The plugins loads and succesfully created the openlayers html. But no kml was created from the shapefile This is what python console says: Traceback (most recent call last): File /Users/maning/.qgis//python/plugins/OGR2Layers/ogr2Layers.py, line 161, in WriteKML