Re: [Qgis-user] fTools error

2009-04-20 Thread Carson Farmer

Kosza,

...and what version of qt, did you compile QGIS yourself?

Carson


hi

i get the following popup on startup:


Couldn't load plugin fTools due an error when calling its initGui()
method

Traceback (most recent call last):
  File , line 1, in 
  File /home/toni/.qgis//python/plugins/fTools/fTools.py, line 195, in

initGui
menuBar = self.iface.mainWindow().menuBar()
AttributeError: menuBar

Python version:
2.5.4 (r254:67916, Feb 18 2009, 03:17:34) 
[GCC 4.3.3]


in background (on console):

t...@erasmus:~/bin/qgis/qgis_unstable/build$ ../apps/bin/qgis
Python support ENABLED :-) 
Warning: Object::connect: No such slot

QgsWFSPlugin::setCurrentTheme(QString)
Loaded : fTools (package: fTools)
Loaded : MapServer Export (package: mapserver_export)
Segmentation fault
t...@erasmus:~/bin/qgis/qgis_unstable/build$ 



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

  



--
Carson J. Q. Farmer
ISSP Doctoral Fellow
National Centre for Geocomputation (NCG),
Email: carson.far...@gmail.com
Web:   http://www.carsonfarmer.com/
  http://www.ftools.ca/


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


[Qgis-user] Multiple Symbolization Rules per Layer

2009-04-20 Thread Andreas Neumann
Hi,

I have to symbolize our community's waste water network. My problem is
that I need more than one symbolization rules per Layer.

As an example the stroke should be derived from one attribute while the
stroke-style (e.g. different stroke-dashing) should be derived from a
different attribute. This means I would need more than one symbolization
rule to correctly style this layer.

Is this possible with QGIS or would I need to create a new attribute
combining those attributes in a single attribute for symbolization?

Thanks for any ideas,
Andreas

-- 
Andreas Neumann
http://www.carto.net/neumann/
http://www.svgopen.org/

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


[Qgis-user] How to run synchronously stable and unstable qgis versions

2009-04-20 Thread Nikos Alexandris
Hi list!

With grass it is possible to compile  install  run grass64, grass65,
grass7, etc.

When compiling  installing qgis from source it's always _one_ binary
called qgis. How could I do with qgis the same as I do with grass?

Kindest regards, Nikos
---

P.S. My actual problem is that I am unable to use old qgis project
files. Is there a work-around or an import/convert old _qgs_ files?

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


Re: [Qgis-user] Multiple Symbolization Rules per Layer

2009-04-20 Thread Martin Dobias
On Mon, Apr 20, 2009 at 11:13 AM, Andreas Neumann a.neum...@carto.net wrote:
 Hi,

 I have to symbolize our community's waste water network. My problem is
 that I need more than one symbolization rules per Layer.

 As an example the stroke should be derived from one attribute while the
 stroke-style (e.g. different stroke-dashing) should be derived from a
 different attribute. This means I would need more than one symbolization
 rule to correctly style this layer.

 Is this possible with QGIS or would I need to create a new attribute
 combining those attributes in a single attribute for symbolization?

Hi Andreas,

currently it's possible to use only one attribute for the
symbolization, so combination of the two attributes should do the job.

Another option would be to write a special renderer class, however
this has its own glitches.

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


Re: [Qgis-user] How to run synchronously stable and unstable qgis versions

2009-04-20 Thread Martin Dobias
On Mon, Apr 20, 2009 at 3:24 PM, Nikos Alexandris
nikos.alexand...@felis.uni-freiburg.de wrote:
 Hi list!

 With grass it is possible to compile  install  run grass64, grass65,
 grass7, etc.

 When compiling  installing qgis from source it's always _one_ binary
 called qgis. How could I do with qgis the same as I do with grass?

You can install qgis to different prefixes - e.g. ~/apps/qgis0.11/ and
~/apps/qgis1.0/
Then just create symlinks for each installation:
sudo ln -s ~/apps/qgis0.11/bin/qgis /usr/bin/qgis0.11

 P.S. My actual problem is that I am unable to use old qgis project
 files. Is there a work-around or an import/convert old _qgs_ files?

What's the problem with old project files? From some version (0.11 I
think) there is a mechanism for transformations of old project files
to newer ones. So you might try to find out, someone from the devs may
be able to add the transformation :-)

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


Re: [Qgis-user] Need Help Testing of WMS Authentication

2009-04-20 Thread Peter Willis

gsherman wrote:

I have implemented basic HTTP authentication for the QGIS WMS provider
and am looking for some volunteers to test it. The changes have not been
committed to the QGIS SVN repository. Testing will require
compiling from source.

When creating or editing WMS connection in QGIS you can now specify an
optional username and password to be used with a protected WMS. These
are stored in your QGIS settings. If you don't want the password stored
you can leave it blank and be prompted for it at connection time.

I haven't had time to prepare a set of patches but you can download the
source tree (20Mb) that includes the WMS authentication from:

  http://gisalaska.com/qgis_wms_auth.zip

