[Qgis-user] Re: WFS Transactions to GeoServer freeze QGIS

2011-12-12 Thread Jukka Rahkonen
Rahkonen Jukka  writes:

> Gis Mage  ...> writes:
>  
> > 
> > Hi list!
> > 
> > I would like to know if anyone has any luck editing wfs layers
> > published with geoserver?

Problems are probably caused by this
https://jira.codehaus.org/browse/GEOS-4854

-Jukka Rahkonen-

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


[Qgis-user] Newbie question - importing data in different formats

2011-12-12 Thread Roy Marsh
A very basic question I know, but I am getting frustrated at not being able
to import data from various sources, even in formats that the user manual
says are OK - e.g. with extensions GRD (GDAL) and E00

Is there a way to work around this? Alternatively, is there a (free or
cheap) data translator that will do the job for me?

The datasets I am, working with are sub-Saharan Africa, specifically
Mozambique.

Thanks

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


Re: Re : [Qgis-user] Position on map centered on screen and smoothly updated by a GPS: Any Python plug-in/code?

2011-12-12 Thread Stefan Keller
Hi Yves

Merci beaucoups for your help.

I know that there is a build-in GPS functionality.

Does anyone know if there are Python wrappers for use in a QGIS Python
plugin?

Yours,
Stefan

2011/12/10 Yves Jacolin :
> Hello,
>
> Gpstracker plugin ? I think.
>
> Y.
>
> - Reply message -
> De : "Stefan Keller" 
> Pour : "qgis-user" 
> Objet : [Qgis-user] Position on map centered on screen and smoothly updated
> by a GPS: Any Python plug-in/code?
> Date : ven., déc. 9, 2011 02:01
>
>
>
> Hi,
>
> Is there any Python plug-in (or code) around where my position on map
> stays always in the middle of the screen and is smoothly updated from
> time to time (if GPS indicates a movement) given I have a laptop or a
> netbook?
>
> Yours, Stefan
> ___
> 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] Problem readingn geotif file with qgis 1.7.3

2011-12-12 Thread Agustin Lobo
Just upgraded to qgis 1.7.3 using the ubuntugis-unstable repo
and cannot open geotif files:
/media/Iomega_HDD/MASTER_ICTA2007_2008/GEODATA_miniprojs/mtc250/mtc250v5f1r01.tif
is not a supported raster data source
WARNING ! libtiff version mismatch : You're linking against libtiff
3.X but GDAL has been compiled against libtiff >= 4.0.0

My gdal is libgdal1-1.8.0, my libtiff4 is 3.9.2-2. Is this thus a
problem of having an old version of libtiff in ubuntugis?

Any advice on what I can do?

Thanks,

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


Re: [Qgis-user] Re: Install QGIS server on Ubuntu

2011-12-12 Thread Marco Hugentobler

Hi Daniel

Did you already add the ubuntugis repository to apt-get 
(http://trac.osgeo.org/ubuntugis/wiki/QuickStartGuide)?


Regards,
Marco

On 12.12.2011 16:19, daniel.gne...@vevey.ch wrote:

Hi Marco,

QGIS is not installed on the server. When I try "sudo apt-get install 
qgis-mapserver libapache2-mod-fcgi" i get "unable to locate package" 
for both.


Regards,

Daniel


___
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


[Qgis-user] Re: Install QGIS server on Ubuntu

2011-12-12 Thread Daniel . Gnerre
Hi Marco,

QGIS is not installed on the server. When I try "sudo apt-get install 
qgis-mapserver libapache2-mod-fcgi" i get "unable to locate package" for 
both.

Regards,

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


[Qgis-user] Re: WFS Transactions to GeoServer freeze QGIS

2011-12-12 Thread Rahkonen Jukka
Gis Mage  writes:

>
> Hi list!
>
> I would like to know if anyone has any luck editing wfs layers
> published with geoserver?
>
> I have the following situation:
> First I connect to a geoserver wfs service and get a list of layers.
> Then I add a layer topp:states to the map (this is one of the
> shapefiles, which comes by default with geoserver)
> I turn on editing and add one polygon to the layer. The poly is added
> ok and the attributes are filled ok to.
> When I hit Save edits QGIS freezes forever with 100% processor load
> and nothing happens.
>
> Looking through geoserver log I don't see any request for wfs
> transaction. So I assume it's a qgis bug.
> When I'm editing the same layer with uDig, transactions work ok and I
> see the corresponding messages in the geoserver log.

I can repeat your error exactly. I made a fresh Geoserver 2.1.2 install on 
Windows and tried to edit the States layer. QGis is sending the POST GetFeature 
request but it is never coming to the Geoserver side and Jetty server does not 
show a new line in the request log. Qgis process is taking 100% of the 
processor time.

I cannot say if the POST request created by QGIS is OK or not but it looks 
strongly that there is something in the request that makes it to fail. I tried 
to send the same request with Poster and with the demo application that comes 
with Geoserver installation and the result is the same with these two methods 
as well. Nothing appears into Geoserver and Jetty logs. Perhaps QGIS WSF 
developers could have a look at the attached request and if it seems to be a 
valid WFS 1.0.0 POST request, forward it to Geoserver users list. The request 
is what QGIS 1.7.0 is sending and it is captured by using Fiddler2 software as 
a local proxy between QGIS and Geoserver.

I would quess the trouble has something to do with namespaces and schema 
validation. The other file "geoserver_demo_update.txt" is a WFS-T example that 
comes with Geoserver installation and it works OK.

-Jukka Rahkonen-


POST /geoserver/wfs HTTP/1.1
Content-Type: text/xml
Content-Length: 8868
Connection: Keep-Alive
Accept-Encoding: gzip
Accept-Language: fi-FI,en,*
User-Agent: Mozilla/5.0
Host: localhost:8080

http://www.opengis.net/wfs"; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; version="1.0.0" 
xmlns:topp="http://www.openplans.org/topp"; service="WFS" 
xsi:schemaLocation="http://www.openplans.org/topp 
http://localhost:8080/geoserver/wfs?SERVICE=WFS&VERSION=1.0.0&REQUEST=DescribeFeatureType&TYPENAME=topp:states&SRSNAME=EPSG:4326";>http://www.opengis.net/wfs"; typeName="topp:states">http://www.opengis.net/wfs";>http://www.opengis.net/wfs";>the_geomhttp://www.opengis.net/wfs";>http://www.opengis.net/gml"; srsName="EPSG:4326">http://www.opengis.net/gml";>http://www.opengis.net/gml";>http://www.opengis.net/gml";>http://www.opengis.net/gml";>http://www.opengis.net/gml"; cs="," ts=" ">-111.53486006,45.60566083 
-111.54023906,45.59491483 -111.52012806,45.57352183 -111.51770206,45.55605483 
-111.52960406,45.54420983 -111.56712506,45.54118883 -111.56118206,45.51947183 
-111.57396106,45.49669783 -111.55233906,45.45469083 -111.52226406,45.45344283 
-111.51876206,45.44142283 -111.54200906,45.43964483 -111.54967706,45.43219883 
-111.62666506,45.45636883 -111.66468206,45.44649283 -111.74429506,45.45425583 
-111.77643006,45.43726483 -111.82634906,45.42232983 -111.85203706,45.42196783 
-111.86726506,45.40748683 -111.93192406,45.45977183 -111.99980306,45.45323283 
-112.03723306,45.43318283 -112.08302506,45.43855083 -112.08648806,45.42635083 
-112.11877606,45.43211883 -112.15930306,45.42173883 -112.18359506,45.43175983 
-112.25905806,45.43495683 -112.27716206,45.44200283 -112.28979606,45.46299883 
-112.31607206,45.46347983 -112.34173706,45.44521083 -112.40190306,45.42860883 
-112.39997306,45.40068983 -112.42698106,45.35278083 -112.48015006,45.35279583 
-112.51791506,45.37234583 -112.56123506,45.36650983 -112.59871806,45.38100983 
-112.71257906,45.38431283 -112.77371406,45.40044583 -112.79310006,45.38782983 
-112.83925006,45.37743083 -112.85561506,45.36151983 -112.88607906,45.32459383 
-112.87809906,45.29832983 -112.87678706,45.26771283 -112.90366506,45.25714983 
-112.93017006,45.27348883 -112.94669506,45.29636183 -112.99766706,45.31070083 
-113.04463406,45.33904783 -113.07139706,45.34122183 -113.06604206,45.35612283 
-113.07969106,45.38528183 -113.06709406,45.41411683 -113.09720006,45.43646383 
-113.09903906,45.45979783 -113.14241206,45.48618483 -113.11366406,45.52779183 
-113.13251706,45.57902683 -113.15832706,45.59941583 -113.16107306,45.61867283 
-113.18680006,45.64087783 -113.19764106,45.66493783 -113.29969906,45.71533683 
-113.31651506,45.71398283 -113.37803806,45.68372483 -113.39998806,45.68249683 
-113.40938006,45.71106483 -113.48073006,45.73719583 -113.50492306,45.75473583 
-113.3606,45.83416483 -113.54669306,45.84306883 -113.52276006,45.84426983 
-113.50811206,45.85301683 -113.50037506,45.90168883 -113.51819806,45.93094383 
-113.51478006

Re: [Qgis-user] Install QGIS server on Ubuntu

2011-12-12 Thread Marco Hugentobler

Hi Daniel

Did you follow the wiki page 
http://hub.qgis.org/projects/quantum-gis/wiki/QGIS_Server_Tutorial?

What is the error you get?

Regards,
Marco

On 12.12.2011 14:20, daniel.gne...@vevey.ch wrote:

Hi list,

I'm trying to install QGIS server on Ubuntu 11.10 Oneiric, but with no 
success... Is it possible ? Does anyone know a step by step way ?


Thanks,

Daniel




___
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


[Qgis-user] Install QGIS server on Ubuntu

2011-12-12 Thread Daniel . Gnerre
Hi list,

I'm trying to install QGIS server on Ubuntu 11.10 Oneiric, but with no 
success... Is it possible ? Does anyone know a step by step way ? 

Thanks,

Daniel 


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


[Qgis-user] Indoor problem

2011-12-12 Thread Belen Torrente
Hi, I am trying to use QGIS (and the QRAP plugin) to perform the radio planning 
of an indoor environment. 


The huge number of supported formats gets me confused. Is there any 
non-proprietary format I could use to model a building? Maybe GeoTIFF?

Thanks in advance,

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