I am particularly interested in testing by folks that require a proxy.

Thanks,

-gary


What compiler/version are you using for the build?
I have cygwin (gcc), MS VC 5, MS Visual Studio .NET 2003
but not MinGW.

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


Re: [Qgis-user] Need Help Testing of WMS Authentication

2009-04-20 Thread Jürgen E . Fischer
Hi Peter,

On Mon, 20. Apr 2009 at 08:13:50 -0700, Peter Willis wrote:
 What compiler/version are you using for the build?
 I have cygwin (gcc), MS VC 5, MS Visual Studio .NET 2003
 but not MinGW.

He's probably not building on Windows.
How that works is described on [1].
You might want to take all the dependencies from OSGeo4W [2]


Jürgen

[1] http://wiki.qgis.org/qgiswiki/BuildingFromSource
[2] http://trac.osgeo.org/osgeo4w/

-- 
Jürgen E. Fischer norBIT GmbH   Tel. +49-4931-918175-20
Dipl.-Inf. (FH)   Rheinstraße 13Fax. +49-4931-918175-50
Software Engineer D-26506 Norden   http://www.norbit.de

-- 
norBIT Gesellschaft fuer Unternehmensberatung und Informationssysteme mbH
Rheinstrasse 13, 26506 Norden
GF: Jelto Buurman, HR: Amtsgericht Emden, HRB 5502

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


[Qgis-user] mobile gis and geotag on pocketpc?

2009-04-20 Thread Fafner

Hi,
I'm wondering if there are any open source mobile GIS available for
pocketpc. I'm running a HP Ipaq hw6515 with windows mobile 2003, and for now
I use ESRI Arcpad, but I would like to replace it with some open software.

I have found a homepage on GRASS GIS on Handhelds
http://grass.itc.it/platforms/grasshandheld.html
but the info looks to be 5 years old so I wonder if there are any more
recent developments. Also, does any one know if this old Mobile GRASS
combined with familiar Linux would run on a hw6515?

Apart from an arcpad replacement I'm looking for some open source geotag app
to run on the Ipaq. The idea is to collect gps positions on the Ipaq, to tag
photos taken by my digital camera (Nikon).

thanx / Fafner
-- 
View this message in context: 
http://n2.nabble.com/mobile-gis-and-geotag-on-pocketpc--tp2666829p2666829.html
Sent from the qgis-user mailing list archive at Nabble.com.

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


Re: [Qgis-user] mobile gis and geotag on pocketpc?

2009-04-20 Thread Alex Mandel
Fafner wrote:
 Hi,
 I'm wondering if there are any open source mobile GIS available for
 pocketpc. I'm running a HP Ipaq hw6515 with windows mobile 2003, and for now
 I use ESRI Arcpad, but I would like to replace it with some open software.
 
 I have found a homepage on GRASS GIS on Handhelds
 http://grass.itc.it/platforms/grasshandheld.html
 but the info looks to be 5 years old so I wonder if there are any more
 recent developments. Also, does any one know if this old Mobile GRASS
 combined with familiar Linux would run on a hw6515?
 
 Apart from an arcpad replacement I'm looking for some open source geotag app
 to run on the Ipaq. The idea is to collect gps positions on the Ipaq, to tag
 photos taken by my digital camera (Nikon).
 
 thanx / Fafner

Yes, there's a gvsig mobile, but it requires Java which your HP might
already have but is otherwise a hassle to get a hold of if your device
didn't come with it.
http://www.gvsig.gva.es/index.php?id=gvsig-mobileL=2

As for geotag, I've had decent luck writing python applications on that
version of PPC including grabbing NMEA strings from a connected GPS.
Combined with the PIL package for python you should be able to make a
simple geotag app. I don't know of one out of the box. You can get all
my code from
http://www.siafoo.net/library/23
It's sounds like you just need a GPS logger and will tag the photos back
on the desktop. If that's the case there are lots of applications for
that like digikam.

Alex


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


Re: [Qgis-user] How to run synchronously stable and unstable qgis versions

2009-04-20 Thread Nikos Alexandris

Nikos:
   ...actual problem is that I am unable to use old qgis project
   files. Is there a work-around or an import/convert old _qgs_ files?


Martin:
  What's the problem with old project files? From some version (0.11 I
  think) there is a mechanism for transformations of old project files
  to newer ones. So you might try to find out, someone from the devs may
  be able to add the transformation :-)


 Now I see... QGIS does open the old projects but I had to wait TOO long
 cause it loads and renders _all_ layers !!?

That's because I re-isntalled a fresh-baked qgis_unstable and the
default setting was(_is_) to load+render newly added layer(s). Could
this be switched off automatically if, let's say, a project has 30 maps
to load (or some threshold)?

  It does not reproduce the
 the project at the saved state.

OK, some projects:

* work(=open) properly
* just take TOO much time (...I suppose they will be loaded at some
point)
* don't appear with the groups I have build

Regards, Nikos

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