Re: [Qgis-user] Meatdata

2008-02-20 Thread Tim Sutton
Hi

2008/2/20, Agustin Lobo [EMAIL PROTECTED]:
 Some questions on Metadata:

  1. Is it posible to edit the metadata displayed in
  Properties/Metadata ?
  For example, after opening a multiple geotif file,
  I have in the metadata:

  Band
  1 : Gray
  Band No
  1
  No Stats
  No stats collected yet
  Band
  2 : Undefined
  Band No
  2
  No Stats
  No stats collected yet

  and so on for 6 bands.

  I wish to edit and set the correct values.


Editing the metadata is not currently possible.

  2. Can the metadata information be exported so that it can be consulted
  and edited using a metadata editor? We want to add our
  layers to a catalogue and we would save a lot of time
  if the information displayed by QGis could be exported to a file.

Possibly this could be done with a little python I guess. Currently
there is no export option though this would not be hard to add.



  3. Could we have in the future a tool to search (in the
  disk or in a web server) all available
  layers for a given geographic region, see some brief info
  on each layer, perhaps a quicklook and then be able to select
  and add to the QGis display?


I have a data cataloguing plugin in the works that scans your disk for
GIS files, builds a catalog, lets you categorise files and then lets
you add files to the project. It will be a month or so before its
ready to use and probably wont do everything you want in its first
version. I'll let you know when its ready for testing.



Regards

Tim


  Thanks!

  Agus

  Dr. Agustin Lobo
  Institut de Ciencies de la Terra Jaume Almera (CSIC)
  LLuis Sole Sabaris s/n
  08028 Barcelona
  Spain
  Tel. 34 934095410
  Fax. 34 934110012
  email: [EMAIL PROTECTED]
  http://www.ija.csic.es/gt/obster
  ___
  Qgis-user mailing list
  Qgis-user@lists.qgis.org
  http://lists.qgis.org/cgi-bin/mailman/listinfo/qgis-user



-- 
Tim Sutton
QGIS Project Steering Committee Member - Release  Manager
Visit http://qgis.org for a great open source GIS
openModeller Desktop Developer
Visit http://openModeller.sf.net for a great open source ecological
niche modelling tool
Home Page: http://tim.linfiniti.com
Skype: timlinux
Irc: timlinux on #qgis at freenode.net
___
Qgis-user mailing list
Qgis-user@lists.qgis.org
http://lists.qgis.org/cgi-bin/mailman/listinfo/qgis-user


Re: [Qgis-user] Could not add new column to PostGIS Table

2008-02-13 Thread Tim Sutton
Hi

Could you explain exactly what steps you have carried out?

Regards

Tim

2008/2/7, Surachai Locharoen [EMAIL PROTECTED]:
 Dear list
   I could not add new column to the Table. I use QGIS to add column. It seem
 to be fine but there is no column in table.
 If I add new column by using pgadminIII, I could not set value to new
 column.
 The error message show that in valid sql update statement. I notice that
 QGIS retrieve column name with blank column name between old colums and new
 columns.
 So when it generate sql statement it use blank column name in statement. The
 value I want to set is shift in to invalid column.

 Does anybody found this problem? How to work around it?

 I have to finish my project soon. It 's very appreciate for you help.

 Thank you in advanced.

 --
 Surachai Locharoen

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




-- 
Tim Sutton
QGIS Project Steering Committee Member - Release  Manager
Visit http://qgis.org for a great open source GIS
openModeller Desktop Developer
Visit http://openModeller.sf.net for a great open source ecological
niche modelling tool
Home Page: http://tim.linfiniti.com
Skype: timlinux
Irc: timlinux on #qgis at freenode.net
___
Qgis-user mailing list
Qgis-user@lists.qgis.org
http://lists.qgis.org/cgi-bin/mailman/listinfo/qgis-user


Re: [Qgis-user] GRASS plugin

2008-02-12 Thread Tim Sutton
Hi Albert

Yes you need GRASS and QGIS installed. Check the
http://download.qgis.org page for links to downloads.

Regards

Tim

2008/2/12, Paolo Cavallini [EMAIL PROTECTED]:
 Albert Arcand ha scritto:

  Mac OS X vs. 10.5

 I know next to nothing of osx, but you should find all the programs
 (qgis+grass) packaged for it.
 good luck.
 pc
 --
 Paolo Cavallini, see: http://www.faunalia.it/pc
 ___
 Qgis-user mailing list
 Qgis-user@lists.qgis.org
 http://lists.qgis.org/cgi-bin/mailman/listinfo/qgis-user



-- 
Tim Sutton
QGIS Project Steering Committee Member - Release  Manager
Visit http://qgis.org for a great open source GIS
openModeller Desktop Developer
Visit http://openModeller.sf.net for a great open source ecological
niche modelling tool
Home Page: http://tim.linfiniti.com
Skype: timlinux
Irc: timlinux on #qgis at freenode.net
___
Qgis-user mailing list
Qgis-user@lists.qgis.org
http://lists.qgis.org/cgi-bin/mailman/listinfo/qgis-user


Re: [Qgis-user] Python Bindings and Labels

2008-02-08 Thread Tim Sutton
Hi

You should be able to do something like this (untested estimate based
on C++ api and sip definition file):

myLayer.setLabelOn(true);
QgsLabel myLabel = myLayer.label(),
myLabel.setLabelField( QgsLabel.Angle,  fieldIndex);


Regards

Tim

2008/2/8, Rob McCulley [EMAIL PROTECTED]:




 Hi All,



 Quick question – is it possible to use an attribute defined angle for a
 label with the python bindings?  If so, how do I set it?  I haven't found
 anything in the doc's that suggest I can do it.



 Thanks,

 Rob McCulley

 GIS Coordinator

 County of Vermilion River

 (780) 846-2244

 www.vermilion-river.ab.ca


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




-- 
Tim Sutton
QGIS Project Steering Committee Member - Release  Manager
Visit http://qgis.org for a great open source GIS
openModeller Desktop Developer
Visit http://openModeller.sf.net for a great open source ecological
niche modelling tool
Home Page: http://tim.linfiniti.com
Skype: timlinux
Irc: timlinux on #qgis at freenode.net
___
Qgis-user mailing list
Qgis-user@lists.qgis.org
http://lists.qgis.org/cgi-bin/mailman/listinfo/qgis-user


Re: [Qgis-user] QGIS download page down?

2008-02-07 Thread Tim Sutton
Hi

Please use: http://download.qgis.org which should work

Regards

Tim

2008/2/7, Rainer M Krug [EMAIL PROTECTED]:
 Hi

 I am trying to download QGIS (http://download.qgis.org/qgis) but I always
 get a 404 The requested URL /qgis was not found on this server error.

 Is the server down?

 Rainer



 --
 Rainer M. Krug, Dipl. Phys. (Germany), MSc Conservation Biology (UCT)

 Plant Conservation Unit Department of Botany
 University of Cape Town
 Rondebosch 7701
 South Africa
 ___
 Qgis-user mailing list
 Qgis-user@lists.qgis.org
 http://lists.qgis.org/cgi-bin/mailman/listinfo/qgis-user




-- 
Tim Sutton
QGIS Project Steering Committee Member - Release  Manager
Visit http://qgis.org for a great open source GIS
openModeller Desktop Developer
Visit http://openModeller.sf.net for a great open source ecological
niche modelling tool
Home Page: http://tim.linfiniti.com
Skype: timlinux
Irc: timlinux on #qgis at freenode.net
___
Qgis-user mailing list
Qgis-user@lists.qgis.org
http://lists.qgis.org/cgi-bin/mailman/listinfo/qgis-user


Re: [Qgis-user] Extremely slow opening project.

2008-02-05 Thread Tim Sutton
Hi

Marco could this be a side effect of progressive rendering? I've
noticed similar issues here.

Regards

Tim

2008/2/4, Michael Hove [EMAIL PROTECTED]:
 QGIS 0.9.2rc1 is extremely slow at opening a project. As an example,
 it took
 approximately 15 minutes to import a project. A similar project in 0.9.1
 took 13 seconds. If I turn render off and then load the project, it
 loads in
 7 seconds. This is on OS X Tiger and Leopard using William Kyngesburye's
 builds. The time to load a project appears to increase rapidly with the
 number of layers in the project.

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



-- 
Tim Sutton
QGIS Project Steering Committee Member - Release  Manager
Visit http://qgis.org for a great open source GIS
openModeller Desktop Developer
Visit http://openModeller.sf.net for a great open source ecological
niche modelling tool
Home Page: http://tim.linfiniti.com
Skype: timlinux
Irc: timlinux on #qgis at freenode.net
___
Qgis-user mailing list
Qgis-user@lists.qgis.org
http://lists.qgis.org/cgi-bin/mailman/listinfo/qgis-user


Re: [Qgis-user] grass tools turned off?

2008-02-05 Thread Tim Sutton
Hi

Grass tools are only available when you have a mapset open - do you
have an open mapset?

Regards

Tim

2008/2/3, David Epstein [EMAIL PROTECTED]:
 Hi everyone,

 I remember being able to open the grass tools last week. Now when I have
 grass vector files loaded, I am able to EDIT those files but not use the
 grass tools.

 -david

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



-- 
Tim Sutton
QGIS Project Steering Committee Member - Release  Manager
Visit http://qgis.org for a great open source GIS
openModeller Desktop Developer
Visit http://openModeller.sf.net for a great open source ecological
niche modelling tool
Home Page: http://tim.linfiniti.com
Skype: timlinux
Irc: timlinux on #qgis at freenode.net
___
Qgis-user mailing list
Qgis-user@lists.qgis.org
http://lists.qgis.org/cgi-bin/mailman/listinfo/qgis-user


[Qgis-user] Help Wanted : Release assistants (no rocket science required)

2008-02-05 Thread Tim Sutton
Hi all

As you have probably noticed we are embarking on a more aggressive
release schedule in the run up to the 1.0 release of QGIS. Making a
release takes a lot of time so I'm looking for some helpers! you dont
have to know anything about programming. A little knowledge of html
would be useful. I'm in particular looking for people to help
publicising the releases as they come out. In particular:

 - updating the qgis wiki where relevant
 - updating qgis.org where relevant
 - posting a blog entry to qgis.org
 - posting news announcements to key sites
 - regional helpers to post to language specific sites in their own language

If you are able to help in this regard please contact me.

Many thanks

Regards


-- 
Tim Sutton
QGIS Project Steering Committee Member - Release  Manager
Visit http://qgis.org for a great open source GIS
openModeller Desktop Developer
Visit http://openModeller.sf.net for a great open source ecological
niche modelling tool
Home Page: http://tim.linfiniti.com
Skype: timlinux
Irc: timlinux on #qgis at freenode.net
___
Qgis-user mailing list
Qgis-user@lists.qgis.org
http://lists.qgis.org/cgi-bin/mailman/listinfo/qgis-user


Re: [Qgis-user] new python plugin does not show up

2008-02-02 Thread Tim Sutton
And heres an icon to match the 0.9.2 icon theme updates

Regards

Tim

2008/2/2, Richard Duivenvoorde [EMAIL PROTECTED]:
 [message resent with some changes, because message too big... ]

 Hi Tara,
 the good news: you (almost) succeeded. Here is your stuff back (I've
 upgraded it to version 0.11 :-)
 http://www.duif.net/qgis/new_layer.zip

 1) don't put python plugins in the directory you mentioned:
 C:\Program Files\Quantum GIS_091\share\qgis\python\plugins\
 You are right, that's where the plugin installer is (which is I would
 say still beta (aka not yet working the way it is supposed to yet).
 But put your files in a directory new_layer here:
 C:\Program Files\Quantum GIS_091\python\plugins\new_layer
 There (after some fixes...) it works!!

 2) python is very picky with whitespaces! you will see error messages
 when you put your old plugin code in the right place ;-)
 I removed them, or changed them (see new zip)

 3) remove the linenumbers in your newlayer.py

 4) you're including the python library pscopg (needed for python to
 interact with Postgresql. Do you have that lib installed in your python
 installation? I did'nt, and got errormessages, so I changed the version
 to psycopg2 (a library I do have). You should use/have one of those
 installed.

 5) your button did't show up in the buttonbar, but the plugin shows up
 in the pluginmanager! This is because the name you define in the
 resources.qrc should match the name you use for it in your code:
 /plugins/new_layer/new_layer_icon.png
 in the qrc file should match the name you use in your code:
 self.action = QAction(QIcon(:/plugins/new_layer/new_layer_icon.png),



 After fixing this, it's loading.
 So I would say, congrat with your first plugin!

 Read something about python's whitespaces here:
 http://www.python.org/doc/essays/styleguide.html
 here http://docs.python.org/ or http://docs.python.org/tut/tut.html

 psycopg or psycopg2 can be downloaded here:
 http://www.initd.org/pub/software/psycopg/

 If you need an even easier plugin to start with, start with this one here:
 http://blog.qgis.org/?q=node/104

 Good luck

 Richard Duivenvoorde

 Your plugin more or less fixed, and some screendumps to prove your
 plugin is loaded (0.9.1 on WinXP), and the code cleaned up a little and
 'loadable' (all in the zip) here:
 http://www.duif.net/qgis/new_layer.zip




 Richard Duivenvoorde wrote:
 
  Hi Tara,
 
  where did you put you plugin stuff?
  which files did you put there?
  Can you reply to this mail with the exact paths you are put your files?
 
  As an example, my plugin is here (I installed qgis in C:\programs\QGIS091):
  C:\programs\QGIS091\python\plugins\imagemap_plugin
 
  Maybe you can also sent me the files? I can look into them if you want.
 
  Didn't you see an error-message dialog?
 
  Regards Richard Duivenvoorde
 
  Tara Athan wrote:
  I have  now made it through all the steps in the manual (Section 11,
  subsection 7) for Using the Python Plugin.
  However the NewLayer plugin does not appear in the PlugIn Manager.
  I see a similar post on the Plugin forum (DeveloperPlugins August,
  2007) but there were no replies.
 
  Version 0.9.0, 0.9.1 (I tried it in both)
  Platform WIndows XP SP2
 
  Thanks, Tara
 
 
 
 

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



-- 
Tim Sutton
QGIS Project Steering Committee Member - Release  Manager
Visit http://qgis.org for a great open source GIS
openModeller Desktop Developer
Visit http://openModeller.sf.net for a great open source ecological
niche modelling tool
Home Page: http://tim.linfiniti.com
Skype: timlinux
Irc: timlinux on #qgis at freenode.net
attachment: new_layer_icon.png___
Qgis-user mailing list
Qgis-user@lists.qgis.org
http://lists.qgis.org/cgi-bin/mailman/listinfo/qgis-user


Re: [Qgis-user] python plugin on windows

2008-02-01 Thread Tim Sutton
Hi Tara

Well done on getting your first plugin building! Feel free to create a
new wiki page. You could also consider putting your experiences
together as short tutorials on the http://blog.qgis.org. Your work
will probably reach a wider audience there.

Also in the future we (ok probably python gurus like Martin  co)
could probably provide some kind of integrated development environment
embedded in QGIS so that you can avoid the command line all
togethergive it some time as its still early days in the QGIS
Python bindings development.

Regards

Tim

2008/2/1, Tara Athan [EMAIL PROTECTED]:
 Thanks all for your help.  I was able to get it to work. I almost never
 use the command line on Windows, so I'm not up on the fine points. I
 suspect that many people who might be interested in developing a Python
 plugin could be in the same situation.
 Here is what I found to work

 Option 1. Use the StartRun window. The command has to specify full
 paths for everything, even if C:\Python25 is correctly listed in the
 PATH variable.
 The command I used was this:
 C:\Python25\pyrcc4 -o C:\Program Files\Quantum
 GIS\share\qgis\python\plugins\new_layer\resources.py C:\Program
 Files\Quantum GIS\share\qgis\python\plugins\new_layer\resources.qrc
 Quotes are necessary because of the spaces in the folder names.

 Option 2. Use the Command Prompt Window
  a. Open the Command Prompt by clicking StartRun and enter cmd.exe or
 click StartAll ProgramsAccessoriesCommand Prompt
  b. Navigate to the new_layer folder by entering
  cd C:\Program Files\Quantum GIS\share\qgis\python\plugins\new_layer
  or whatever is the correct path, which can be copied from the
 Address line in Windows Explorer when the folder is open.
 Right-click to paste. Quotes aren't needed.
  c. Enter
   pyrcc4 -o resources.py resources.qrc
 at the prompt

 Perhaps there is a place on the wiki to store this sort of stuff that is
 needed by novice Windows-based Python developers, but irrelevant to others?

 Tara

 Richard Duivenvoorde wrote:
 
  Hi Tara,
 
  don't know if I can make it more clear, but on Linux this command
  'pyrcc4' is in you PATH when you installed PyQt.
  On windows, it's possible that these binaries are not in your path.
  With me they were found here: C:\program files\Python25\pyrcc4.exe
  after installing. So you either call it by using the full path to it,
  or you add the path to python binaries to your PATH environment
  variable (I would do that...).
 
  The bigger picture:
  # QtDesigner4 will give you an '.ui' file
  # This .ui file is compiled using pyuic4 to a python source file
  containing the gui python class definition
  # You'll need pyrcc4 for generating a python resource file (will hold
  your images/icons etc)
  # You can then define your own class (inheriting from the gui class
  file above AND QDialog and add event/signal handlers to it
 
  No need to build stuff from source.
  Docs for PyQt4 (handy for some code examples...):
  http://www.riverbankcomputing.com/Docs/PyQt4/pyqt4ref.html
 
  other resources:
  http://wiki.qgis.org/qgiswiki/DevelopingPluginsWithPython
  http://wiki.qgis.org/qgiswiki/PythonPluginCodeSnippets
  and qgis wiki and blog
  or download some plugins from:
  http://spatialserver.net:3001/
  and look into the source code
  for example:
  http://spatialserver.net/pyqgis/plugins/imagemap_plugin_v0.2.zip
  this is a python plugin with gui and resources (there is also some
  docs in the zip).
  http://spatialserver.net/pyqgis/plugins/rasterinfo.zip is an ever
  simpler example.
 
  Hope this helps you something
 
  Regards,
 
  Richard Duivenvoorde
 
 
  Tara Athan wrote:
  I have PyQt GPL v4.3.3 installed, but I don't know how to make it
  perform this task (of compiling the resource file).
 
  The QGIS 0.9 manual does not describe anything so complicated as
  building from source.
  Tim, I appreciate the help, but this URL is way beyond my level at
  present.
 
  Tara
 
  Tim Sutton wrote:
  Hi Tara
 
  I'm guessing you are probably going to need PyQt installed on your
  computer (and by extension Qt too). Martin or Aaron will probably be
  able to better confirm this. There are notes on how to do this here:
 
  http://wiki.qgis.org/qgiswiki/BuildingFromSource (section 3)
 
  Hope that helps!
 
  Regards
 
  Tim
 
  2008/1/30, Tara Athan [EMAIL PROTECTED]:
 
  I am trying to follow the manual,
  Section 12, Subsection 7
  to get started writing Python Plugins
  I am getting stuck at step 3 because I am using Windows (XP)
 
  To turn the resource file into something the plugin can use, it
  must be
  compiled using the PyQt resource compiler:
 
pyrcc4 -o resources.py resources.qrc
 
  Can anyone tell me how to perform this step on the Windows platform?
 
  Thanks, Tara
 
 
  --
  My e-mail delivery has been unreliable lately, so I am asking for
  return receipts from all my email messages.
  OK'ing the return receipt lets me know that my message was delivered

Re: [Qgis-user] python plugin on windows

2008-01-31 Thread Tim Sutton
Hi Tara

I'm guessing you are probably going to need PyQt installed on your
computer (and by extension Qt too). Martin or Aaron will probably be
able to better confirm this. There are notes on how to do this here:

http://wiki.qgis.org/qgiswiki/BuildingFromSource (section 3)

Hope that helps!

Regards

Tim

2008/1/30, Tara Athan [EMAIL PROTECTED]:
 I am trying to follow the manual,
 Section 12, Subsection 7
 to get started writing Python Plugins
 I am getting stuck at step 3 because I am using Windows (XP)

 To turn the resource file into something the plugin can use, it must be
 compiled using the PyQt resource compiler:

   pyrcc4 -o resources.py resources.qrc

 Can anyone tell me how to perform this step on the Windows platform?

 Thanks, Tara


 --
 My e-mail delivery has been unreliable lately, so I am asking for
 return receipts from all my email messages.
 OK'ing the return receipt lets me know that my message was delivered.
 Thank you.

 Tara Athan
 Principal, Alternatives to Invasive Species
 [EMAIL PROTECTED]
 707-485-1198
 PO Box 415
 Redwood Valley, CA 95470

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



-- 
Tim Sutton
QGIS Project Steering Committee Member - Release  Manager
Visit http://qgis.org for a great open source GIS
openModeller Desktop Developer
Visit http://openModeller.sf.net for a great open source ecological
niche modelling tool
Home Page: http://tim.linfiniti.com
Skype: timlinux
Irc: timlinux on #qgis at freenode.net
___
Qgis-user mailing list
Qgis-user@lists.qgis.org
http://lists.qgis.org/cgi-bin/mailman/listinfo/qgis-user


Re: [Qgis-user] python plugin on windows

2008-01-31 Thread Tim Sutton
Hi

Where you installed pyqt, did it not put a pyrcc file somewhere in
your path? If so then you use the line from your original message:

pyrcc4 -o resources.py resources.qrc

Regards

Tim

2008/1/31, Tara Athan [EMAIL PROTECTED]:

  I have PyQt GPL v4.3.3 installed, but I don't know how to make it perform
 this task (of compiling the resource file).

  The QGIS 0.9 manual does not describe anything so complicated as building
 from source.
  Tim, I appreciate the help, but this URL is way beyond my level at present.

  Tara


  Tim Sutton wrote:
  Hi Tara

 I'm guessing you are probably going to need PyQt installed on your
 computer (and by extension Qt too). Martin or Aaron will probably be
 able to better confirm this. There are notes on how to do this here:

 http://wiki.qgis.org/qgiswiki/BuildingFromSource (section
 3)

 Hope that helps!

 Regards

 Tim

 2008/1/30, Tara Athan [EMAIL PROTECTED]:


  I am trying to follow the manual,
 Section 12, Subsection 7
 to get started writing Python Plugins
 I am getting stuck at step 3 because I am using Windows (XP)

 To turn the resource file into something the plugin can use, it must be
 compiled using the PyQt resource compiler:

  pyrcc4 -o resources.py resources.qrc

 Can anyone tell me how to perform this step on the Windows platform?

 Thanks, Tara


 --
 My e-mail delivery has been unreliable lately, so I am asking for
 return receipts from all my email messages.
 OK'ing the return receipt lets me know that my message was delivered.
 Thank you.

 Tara Athan
 Principal, Alternatives to Invasive Species
 [EMAIL PROTECTED]
 707-485-1198
 PO Box 415
 Redwood Valley, CA 95470

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






  --
 My e-mail delivery has been unreliable lately, so I am asking for
 return receipts from all my email messages.
 OK'ing the return receipt lets me know that my message was delivered.
 Thank you.

 Tara Athan
 Principal, Alternatives to Invasive Species
 [EMAIL PROTECTED]
 707-485-1198
 PO Box 415
 Redwood Valley, CA 95470



-- 
Tim Sutton
QGIS Project Steering Committee Member - Release  Manager
Visit http://qgis.org for a great open source GIS
openModeller Desktop Developer
Visit http://openModeller.sf.net for a great open source ecological
niche modelling tool
Home Page: http://tim.linfiniti.com
Skype: timlinux
Irc: timlinux on #qgis at freenode.net
___
Qgis-user mailing list
Qgis-user@lists.qgis.org
http://lists.qgis.org/cgi-bin/mailman/listinfo/qgis-user


Re: [Qgis-user] python plugin on windows

2008-01-31 Thread Tim Sutton
Hi all

2008/1/31, Richard Duivenvoorde [EMAIL PROTECTED]:

 # You'll need pyrcc4 for generating a python resource file (will hold
 your images/icons etc)

Just a small ammendment - as far as I know this is resource file is
not python specific but rather Qt specific - which means for example
Qt/C++ and Qt/python should be able to read icons etc from it.
Probably I'm just being pedantic as Richard certainly had the most
succinct answer so far.

Regards



-- 
Tim Sutton
QGIS Project Steering Committee Member - Release  Manager
Visit http://qgis.org for a great open source GIS
openModeller Desktop Developer
Visit http://openModeller.sf.net for a great open source ecological
niche modelling tool
Home Page: http://tim.linfiniti.com
Skype: timlinux
Irc: timlinux on #qgis at freenode.net
___
Qgis-user mailing list
Qgis-user@lists.qgis.org
http://lists.qgis.org/cgi-bin/mailman/listinfo/qgis-user


Re: [Qgis-user] closing bugs

2008-01-31 Thread Tim Sutton
Hi

We are going to be hopefully moving various qgis facilities onto
different servers in the near future so I would prefer to do this
afterwards, though I support the idea of closing aging bugs. The
people I rent the server from auto close issues after 48 hours if
waiting response from the reporter - wouldnt that be
(unreaslistically) nice :-)

Regards

Tim

2008/1/31, Magnus Homann [EMAIL PROTECTED]:
 Paolo Cavallini wrote:
  Hi all.
  I had a look to the bug list, and I think many of them are no longer
  valid. I would urge all those who reported a bug to check whether it is
  still valid, and if not, to close them.
  This is important, both for users (who do not get lost in a swamp of
  would-be bugs) and for developers, who can concentrate on the real ones.
  Having 200 open bugs is no good for anyone.
  Please make a little effort.

 I re-state my wish for auto-using bugs where we are waiting for user to
 report back for some length of time. I hope Tim can find the time to
 implement the server-side logic?

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



-- 
Tim Sutton
QGIS Project Steering Committee Member - Release  Manager
Visit http://qgis.org for a great open source GIS
openModeller Desktop Developer
Visit http://openModeller.sf.net for a great open source ecological
niche modelling tool
Home Page: http://tim.linfiniti.com
Skype: timlinux
Irc: timlinux on #qgis at freenode.net
___
Qgis-user mailing list
Qgis-user@lists.qgis.org
http://lists.qgis.org/cgi-bin/mailman/listinfo/qgis-user


Re: [Qgis-user] qgis

2008-01-29 Thread Tim Sutton
Boa Noite

In theory there is no reason why cant view data at these scales,
though I wonder if an open source CAD application such as QCAD would
not be more suitable for your needs.

Regards

Tim

1991/1/1, noriberto [EMAIL PROTECTED]:
 Dear Sirs

 I would like to know if I can work in the qgis with a scale of 1:100,
 1:200, 1:500.
 I need to put in the qgis an architectural plant of a building.

 Example: it follows enclosure


 regards,

 Noriberto

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





-- 
Tim Sutton
QGIS Project Steering Committee Member - Release  Manager
Visit http://qgis.org for a great open source GIS
openModeller Desktop Developer
Visit http://openModeller.sf.net for a great open source ecological
niche modelling tool
Home Page: http://tim.linfiniti.com
Skype: timlinux
Irc: timlinux on #qgis at freenode.net
___
Qgis-user mailing list
Qgis-user@lists.qgis.org
http://lists.qgis.org/cgi-bin/mailman/listinfo/qgis-user


Re: [Qgis-user] perfomance problems using Suse 10.3 .rpm

2008-01-28 Thread Tim Sutton
Hi

Which version of Qt4 does suse 10.3 come with?

Regards

Tim

2008/1/28, Don [EMAIL PROTECTED]:
 I have had problems with qgis and suse10.3.  I had a recent posting of
 the problem and no one replied.
 If I save a project and then restart qgis and load it,  the postgis
 layers do not display.  I have to manually add them by clicking on
 connect and selecting the appropriate table.  Also when I go int o the
 print composer I lose the postgis layer and only the raster graphics
 layer is displayed..  Perhap the cause has something to do with all the
 qt versions.   I noticed that some of the other distributions have to
 run various utility programs to make sure the right one is selected.



 Sven Burbeck wrote:

   Dear list members,
   in order to test QGIS for our purposes we installed it on various
   machines running Linux (Suse 10.3) and Windows (XP). On the Windows
   machine and on Linux, when compiling from source everything works fine
   and fast.
   However, on one machine (Laptop) where we installed QGIS from Suse 10.3
   .rpm we encountered massive performance problemes when it comes to
   visualization of shapefiles (other formats we didn't test yet).
   We've no clue if it is an rpm-problem or a hardware problem (maybe the
   graphic card?)
   If anybody made similar experiences - any hint will be most welcome!
  
   cheers,
   gisnix
  
   ___
   Qgis-user mailing list
   Qgis-user@lists.qgis.org
   http://lists.qgis.org/cgi-bin/mailman/listinfo/qgis-user
  
  
 


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



-- 
Tim Sutton
QGIS Project Steering Committee Member - Release  Manager
Visit http://qgis.org for a great open source GIS
openModeller Desktop Developer
Visit http://openModeller.sf.net for a great open source ecological
niche modelling tool
Home Page: http://tim.linfiniti.com
Skype: timlinux
Irc: timlinux on #qgis at freenode.net
___
Qgis-user mailing list
Qgis-user@lists.qgis.org
http://lists.qgis.org/cgi-bin/mailman/listinfo/qgis-user


Re: [Qgis-user] how to create a new projection in qgis ?

2008-01-24 Thread Tim Sutton
Hi

Settings- Custom Projection

Regards

Tim

2008/1/23, andrea pacifici [EMAIL PROTECTED]:
 Hi,
 I have to crate a new projection for a Qgis project about Mars. I have all
 info about projection, ellipsoid, and datum I would to like to create. In
 which way I can create the projection for Qgis? There is some tutorial about
 this?

 thanks

 Andrea
 --
 _

 Dott. Geol. Andrea Pacifici, Ph.D.
 Via della Billona 1093,
 55100 Lucca
 Cell. 328-0991808
 E-Mail [EMAIL PROTECTED]
 ___
 Qgis-user mailing list
 Qgis-user@lists.qgis.org
 http://lists.qgis.org/cgi-bin/mailman/listinfo/qgis-user




-- 
Tim Sutton
QGIS Project Steering Committee Member - Release  Manager
Visit http://qgis.org for a great open source GIS
openModeller Desktop Developer
Visit http://openModeller.sf.net for a great open source ecological
niche modelling tool
Home Page: http://tim.linfiniti.com
Skype: timlinux
Irc: timlinux on #qgis at freenode.net
___
Qgis-user mailing list
Qgis-user@lists.qgis.org
http://lists.qgis.org/cgi-bin/mailman/listinfo/qgis-user


Re: [Qgis-user] QGis and SAGA

2008-01-23 Thread Tim Sutton
Hi

Feel free to start a wishlist / roadmap page on the wiki. Contact me
for write access once you have created your wiki account (if you dont
already have write access).

Regards

Tim

2008/1/23, Agustin Lobo [EMAIL PROTECTED]:
 Well, I'm thinking on post-1.0 tasks. A roadmap
 for the future should be established at some point.
 Saga also has a
 python console, I guess. The analytical tools,as you say, are very good.

 Regards,

 Agus




 Tim Sutton escribió:
  Hi
 
  Since it is written in C++ on some level we might be able to use their
  library. However sharing gui components looks impossible because from
  what  I can see they are using WxWidgets. The web site states that
  they have separated application logic from the gui and placed it in
  its own library so depending on the data model we could theoretically
  use some of their (great looking) analytical tools. It would need a
  'champion' to make this happen (for GRASS we had Radim Blazek) because
  all QGIS devs are just hobbiests with limitied 'hack time' and we are
  already somewhat overwhelmed with things that need to be done for a
  stable and polished 1.0 release this year.
 
  Regards
 
  Tim
 
  2008/1/22, Agustin Lobo [EMAIL PROTECTED]:
  Hi!
 
  Are there any plans to make a plugin for SAGA
  as the one for Grass?
 
  Thanks
 
  Agus
  --
  Dr. Agustin Lobo
  Institut de Ciencies de la Terra Jaume Almera (CSIC)
  LLuis Sole Sabaris s/n
  08028 Barcelona
  Spain
  Tel. 34 934095410
  Fax. 34 934110012
  email: [EMAIL PROTECTED]
  http://www.ija.csic.es/gt/obster
  ___
  Qgis-user mailing list
  Qgis-user@lists.qgis.org
  http://lists.qgis.org/cgi-bin/mailman/listinfo/qgis-user
 
 
 

 --
 Dr. Agustin Lobo
 Institut de Ciencies de la Terra Jaume Almera (CSIC)
 LLuis Sole Sabaris s/n
 08028 Barcelona
 Spain
 Tel. 34 934095410
 Fax. 34 934110012
 email: [EMAIL PROTECTED]
 http://www.ija.csic.es/gt/obster



-- 
Tim Sutton
QGIS Project Steering Committee Member - Release  Manager
Visit http://qgis.org for a great open source GIS
openModeller Desktop Developer
Visit http://openModeller.sf.net for a great open source ecological
niche modelling tool
Home Page: http://tim.linfiniti.com
Skype: timlinux
Irc: timlinux on #qgis at freenode.net
___
Qgis-user mailing list
Qgis-user@lists.qgis.org
http://lists.qgis.org/cgi-bin/mailman/listinfo/qgis-user


[Qgis-user] QGIS 0.9.2rc1 String Freeze - Call for translators

2008-01-21 Thread Tim Sutton
Hi All (and especially translators)

As of today please note that we are entering string freeze for the run
up to the next release. If you are committing bug fixes please avoid
changing any strings. Translation .ts files have been updated in SVN
so please update your local svn checkouts. The period for translations
will close January 27 2008 (i.e. about one week from now) and then we
will be branching for release. Any translations submitted to us after
that time will only be included in the next release, so please submit
what you have by then even if it is not complete.

There was some discussion on the IRC channel today about the naming of
this release. I would like to proceed with the release as planned but
there are a great deal of new features incorporated from branches in
this release which inevitably means new bugs. So not wanting to
deviate from our release schedule, but at the same time wanting to
indicate the fact that there are a number of unresolved issues, we
will be going about the normal release process, but releasing as QGIS
0.9.2rc1 (rc signifying release candidate). It is our hope that by
building packages and making a rc release we can give early adopters
ready to use binaries to commence more detailed testing and bug
reporting. We will follow up 0.9.2rc1 with a bug triage release
focusing on stabilising new features and improving render performance.

As always you can track the release plans via the checklist at:

http://wiki.qgis.org/qgiswiki/ReleaseChecklist0.9.2

(I will update this page to indicate the rc1 status soon)

If you have any questions about the translation process, please see
the following page which I have recently updated with instructions on
how to generate a .ts file for a new locale.

http://wiki.qgis.org/qgiswiki/TranslatorsCorner

Many thanks to all the translators out there for the great work you do!

Regards,

-- 
Tim Sutton
QGIS Project Steering Committee Member - Release  Manager
Visit http://qgis.org for a great open source GIS
openModeller Desktop Developer
Visit http://openModeller.sf.net for a great open source ecological
niche modelling tool
Home Page: http://tim.linfiniti.com
Skype: timlinux
Irc: timlinux on #qgis at freenode.net
___
Qgis-user mailing list
Qgis-user@lists.qgis.org
http://lists.qgis.org/cgi-bin/mailman/listinfo/qgis-user


Re: [Qgis-user] bug : ECW raster not display correctly

2008-01-17 Thread Tim Sutton
Hi


2008/1/17, Agustin Lobo [EMAIL PROTECTED]:
 Considering most of the raster features have
 been merged for 0.9.2, perhaps the best
 is filing bug reports using a beta release of 0.9.2
 (once it is released, I understand developers are very busy)
 Most users (the ones able to test and file bug reports)
 don't even know what replicate against svn trunk is.

True - although since Jacolin is using ecw etc I was guessing he had
build QGIS and from source so hopefully I wasnt too far off the mark
:-)

Regards

Tim


 Agus

 [EMAIL PROTECTED] escribió:

  Message: 5
  Date: Wed, 16 Jan 2008 12:46:39 -0200
  From: Tim Sutton [EMAIL PROTECTED]
  Subject: Re: [Qgis-user] bug : ECW raster not display correctly
  To: Jacolin Yves [EMAIL PROTECTED]
  Cc: qgis-user@lists.qgis.org
  Message-ID:
[EMAIL PROTECTED]
  Content-Type: text/plain; charset=ISO-8859-1
 
  hi
 
  I would suggest to try to replicate against svn trunk first since
  Peter Ersts has merged in many changes and improvements for raster. If
  the problem still occurs please file a bug. Attaching (small .jpg)
  screenshots to the bug report if needed. Please be sure to provide
  descriptions of the images describing which are 'normal' and which
  have errors.
 
  Regards
 
  Tim


 --
 Dr. Agustin Lobo
 Institut de Ciencies de la Terra Jaume Almera (CSIC)
 LLuis Sole Sabaris s/n
 08028 Barcelona
 Spain
 Tel. 34 934095410
 Fax. 34 934110012
 email: [EMAIL PROTECTED]
 http://www.ija.csic.es/gt/obster
 ___
 Qgis-user mailing list
 Qgis-user@lists.qgis.org
 http://lists.qgis.org/cgi-bin/mailman/listinfo/qgis-user



-- 
Tim Sutton
QGIS Project Steering Committee Member - Release  Manager
Visit http://qgis.org for a great open source GIS
openModeller Desktop Developer
Visit http://openModeller.sf.net for a great open source ecological
niche modelling tool
Home Page: http://tim.linfiniti.com
Skype: timlinux
Irc: timlinux on #qgis at freenode.net
___
Qgis-user mailing list
Qgis-user@lists.qgis.org
http://lists.qgis.org/cgi-bin/mailman/listinfo/qgis-user


Re: [Qgis-user] gps problem

2008-01-16 Thread Tim Sutton
Hi

2008/1/15, Tolga Tanriverdi [EMAIL PROTECTED]:




 Hi
  I'm new to whole qgis thing and I'm trying to develop a gis application
 with using qgis but I want to use qgis as a command line tool

Which language are you developing with - python or c++?

Regards

Tim


  so I have created the project with qgis gui and saved it as a qgis project,
 now what I want is to send qgis a gpx file for using it's gps addon and take
 the snapshot of the project as a png file with --snapshot parameter
  however I couldnt find any way to give gpx file name as a project parameter
 does anyone know how can i do that ?
  My second question is when I called qgis with --snapshot parameter a gui of
 qgis appears for an instance is there a way to stop this?
  Thanks



 Tolga Tanrıverdi

 Aydın Yazılım ve Elektronik Sanayii A.Ş

 Ağ Sistem Mühendisi

 (0312)2101565-134


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




-- 
Tim Sutton
QGIS Project Steering Committee Member - Release  Manager
Visit http://qgis.org for a great open source GIS
openModeller Desktop Developer
Visit http://openModeller.sf.net for a great open source ecological
niche modelling tool
Home Page: http://tim.linfiniti.com
Skype: timlinux
Irc: timlinux on #qgis at freenode.net
___
Qgis-user mailing list
Qgis-user@lists.qgis.org
http://lists.qgis.org/cgi-bin/mailman/listinfo/qgis-user


Re: [Qgis-user] gps problem

2008-01-16 Thread Tim Sutton
Hi

QGIS doesnt have language bindings for java so I guess you are calling
qgis as a system process? The screenshot command line option is using
the same (gui based) application binary as QGIS desktop - hence the
possibility for the visual side effects. For a more robust solution I
would suggest making a simple libqgis_core based command line app to
load your maps and create an image output. There are a number of
examples for python and c++ available, and the tests/src/core unit
tests have additional routines that can be adopted as the basis for
such a simple command line app.

Regards

Tim

2008/1/16, Tolga Tanriverdi [EMAIL PROTECTED]:
 I'm using java for my project

 -Original Message-
 From: Tim Sutton [mailto:[EMAIL PROTECTED]
 Sent: 16 Ocak 2008 Çarşamba 11:29
 To: Tolga Tanriverdi
 Cc: qgis-user@lists.qgis.org
 Subject: Re: [Qgis-user] gps problem

 Hi

 2008/1/15, Tolga Tanriverdi [EMAIL PROTECTED]:
 
 
 
 
  Hi
   I'm new to whole qgis thing and I'm trying to develop a gis application
  with using qgis but I want to use qgis as a command line tool

 Which language are you developing with - python or c++?

 Regards

 Tim


   so I have created the project with qgis gui and saved it as a qgis project,
  now what I want is to send qgis a gpx file for using it's gps addon and take
  the snapshot of the project as a png file with --snapshot parameter
   however I couldnt find any way to give gpx file name as a project parameter
  does anyone know how can i do that ?
   My second question is when I called qgis with --snapshot parameter a gui of
  qgis appears for an instance is there a way to stop this?
   Thanks
 
 
 
  Tolga Tanrıverdi
 
  Aydın Yazılım ve Elektronik Sanayii A.Ş
 
  Ağ Sistem Mühendisi
 
  (0312)2101565-134
 
 
  ___
  Qgis-user mailing list
  Qgis-user@lists.qgis.org
  http://lists.qgis.org/cgi-bin/mailman/listinfo/qgis-user
 
 


 --
 Tim Sutton
 QGIS Project Steering Committee Member - Release  Manager
 Visit http://qgis.org for a great open source GIS
 openModeller Desktop Developer
 Visit http://openModeller.sf.net for a great open source ecological
 niche modelling tool
 Home Page: http://tim.linfiniti.com
 Skype: timlinux
 Irc: timlinux on #qgis at freenode.net


 Bu e-posta, mesaji alici kisminda belirtilmis olan kullanici icindir. Mesajin 
 alicisi siz degilseniz dogrudan veya dolayli olarak mesaji kullanmayiniz, 
 acmayiniz, dagitmayainiz, yazicidan dokumunu almayiniz veya herhangi bir 
 kismini kopyalamayiniz. Yanlislikla bu mesaj size ulasmissa lutfen, siliniz 
 ve tum kopyalarini yok ederek mesaji gonderene acilen haber veriniz. Bu mesaj 
 icerisinde belirtilenler sadece gondericinin kisisel gorusleridir. Bu 
 gorusler Aydın Yazılım ve Elektronik Sanayii A.Ş. (AYESAŞ)'ın goruslerini 
 yansitmadigi gibi, AYESAŞ'ı baglayici da degildir. Bu mesajin iceriginde ya 
 da eklerinde yer alan bilgilerin dogrulugu, butunlugu ve guncelligi AYESAŞ 
 tarafindan garanti edilmemektedir ve bilinen viruslere karsi kontrolleri 
 yapilmis olarak yollanan mesajin sitenizde yaratabilecegi zararlardan AYESAŞ 
 sorumlu tutulamaz.

 This email is intended solely for the use of the individual or entity to whom 
 it is adressed. If you are not the intended adressee of this message, you 
 should not use, open, disseminate, distrubute, print or copy this e-mail. If 
 you have received this email in error. please delete it from your system and 
 notify the sender immediately. Aydın Yazılım ve Elektronik Sanayii A.Ş. 
 (AYESAŞ) does not accept any legal responsibility whatsoever for the contents 
 of this message. Any opinions contained in this message are those of the 
 author and are not given or endorsed by the AYESAŞ. AYESAŞ does not warrant 
 the accuracy, integrity and currency of the information transmitted with this 
 message. This message has been detected for all known computer viruses thence 
 AYESAŞ is not liable for the occurrence of any system corruption caused by 
 this message.



-- 
Tim Sutton
QGIS Project Steering Committee Member - Release  Manager
Visit http://qgis.org for a great open source GIS
openModeller Desktop Developer
Visit http://openModeller.sf.net for a great open source ecological
niche modelling tool
Home Page: http://tim.linfiniti.com
Skype: timlinux
Irc: timlinux on #qgis at freenode.net
___
Qgis-user mailing list
Qgis-user@lists.qgis.org
http://lists.qgis.org/cgi-bin/mailman/listinfo/qgis-user


Re: [Qgis-user] Beta version for 0.9.2?

2008-01-15 Thread Tim Sutton
Hi

Yes we will be making test builds 'real soon now'.

Regards

Tim

2008/1/15, Agustin Lobo [EMAIL PROTECTED]:
 Hi!

 According to the Qgis-dev archives, developers
 could make it for the feature freeze deadline
 of 0.9.2. Thank you all.

 Are there plans to release a (win) compiled beta
 version of 0.9.2? When?

 Agus

 --
 Dr. Agustin Lobo
 Institut de Ciencies de la Terra Jaume Almera (CSIC)
 LLuis Sole Sabaris s/n
 08028 Barcelona
 Spain
 Tel. 34 934095410
 Fax. 34 934110012
 email: [EMAIL PROTECTED]
 http://www.ija.csic.es/gt/obster
 ___
 Qgis-user mailing list
 Qgis-user@lists.qgis.org
 http://lists.qgis.org/cgi-bin/mailman/listinfo/qgis-user



-- 
Tim Sutton
QGIS Project Steering Committee Member - Release  Manager
Visit http://qgis.org for a great open source GIS
openModeller Desktop Developer
Visit http://openModeller.sf.net for a great open source ecological
niche modelling tool
Home Page: http://tim.linfiniti.com
Skype: timlinux
Irc: timlinux on #qgis at freenode.net
___
Qgis-user mailing list
Qgis-user@lists.qgis.org
http://lists.qgis.org/cgi-bin/mailman/listinfo/qgis-user


Re: [Qgis-user] python plugin action vs mode tool

2008-01-14 Thread Tim Sutton
Hi

We have the same idea already implemented for C++ programmers for some
time - so maybe Martin could extend the plugin build to ask which
language you want your plugin to be in and then build from a python
plugin template when applicable.

Qt automatically  changes the brightness of buttons based on whether
they are enabled or not, so I guess you need to call setEnabled on
your button based on context.

Regards

Tim

2008/1/14, Richard Duivenvoorde [EMAIL PROTECTED]:
 Hi List,
 I'm currently working on a python plugin which is actually a click-tool,
 comparable to the I-tool from the attributes-view. That is: when you
 click the plugin button, you click in the map and something happens, you
 are supposed to be in that 'mode'/'state' untill you choose to use
 another tool (like zoomin, select etc).
 This opposed to (plugin)-tools which work via their own 'config'-screen:
 you activate the plugin, a config screen pops up, and after completing
 the configuration you're still in the old (eg zoom) mode.

 Questions:
 - is there a difference between these two 'modes', in term of names
 (tools vs wizard or so)? How do you call these?
 - I was not able to 'enable' my plugin button, aka: make it a little
 darker so you know that you're still in the xyz-mode. Can somebody point
 me to such an example, or are plugins not supposed to work like this?

 Idea:
 Is it an idea for one of the (python)-guru's to make two plugin
 annotated stubbs and add it to the pluginrepository, which can be used
 by 'normal' people to implement their functionality.
 I'm thinking of two plugins: one for this 'wizard'-like plugins and one
 for this 'state'-like plugin.
 This plugins do nothing more then enable certain (click) events in the
 map and do a print out (though these print out lines can't be seen in
 windows?). Actually in line with this wiki article:
 http://wiki.qgis.org/qgiswiki/DevelopingPluginsWithPython, but adding
 some more events, and maybe some simple qt dialogs.

 A user which knows a few words of python can then copy the plugin stubb,
 and add some simple code for example in the 'mapClick'handler, without
 knowing to much about the Qt-event handling system. If needed this can
 be learned later.

 Essentials:
 - the stubbs should contain ready made parts for thinks like: showing
 the essential events: mouseClicks in the map etc
 - there should be a difference between a (more advanced) wizard like
 plugin and a simple 'commandline'-plugin.

 Regards,
 Richard
 ___
 Qgis-user mailing list
 Qgis-user@lists.qgis.org
 http://lists.qgis.org/cgi-bin/mailman/listinfo/qgis-user



-- 
Tim Sutton
QGIS Project Steering Committee Member - Release  Manager
Visit http://qgis.org for a great open source GIS
openModeller Desktop Developer
Visit http://openModeller.sf.net for a great open source ecological
niche modelling tool
Home Page: http://tim.linfiniti.com
Skype: timlinux
Irc: timlinux on #qgis at freenode.net
___
Qgis-user mailing list
Qgis-user@lists.qgis.org
http://lists.qgis.org/cgi-bin/mailman/listinfo/qgis-user


Re: [Qgis-user] How to identify a raster on the map?

2008-01-14 Thread Tim Sutton
Hi Aaron

I tried out your plugin - works great!

Regards

Tim

2008/1/14, Aaron Racicot [EMAIL PROTECTED]:




 FYI,



 http://blog.qgis.org/?q=node/104



 A


 ++
   Aaron Racicot - GIS Programmer
   [EMAIL PROTECTED]
  ++
   z - p u l l e y
   pobox 1614
   langley wa 98260
   www.reprojected.com
  ++


  


 From: [EMAIL PROTECTED]
 [mailto:[EMAIL PROTECTED] On Behalf Of
 andrea pacifici
  Sent: Friday, January 11, 2008 4:36 AM
  To: Richard Duivenvoorde
  Cc: [EMAIL PROTECTED]
  Subject: Re: [Qgis-user] How to identify a raster on the map?




 Hi Richard,

  I'm using Qgis in order to realise a geological map: images will be not
 distribuited via mapserver. So I actually have more than 200 layers.

  To create a python  plugin for that could be very interesting. But I don't
 know python language

  Anyway, I think that the possibility to have a Qgis plugin doing this could
 be fundamental for those people working with a very large number of raster
 data (this is the case of people like me working on planetary geology)

  Thank you very much

  Andrea








 2008/1/11, Richard Duivenvoorde  [EMAIL PROTECTED]:

 Hi Andrea,

  how did you load these rasters?
  Every raster in a layer (so you have actually 200 layers)?
  Or did you generate a tileindex file using gdaltindex and are you
  serving the rasterimages using mapserver?

  If the first: it's fun to write a simple python plugin for that, if
  needed I can give you some help (thinking about: get mouseXY, walk
  through all layers and check if you are within the bbox of current
  layer, spit the layername or some other attribute name to std-out (or
  more fancy: show a dialog).)

  If the second: as Tim told you: add the indexfile as layer. You can also
  use that indexfile to serve the rasters via Mapserver then.

  Building the indexfile and just loading that in Qgis is probably the
  fastest way.

  Grtz Richard Duivenvoorde

  andrea pacifici wrote:
   Hi,
   I have a Qgis-GRASS GIS project containing more than 200 rasters: it is
   a GIS project about a portion of Mars (yes... the planet!).
   Often, I need to identify the name of one of such rasters just by
   clicking on it on the map.
   Which is the best way to do this with Qgis? The Identify button give
   information on a raster only if the raster it is already selected.
   There is a plugin to do this?
  
   Otherwise, I think the only way is to build a vector layer representing
   raster footprints, and interrogate it.
  
   Thanks
  
   Andrea
  
   --
   _
  
   Dott. Geol. Andrea Pacifici, Ph.D.
   Via della Billona 1093,
   55100 Lucca, Italy
   Cell. +39328-09918108
   E-Mail [EMAIL PROTECTED] mailto:[EMAIL PROTECTED]
  
  
  
 
  
   ___
   Qgis-user mailing list
   Qgis-user@lists.qgis.org
   http://lists.qgis.org/cgi-bin/mailman/listinfo/qgis-user




  --
  _

  Dott. Geol. Andrea Pacifici, Ph.D.
  Via della Billona 1093,
  55100 Lucca
  Cell. 328-09918108
  E-Mail [EMAIL PROTECTED]
 ___
 Qgis-user mailing list
 Qgis-user@lists.qgis.org
 http://lists.qgis.org/cgi-bin/mailman/listinfo/qgis-user




-- 
Tim Sutton
QGIS Project Steering Committee Member - Release  Manager
Visit http://qgis.org for a great open source GIS
openModeller Desktop Developer
Visit http://openModeller.sf.net for a great open source ecological
niche modelling tool
Home Page: http://tim.linfiniti.com
Skype: timlinux
Irc: timlinux on #qgis at freenode.net
___
Qgis-user mailing list
Qgis-user@lists.qgis.org
http://lists.qgis.org/cgi-bin/mailman/listinfo/qgis-user


Re: [Qgis-user] [bug] Crash of QGIS 0.9.1 opening attribut table

2008-01-10 Thread Tim Sutton
Hi Jacolin

Do you have a bug tracker account? Contact me if you need one. Please
check that there isnt an existing bug report for this. If there is
append your comments. If not feel free to open a new bug.

Regards

Tim

2008/1/10, Jacolin Yves [EMAIL PROTECTED]:
 HI list,

 I would like to confirm a bug which crash QGIS 0.9.1.

 I am editing a layer, copying-pasting a feature from a layer to another one.
 As the attribute table are different for the two layers, when I save my
 modification, a windows alert me that there is a problem with the type of the
 fields XXX (which is boolean, and I try to instert text for example).

 With the 0.8.0 release, I opened the atribut table, looking for the -1 id and
 change the incorrect data and save my layer. However, with the 0.9.1 release,
 QGIS crash when I try to open the attribut table.

 Do you this issue? Do I need to fill a bug report? Does someone can reproduce
 this bug?

 Thanks for your great work.

 Y.
 --
 Yves Jacolin
 ---
 http://softlibre.gloobe.org
 ___
 Qgis-user mailing list
 Qgis-user@lists.qgis.org
 http://lists.qgis.org/cgi-bin/mailman/listinfo/qgis-user



-- 
Tim Sutton
QGIS Project Steering Committee Member - Release  Manager
Visit http://qgis.org for a great open source GIS
openModeller Desktop Developer
Visit http://openModeller.sf.net for a great open source ecological
niche modelling tool
Home Page: http://tim.linfiniti.com
Skype: timlinux
Irc: timlinux on #qgis at freenode.net
___
Qgis-user mailing list
Qgis-user@lists.qgis.org
http://lists.qgis.org/cgi-bin/mailman/listinfo/qgis-user


Re: [Qgis-user] How to identify a raster on the map?

2008-01-10 Thread Tim Sutton
Hi Andrea

The best way to do this would probably to use the gdal shptille
utility to build a shapefile that contains indexes to each image.See

http://www.gdal.org/gdaltindex.html

A plugin like you envisage should be possible but none has been written yet.

Regards

Tim

2008/1/10, andrea pacifici [EMAIL PROTECTED]:
 Hi,
 I have a Qgis-GRASS GIS project containing more than 200 rasters: it is a
 GIS project about a portion of Mars (yes... the planet!).
 Often, I need to identify the name of one of such rasters just by clicking
 on it on the map.
 Which is the best way to do this with Qgis? The Identify button give
 information on a raster only if the raster it is already selected.
 There is a plugin to do this?

 Otherwise, I think the only way is to build a vector layer representing
 raster footprints, and interrogate it.

 Thanks

 Andrea

 --
 _

 Dott. Geol. Andrea Pacifici, Ph.D.
 Via della Billona 1093,
 55100 Lucca, Italy
 Cell. +39328-09918108
 E-Mail [EMAIL PROTECTED]
 ___
 Qgis-user mailing list
 Qgis-user@lists.qgis.org
 http://lists.qgis.org/cgi-bin/mailman/listinfo/qgis-user




-- 
Tim Sutton
QGIS Project Steering Committee Member - Release  Manager
Visit http://qgis.org for a great open source GIS
openModeller Desktop Developer
Visit http://openModeller.sf.net for a great open source ecological
niche modelling tool
Home Page: http://tim.linfiniti.com
Skype: timlinux
Irc: timlinux on #qgis at freenode.net
___
Qgis-user mailing list
Qgis-user@lists.qgis.org
http://lists.qgis.org/cgi-bin/mailman/listinfo/qgis-user


Re: [Qgis-user] [Fwd: shifted geotif]

2008-01-09 Thread Tim Sutton
Hi

Yes now that you mention it, I now remember he (FrankW) committed a
fix for displaying non-north up images. So hang on for 0.9.2 Agustin
(and cheer Peter on from the sides to get the raster branch merged
:-).

Regards

Tim

2008/1/9, Peter Ersts [EMAIL PROTECTED]:
 Agustin and Tim,

 I received the data Agustin was using. I tried these data against the
 trunk and have the same problem. Good news is that I tested this on the
 raster branch and there are no problems, we have Frank W. to thank for
 that fix.

 Here is a screen shot, showing good alignment with the background set
 transparent
 http://picasaweb.google.com/peter.ersts/QGISScreenshots/photo#5153471299682467538

 So, just one more reason for me to burn the midnight oil and make sure
 the raster branch gets into 0.9.2.

 -pete

 Peter Ersts wrote:
  -- Forwarded message --
  From: Agustin Lobo [EMAIL PROTECTED]
  Date: Jan 8, 2008 12:36 PM
  Subject: Re: [Qgis-user] [Fwd: shifted geotif]
  To: Tim Sutton [EMAIL PROTECTED]
  Cc: Peter Ersts [EMAIL PROTECTED], qgis-user [EMAIL PROTECTED]
 
 
  Done, the jpg images illustrating the problem are in
  http://picasaweb.google.es/aloboaleu/QgisProblems
 
  Agus
 
  Tim Sutton escribió:
 
 
  Hi Agustin
 
  Please put the screenies on Flickr / Picasaweb or any free image
  hosting service and post the urls. It sounds like you should file a
  bug for this and CC Peter Ersts into any further correspondence too.
 
 
  Regards
 
  Tim
 
  2008/1/8, Agustin Lobo [EMAIL PROTECTED]:
 
  I'm removing the attachments to this message,
  let me know how I could upload them.
 
   Mensaje original 
  Asunto: shifted geotif
  Fecha: Tue, 08 Jan 2008 13:08:21 +0100
  De: Agustin Lobo [EMAIL PROTECTED]
  Responder a: [EMAIL PROTECTED]
  Para: qgis-user [EMAIL PROTECTED]
 
  Hi!
 
  I'm displaying 2 TM scenes (geotif format, UTM 18S) and they get
  relatively shifted. This does not happen if I represent the
  same files with i.e. globalmapper. I've made a couple of
  screen shots that I'm trying to attach. If the attachments get removed,
  please let me know how I could upload them, seeing it is the best
  way of understanding it...
 
 
  Agus
 


 --
 
 Peter J. Ersts, Project Specialist
 American Museum of Natural History
 Center for Biodiversity and Conservation
 Central Park West at 79th Street
 New York, New York 10024
 Tel: Home Office (518)-632-4745 or NYC Office (212)-496-3488
 Web: http://biodiversityinformatics.amnh.org
 Web: http://cbc.amnh.org

 Quantum GIS Raster Development Team. Visit http://www.qgis.org
 to learn more about QGIS, a free and open source desktop GIS

 Open Source,
 ...evolving through community cooperation to change the world bit by bit




-- 
Tim Sutton
QGIS Project Steering Committee Member - Release  Manager
Visit http://qgis.org for a great open source GIS
openModeller Desktop Developer
Visit http://openModeller.sf.net for a great open source ecological
niche modelling tool
Home Page: http://tim.linfiniti.com
Skype: timlinux
Irc: timlinux on #qgis at freenode.net
___
Qgis-user mailing list
Qgis-user@lists.qgis.org
http://lists.qgis.org/cgi-bin/mailman/listinfo/qgis-user


Re: [Qgis-user] happy new year

2008-01-08 Thread Tim Sutton
Ola Vitor!


2007/12/31, victor javier morales [EMAIL PROTECTED]:
 hi friends

 I wish a happy new year

 To all those who made it possible
 our community  Q-gis

 Hugs and more hugs
 from Chile

 P.D:who comes to chile  him I gladly free tour
 only writting at my mail

Hey thanks for the kind words! Hope al you QGIS users out there are
ready for a year of great progress on the QGIS project! This year we
absolutely will release version 1.0. If we don't I will eat my hat!
(Now I just need an organic edible hat for insurance purposes!).


 bueno ahora en español
 un gran abrazo a esta comunidad que hace crecer a todos
 acortamos las distancias leyendo y aprendiendo de los demas.
 espero sigamos creciendo..
 espero que halla un par de usuarios en español
 pa no sentirme solo aca
 saludos de chile

Ok now I try my best 'porteñol' :

Obrigado! Talvez um dia eu viajar no Chile para encontra os usarios español!

Saludos de Brazil!

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




-- 
Tim Sutton
QGIS Project Steering Committee Member - Release  Manager
Visit http://qgis.org for a great open source GIS
openModeller Desktop Developer
Visit http://openModeller.sf.net for a great open source ecological
niche modelling tool
Home Page: http://tim.linfiniti.com
Skype: timlinux
Irc: timlinux on #qgis at freenode.net
___
Qgis-user mailing list
Qgis-user@lists.qgis.org
http://lists.qgis.org/cgi-bin/mailman/listinfo/qgis-user


[Qgis-user] Announcing the release of QGIS 0.9.1

2008-01-02 Thread Tim Sutton
Hi All

QGIS 0.9.1 was tagged in the code base a little while ago and new
packages have been brewed:

http://gisalaska.com/qgis/downloads.rhtml

Ubuntu (gutsy) users can now enjoy automatic updates using the Gutsy
QGIS package repository.

This is primarily a bug fix release and includes the following key changes:

 - 70 Bugs closed
 - Added locale tab to options dialog so that locale can be overridden
 - Cleanups and additions to GRASS tools
 - Python Plugin Installer for installing plugins from the PyQGIS repository
 - Documentation updates
 - Improvements for building under MSVC

Many thanks to all those who have contributed in testing, reporting
bugs, coding, packaging etc. Best regards for the new year from the
QGIS team!

-- 
Tim Sutton
QGIS Project Steering Committee Member - Release  Manager
Visit http://qgis.org for a great open source GIS
openModeller Desktop Developer
Visit http://openModeller.sf.net for a great open source ecological
niche modelling tool
Home Page: http://tim.linfiniti.com
Skype: timlinux
Irc: timlinux on #qgis at freenode.net
___
Qgis-user mailing list
Qgis-user@lists.qgis.org
http://lists.qgis.org/cgi-bin/mailman/listinfo/qgis-user


Re: [Qgis-user] where to find qgis 0.9.1 installer

2007-12-20 Thread Tim Sutton
Hi

We are still preparing packages for the official 0.9.1 release. Look
out for an announcement to this list in the next day or so.

Regards

Tim

2007/12/20, nishith datta [EMAIL PROTECTED]:
 hi all,
 I looked around a lot for the qgis 0.9.1 installer, only found trisham's
 site but the site is not available always and the download is very difficult
  to complete .
 Can someone direct me to some site where I can download the installer for
 0.9.1.
 Also has the broken dbf driver problem been resolved and is there a nviz
 module in 0.9.1 ?
 thanks in advance
 nishith


  
 Be a better friend, newshound, and know-it-all with Yahoo! Mobile. Try it
 now.


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




-- 
Tim Sutton
QGIS Project Steering Committee Member - Release  Manager
Visit http://qgis.org for a great open source GIS
openModeller Desktop Developer
Visit http://openModeller.sf.net for a great open source ecological
niche modelling tool
Home Page: http://tim.linfiniti.com
Skype: timlinux
Irc: timlinux on #qgis at freenode.net
___
Qgis-user mailing list
Qgis-user@lists.qgis.org
http://lists.qgis.org/cgi-bin/mailman/listinfo/qgis-user


Re: [Qgis-user] Information about QGis

2007-12-20 Thread Tim Sutton
Hi Michele

Strangely someone else sent this exact same email message to this list
a few days ago. I repeat my reply below...

There are italian speakers here on the list who can maybe help more.
Also, Tara recently added a features page to the QGIS home page that
may be helpful:

http://qgis.org/content/view/145/113/

Regards

Tim

2007/12/18, Michele [EMAIL PROTECTED]:
  This is a generic question about what is possible to do whit QGIS:
 Sorry but I need write in Italian to explain my doubts.

 Il mio quesito è semplicemente questo (premetto che non conosco i
 programmi GIS):
 Prima di buttarmi in un'impegnativo apprendimento di un nuovo programma
 e tutto ciò che lo circonda (Linux, geodatabase, ...) che potrebbe
 essere interessante, ma richiedere parecchio tempo, volevo capire se con
 Qgis poi riuscirò a fare alcuni lavori che attualmente faccio con un CAD
 sottoponendo un raster  della cartografia  e/o  delle  ortofoto.
 In pratica ciò che normalmente disegno sono sostanzialmente linee e
 poligoni +/- complessi (con eventuali frazionamenti), derivanti da
 rilievi metrici sul campo (raramente uso il GPS)
 Quali sono le reali possibilità di disegno con QGis?
 Posso decidere in modo preciso lunghezza-direzione delle linee, creare
 curve, decidere il raggio di curvatura, disegnare poligoni, fare
 frazionamenti dei medesimi, ruotarli, ...
 E' sempre necessario avere i riferimenti in coordinate per disegnare o
 sono sufficienti le misure da punti di riferimento?
 Ci sono pacchetti aggiuntivi ai comandi di disegno che ho visto di default?
 Mi pare di capire poi che le descrizioni associate alle varie entità
 possono essere notevolmente superiori a quelle che a fatica riporto su
 un CAD.
 Forse chiedo troppo, ma ... c'è nessuno in zona Brescia (o dintorni) che
 già usa questo programma e dal quale sia possibile dare una sbirciatina
 delucidativa?
 Grazie comunque.
 Ciao,
 Michele
 ___
 Qgis-user mailing list
 Qgis-user@lists.qgis.org
 http://lists.qgis.org/cgi-bin/mailman/listinfo/qgis-user



-- 
Tim Sutton
QGIS Project Steering Committee Member - Release  Manager
Visit http://qgis.org for a great open source GIS
openModeller Desktop Developer
Visit http://openModeller.sf.net for a great open source ecological
niche modelling tool
Home Page: http://tim.linfiniti.com
Skype: timlinux
Irc: timlinux on #qgis at freenode.net
___
Qgis-user mailing list
Qgis-user@lists.qgis.org
http://lists.qgis.org/cgi-bin/mailman/listinfo/qgis-user


Re: [Qgis-user] Set Offsite for Rasters?

2007-12-20 Thread Tim Sutton
Hi

This functionality will be available when the raster transparency
branch is merged. There are experimental builds of the raster
transparency branch if you want to try it in the mean time at:

http://qgis.org/uploadfiles/testbuilds/

We encourage people to download and try out the raster test build and
file bugs, provide feedback to Peter Ersts, etc.

Regards

Tim

2007/12/19, David Fawcett [EMAIL PROTECTED]:
 I used the georeferencing pluggin to, of course georeference a photo.  I
 went with the helmert transformation and the resulting image was saved out
 as at .tif.

 When I add the .tif to the map, the off-site areas are black.  I looked at
 the layer properties, but couldn't find any way to set black as off-site so
 I could see the rotated image over an existing map.

 Is it possible to classify an off-site value for raster layers.

 Thanks,

 David.

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




-- 
Tim Sutton
QGIS Project Steering Committee Member - Release  Manager
Visit http://qgis.org for a great open source GIS
openModeller Desktop Developer
Visit http://openModeller.sf.net for a great open source ecological
niche modelling tool
Home Page: http://tim.linfiniti.com
Skype: timlinux
Irc: timlinux on #qgis at freenode.net
___
Qgis-user mailing list
Qgis-user@lists.qgis.org
http://lists.qgis.org/cgi-bin/mailman/listinfo/qgis-user


Re: [Qgis-user] Information about QGis

2007-12-18 Thread Tim Sutton
Hi Micros

Sorry my italian isnt so good. There are italian speakers here on the
list who can maybe help more. Also, Tara recently added a features
page to the QGIS home page that may be helpful:

http://qgis.org/content/view/145/113/

Regards

Tim

2007/12/18, Micros [EMAIL PROTECTED]:
 This is a generic question about what is possible to do whit QGIS:
 Sorry but I need write in Italian to explain my doubts.

 Il mio quesito è semplicemente questo (premetto che non conosco i
 programmi GIS):
 Prima di buttarmi in un'impegnativo apprendimento di un nuovo programma
 e tutto ciò che lo circonda (Linux, geodatabase, ...) che potrebbe
 essere interessante, ma richiedere parecchio tempo, volevo capire se con
 Qgis poi riuscirò a fare alcuni lavori che attualmente faccio con un CAD
 sottoponendo un raster  della cartografia  e/o  delle  ortofoto.
 In pratica ciò che normalmente disegno sono sostanzialmente linee e
 poligoni ± complessi (con eventuali frazionamenti), derivanti da rilievi
 metrici sul campo (raramente uso il GPS)
 Quali sono le reali possibilità di disegno con QGis?
 Posso decidere in modo preciso lunghezza-direzione delle linee, creare
 curve, decidere il raggio di curvatura, disegnare poligoni, fare
 frazionamenti dei medesimi, ruotarli, ...
 E' sempre necessario avere i riferimenti in coordinate per disegnare o
 sono sufficienti le misure da punti di riferimento?
 Ci sono pacchetti aggiuntivi ai comandi di disegno che ho visto di default?
 Mi pare di capire poi che le descrizioni associate alle varie entità
 possono essere notevolmente superiori a quelle che a fatica riporto su
 un CAD.
 Forse chiedo troppo, ma ... c'è nessuno in zona Brescia (o dintorni) che
 già usa questo programma e dal quale sia possibile dare una sbirciatina
 delucidativa?
 Grazie comunque.
 Ciao,
 Michele
 ___
 Qgis-user mailing list
 Qgis-user@lists.qgis.org
 http://lists.qgis.org/cgi-bin/mailman/listinfo/qgis-user



-- 
Tim Sutton
QGIS Project Steering Committee Member - Release  Manager
Visit http://qgis.org for a great open source GIS
openModeller Desktop Developer
Visit http://openModeller.sf.net for a great open source ecological
niche modelling tool
Home Page: http://tim.linfiniti.com
Skype: timlinux
Irc: timlinux on #qgis at freenode.net
___
Qgis-user mailing list
Qgis-user@lists.qgis.org
http://lists.qgis.org/cgi-bin/mailman/listinfo/qgis-user


Re: [Qgis-user] shape file

2007-12-07 Thread Tim Sutton
Hi

Yes I think my patch will check both before and after. Don't worry
about your English I can understand you fine :-)

Regards

Tim

2007/12/7, alexey [EMAIL PROTECTED]:
 Hi

 Tim, now I know what problem was - it's absence of attributes of
 column. Then project has created somebody and did't fill up key - field.
 Qgis crashed because one field of one of objects was
 empty.
 I think that will be more better create a check of type field before
 creating a shape-file.

 P.S. sorry for my bad english, i hope you will understand me).


  Hi

  Looking at the code, only int, string and double types are currently
  supported. What data types are in your grass layer attributes table?
  Certainly we should not assert there but rather give some kind of
  feedback.

  Currently the code for QGIS 0.9.1 is in string freeze so I cant do
  much about it right now. However I have made a patch to at least just
  give an error message rather than assert (which causes the app to
  terminate).

  I have created a bug for this here:

  https://svn.qgis.org/trac/ticket/854

  Which includes a patch which at least prevents the app terminating. If
  you supply me with more info regarding the datatypes in your attribute
  table I will try to include support for additional dataypes in the
  above patch. As I recall shapefile format supports only int, double
  and string so any other attribute types will need to be merged into
  one of those types. I will apply the patch post 0.9.1 release.

  Regards

  Tim

  2007/12/5, alexey [EMAIL PROTECTED]:
  Hi
 
  I have a problem with generating shape file in qgis.
  When at grass vector layer I press right mouse button and select save as
  shapefile qgis crashes and in terminal appears this text:
  -
 
  QgsGrass::vectors()
  qgis: 
  /home/timlinux/dev/cpp/qgis-0.9.0/src/core/qgsvectorfilewriter.cpp:222: bo
  ol QgsVectorFileWriter::addFeature(QgsFeature): Assertion `0  invalid 
  varian
  t type' failed.
  Aborted
 
  -
 
  Somebody did such operation (i need to transport grass vector layer to
  postgis table in postgres)
 
  --
 
   alexey  mailto:[EMAIL PROTECTED]
 
  ___
  Qgis-user mailing list
  Qgis-user@lists.qgis.org
  http://lists.qgis.org/cgi-bin/mailman/listinfo/qgis-user
 





 --
 С уважением,
  alexey  mailto:[EMAIL PROTECTED]




-- 
Tim Sutton
QGIS Project Steering Committee Member - Release  Manager
Visit http://qgis.org for a great open source GIS
openModeller Desktop Developer
Visit http://openModeller.sf.net for a great open source ecological
niche modelling tool
Home Page: http://tim.linfiniti.com
Skype: timlinux
Irc: timlinux on #qgis at freenode.net
___
Qgis-user mailing list
Qgis-user@lists.qgis.org
http://lists.qgis.org/cgi-bin/mailman/listinfo/qgis-user


Re: [Qgis-user] (no subject)

2007-12-06 Thread Tim Sutton
Hi

1) Grass doesnt know anything about .qgs files
2) To import a dataset into GRASS you need do :

  - create a grass mapset
 - open the mapset
 - open the grass tools dialog
 - use the provided tools to move your data from gdal or ogr into grass

3) Use file-save as image to snap a picture of your map for export to GIMP

Have fun!

Regards

Tim

2007/12/6, serafin fages [EMAIL PROTECTED]:



 It`s a good idea but when I try to open a file with qgs extension in grass
 ,I can not open in it. I want to work in qgis all the process until
 interpolation result, due to I´had troubles in interpolation work in grass.
 How can I export from qgis to grass for making my legend.

 Another question is how I can export the monitor to gimp

 Its a great help.
 
 Tecnología, moda, motor, viajes,…suscríbete a nuestros boletines para estar
 a la última MSN Newsletters
 ___
 Qgis-user mailing list
 Qgis-user@lists.qgis.org
 http://lists.qgis.org/cgi-bin/mailman/listinfo/qgis-user




-- 
Tim Sutton
QGIS Project Steering Committee Member - Release  Manager
Visit http://qgis.org for a great open source GIS
openModeller Desktop Developer
Visit http://openModeller.sf.net for a great open source ecological
niche modelling tool
Home Page: http://tim.linfiniti.com
Skype: timlinux
Irc: timlinux on #qgis at freenode.net
___
Qgis-user mailing list
Qgis-user@lists.qgis.org
http://lists.qgis.org/cgi-bin/mailman/listinfo/qgis-user


Re: [Qgis-user] 0.9.1 Release plans

2007-11-30 Thread Tim Sutton
Hi Jean-Claude

Thanks for bringing my attention to this - I will review your patch today.

If anyone else has patches they have sent in by the bug tracker or by
sending personal emails to me that have not received a response,
please let me know - sometimes I miss things in the torrent of email
going through my inbox.

Best regards

Tim

2007/11/30, Jean-Claude Repetto [EMAIL PROTECTED]:
 Tim Sutton wrote :
  Hi All
 
  December is coming up fast and our bug triage has been quite a success
  with over 52 bugs squashed, many small patches and enhancements
  applied and a general focus on getting rid of bit-rot. Many thanks to
  the people listed here for the great contribution they have made to
  the bug fixing spree:
 
  https://svn.qgis.org/trac/wiki/BugTriage0.9.1

  So I propose the following timeline for the release:
 
  
 
  Saturday 1 December:
 
  * String freeze in trunk. No more patches or updates should be made to
  any UI or tr() strings.

 Hi,

 FYI, I have sent a patch to fix ticket #719 (milestone set to 0.9.1)
 https://svn.qgis.org/trac/ticket/719

 Regards,
 Jean-Claude

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



-- 
Tim Sutton
QGIS Project Steering Committee Member - Release  Manager
Visit http://qgis.org for a great open source GIS
openModeller Desktop Developer
Visit http://openModeller.sf.net for a great open source ecological
niche modelling tool
Home Page: http://tim.linfiniti.com
Skype: timlinux
Irc: timlinux on #qgis at freenode.net
___
Qgis-user mailing list
Qgis-user@lists.qgis.org
http://lists.qgis.org/cgi-bin/mailman/listinfo/qgis-user


Re: [Qgis-user] Mobile mapping

2007-11-30 Thread Tim Sutton
Hi

Some people have worked on this for QGIS before - I cant remember who
it was - could have been Martin Dobias. I suggest to make your query
on the developers mailing list too.

Regards

Tim

2007/11/30, Craig Leat [EMAIL PROTECTED]:
 RAVI KUMAR [EMAIL PROTECTED] wrote:

  Date: Thu, 29 Nov 2007 21:42:51 -0800 (PST)
  From: RAVI KUMAR [EMAIL PROTECTED]
  Subject: [Qgis-user] Mobile mapping
  To: qgis-user@lists.qgis.org
  Message-ID: [EMAIL PROTECTED]
  Content-Type: text/plain; charset=iso-8859-1
 
  Hi all,
  pl help us track GPS while on the move with a laptop connected to a GARMIN 
  Etrex GPS. That is LIVE on LINE such that Qgis shows the GPS blip moving 
  on-screen.
 
  We are able to download tracks and way points, after gathering them on the 
  GPS.
 
  Ravi Kumar

 Try: http://www.gpsdrive.de/

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



-- 
Tim Sutton
QGIS Project Steering Committee Member - Release  Manager
Visit http://qgis.org for a great open source GIS
openModeller Desktop Developer
Visit http://openModeller.sf.net for a great open source ecological
niche modelling tool
Home Page: http://tim.linfiniti.com
Skype: timlinux
Irc: timlinux on #qgis at freenode.net
___
Qgis-user mailing list
Qgis-user@lists.qgis.org
http://lists.qgis.org/cgi-bin/mailman/listinfo/qgis-user


Re: [Qgis-user] using qgis in multi user interface

2007-11-28 Thread Tim Sutton
Hi

I believe these are GRASS issues and best directed to the GRASS mailing list.

Best regards

Tim

2007/11/28, alexey [EMAIL PROTECTED]:
 Hi,
 I have a problem with QGIS. Can QGIS be used in multiuser mode? I need
 several people to work with one layer (GRASS layer) simultaneously. I
 noticed that only user with owner right can edit layer. When layer is
 opened from other workplace (terminal) even owner can't open this
 layer.
 System:
 terminal server on SUSE 10.3 with QGIS
 workstation windows of finstation
 promlem in detail:
 folder has user - owner and group - owner. this folder contains
 workproject. The layer can be edited only by owner. But users included
 in owner group can't edit layer.

 if someone faced this problem, please answer and suggest something.
 therefore thanks.

 If someone understands russian:

 У меня проблема с использованием qgis. Возможно ли использовать qgis в
 многопользовательском режиме? Задача заключается в том, чтобы
 одновременно несколько человек могли редактировать один и тот же слой
 (GRASS слой) в qgis. Проблема в том, что только пользователь, имеющий
 права владельца может редактировать данный слой, иначе при открытии с
 другого рабочего места этот слой просто недоступен. Система
 организована следующим образом: терминальный сервер на SUSE 10.3 с
 qgis и рабочие станции на windows, или finstation.
 У папки есть непосредственно пользователь - владелец и группа - владелец,
 в этой папке хранится проект. Открывать проект может кто угодно,
 редактировать - только владелец (пользователь), другие пользователи,
 подключающиеся через терминал и включенные в группу владельцев
 почему-то не имеют права редактировать слой. Если проект уже открыт
 пользователем - владельцем, то при включении qgis с терминала от имени
 пользователя - владельца слой недоступен (невозможно открыть), то есть
 он не виден вообще.

 Если кто-то уже сталкивался с такой проблей, прошу ответить, есть
 необходимость работать над проектом нескольким людям одновременно, а
 это пока что не удается.



  alexey  mailto:[EMAIL PROTECTED]

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



-- 
Tim Sutton
QGIS Project Steering Committee Member - Release  Manager
Visit http://qgis.org for a great open source GIS
openModeller Desktop Developer
Visit http://openModeller.sf.net for a great open source ecological
niche modelling tool
Home Page: http://tim.linfiniti.com
Skype: timlinux
Irc: timlinux on #qgis at freenode.net
___
Qgis-user mailing list
Qgis-user@lists.qgis.org
http://lists.qgis.org/cgi-bin/mailman/listinfo/qgis-user


Re: [Qgis-user] getting started for a complete GIS beginner

2007-11-27 Thread Tim Sutton
Hi Maning


I look through some of your tutorials - really good work!

Regards

Tim

2007/11/27, Maning Sambale [EMAIL PROTECTED]:
 We are using QGIS and GRASS for our Basic GIS course:
 http://epmgis.wikispaces.com/

 You might find some things useful there.  I am also trying to make some
 screencasts.

 cheers,

 maning

 On Tue, 2007-11-27 at 14:03 -0200, Tim Sutton wrote:
  [EMAIL PROTECTED]




-- 
Tim Sutton
QGIS Project Steering Committee Member - Release  Manager
Visit http://qgis.org for a great open source GIS
openModeller Desktop Developer
Visit http://openModeller.sf.net for a great open source ecological
niche modelling tool
Home Page: http://tim.linfiniti.com
Skype: timlinux
Irc: timlinux on #qgis at freenode.net
___
Qgis-user mailing list
Qgis-user@lists.qgis.org
http://lists.qgis.org/cgi-bin/mailman/listinfo/qgis-user


Re: [Qgis-user] Newbie questions: importing atmospheric data for world overlay

2007-11-22 Thread Tim Sutton
Hi

Look in the plugins menu or QGIS, there is a delimited text importer:

Plugins - Delimited Text - Add Delimited Text Layer

Once you have imported your data you may want to right click on its
legend entry and save it out as a shape file (commonly use GIS format)
for easier loading in future (you can then load itt using the 'Add
Vector Layer' icon).

For some free country boundary data you can look here:

http://www.cipotato.org/diva/data/MoreData.htm

Best regards

Tim

2007/11/22, Chris [EMAIL PROTECTED]:
 I'm a total newbie to GIS in general and QGIS in particular. The
 omnipresent jargon in the User Guide is scary, and the learning curve is
 steep for me. Just opening/importing a text data file is not even a
 standard feature! (I use OSX 10.4.10.)
 My task is to overlay a color-coded gridded map of atmospheric satellite
 data on a flat, 2D, lat x long contour of continents. This is the kind
 of standard stuff for NASA or NOAA people, although they probably do it
 in IDL. The data is in text format, at 0.5deg intervals in both lat and
 long.
 How should I proceed to import it correctly and have the data pixels
 color-coded?
 Where can I get files of continent contours in flat lat x long projection?

 Thanks for any help!
 ___
 Qgis-user mailing list
 Qgis-user@lists.qgis.org
 http://lists.qgis.org/cgi-bin/mailman/listinfo/qgis-user



-- 
Tim Sutton
QGIS Project Steering Committee Member - Release  Manager
Visit http://qgis.org for a great open source GIS
openModeller Desktop Developer
Visit http://openModeller.sf.net for a great open source ecological
niche modelling tool
Home Page: http://tim.linfiniti.com
Skype: timlinux
Irc: timlinux on #qgis at freenode.net
___
Qgis-user mailing list
Qgis-user@lists.qgis.org
http://lists.qgis.org/cgi-bin/mailman/listinfo/qgis-user


Re: [Qgis-user] Layer classification: order by clause?

2007-11-18 Thread Tim Sutton
Hi

Did you try making a view that specifies the sort order?

Regards

Tim

2007/11/12, Frank Broniewski [EMAIL PROTECTED]:
 Dear list,

 I am trying to make archaeological distribution maps with qgis. I have my site
 data stored in a postgis database and can connect to it.
 My problem lies in the drawing order of the classified attribute field. For me
 it is crucial to have my attribute values (epoches in my case) to be drawn in
 the correct order - that is from latest time period to most recent.
 But qgis draws the attribute values always in alphabetical order from a to z.
 I tried to use a order by clause in the sql query builder, but this doesn't
 seem to work. I tried also to reorganize the epoch classes in the legend
 composer, but this doesn't work also.
 So, is there a way to achieve this?  I use qgis 0.9.0 on ubuntu 7.04 installed
 by apt-get.

 Any help is greatly appreciated!

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



-- 
Tim Sutton
QGIS Project Steering Committee Member - Release  Manager
Visit http://qgis.org for a great open source GIS
openModeller Desktop Developer
Visit http://openModeller.sf.net for a great open source ecological
niche modelling tool
Home Page: http://tim.linfiniti.com
Skype: timlinux
Irc: timlinux on #qgis at freenode.net
___
Qgis-user mailing list
Qgis-user@lists.qgis.org
http://lists.qgis.org/cgi-bin/mailman/listinfo/qgis-user


Re: [Qgis-user] raster colors

2007-11-18 Thread Tim Sutton
Hi

You have two options:

1) Import your data into GRASS using the GRASS toolbox and assign a
palette using GRASS tools

2) Wait for the qgis raster branch to be merged in (probably in
0.9.2). If you would like an early preview of raster branch you can
try one of our test builds at:

http://qgis.org/uploadfiles/testbuilds/

But note that the windows msvc test build there does not yet have
GRASS, python or postgres support bundled.

Regards

Tim

2007/11/15, nishith datta [EMAIL PROTECTED]:
 hi all,
 I have loaded a dem raster (.tif) and it displays as a grayscale image by
 default.
 I want to change the symbology i.e I wish to change it to a different color
 ramp of my choice. What I see is only  a pseudo color and Freak out
 options. I donot like them !
 Can I change it to some other color ramp of my choice (ArcGIS style) and how
 to do that ?
 thanks
 nishith

  
 Be a better pen pal. Text or chat with friends inside Yahoo! Mail. See how.


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




-- 
Tim Sutton
QGIS Project Steering Committee Member - Release  Manager
Visit http://qgis.org for a great open source GIS
openModeller Desktop Developer
Visit http://openModeller.sf.net for a great open source ecological
niche modelling tool
Home Page: http://tim.linfiniti.com
Skype: timlinux
Irc: timlinux on #qgis at freenode.net
___
Qgis-user mailing list
Qgis-user@lists.qgis.org
http://lists.qgis.org/cgi-bin/mailman/listinfo/qgis-user


Re: [Qgis-user] Automatic translation of menus

2007-11-18 Thread Tim Sutton
Hi

A new locale tab has been added for 0.9.1 release (coming soon) where
you can interactively change your language using point  click.

Regards

Tim

2007/11/5, Lubos Balazovic [EMAIL PROTECTED]:
 Hi Agus
 in Windows there is only one way how to set language used in QGIS -- it is
 necessary to set English language (or ither preffered language) in Regional
 and Language Options window from Control panel (or set in directly in
 Registry). Command line parameter lang works only in Linux and language
 which you have chosen during the install process is used in Install wizard
 only.

 Lubos

 Agustin Lobo [EMAIL PROTECTED] wrote:

  You are right, sorry about it: I'm using the Windows version
  for 0.9.0
 
  Agus
 
  Hans Cats escribi?:
   You don't say what platform you are on, but if you are on Linux start
   qgis from the command line with the command 'LC_ALL=en_US qgis'.
  
   Hans
  
   2007/11/5, Agustin Lobo  [EMAIL PROTECTED]
   mailto:[EMAIL PROTECTED] :
  
   A problem related with translation.
   I've found that even if I select English during install
   I get the QGis gui in Spanish, probably because of the locale.
   There should be a way of actually selecting the language
   in the Options. I want to present some data using QGis to a
   group of international students and having the menus in
   Spanish is a problem. It is also a problem
   for reporting bugs and problems to this list.
  
   Is there any way of having the menus in English?
  
   Thanks!
  
   Agus
   --
   Dr. Agustin Lobo
   Institut de Ciencies de la Terra Jaume Almera (CSIC)
   LLuis Sole Sabaris s/n
   08028 Barcelona
   Spain
   Tel. 34 934095410
   Fax. 34 934110012
   email: [EMAIL PROTECTED] mailto:[EMAIL PROTECTED]
   http://www.ija.csic.es/gt/obster
   ___
   Qgis-user mailing list
   Qgis-user@lists.qgis.org mailto:Qgis-user@lists.qgis.org
  
 http://lists.qgis.org/cgi-bin/mailman/listinfo/qgis-user
  
  
 
  --
  Dr. Agustin Lobo
  Institut de Ciencies de la Terra Jaume Almera (CSIC)
  LLuis Sole Sabaris s/n
  08028 Barcelona
  Spain
  Tel. 34 934095410
  Fax. 34 934110012
  email: [EMAIL PROTECTED]
  http://www.ija.csic.es/gt/obster
 
 
  --
 
  ___
  Qgis-user mailing list
  Qgis-user@lists.qgis.org
  http://lists.qgis.org/cgi-bin/mailman/listinfo/qgis-user
 
 
  End of Qgis-user Digest, Vol 21, Issue 8
  
 


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




-- 
Tim Sutton
QGIS Project Steering Committee Member - Release  Manager
Visit http://qgis.org for a great open source GIS
openModeller Desktop Developer
Visit http://openModeller.sf.net for a great open source ecological
niche modelling tool
Home Page: http://tim.linfiniti.com
Skype: timlinux
Irc: timlinux on #qgis at freenode.net
___
Qgis-user mailing list
Qgis-user@lists.qgis.org
http://lists.qgis.org/cgi-bin/mailman/listinfo/qgis-user


Re: [Qgis-user] Automatic translation of menus

2007-11-18 Thread Tim Sutton
Hi

This thread seem to have been split, so Ill repeat myself here in case
my reply in the other thread does not get noticed. In 0.9.1 (coming
soon) I have added a locale tab to let you interactively set the
locale in the GUI.

Regards

Tim

2007/11/5, Agustin Lobo [EMAIL PROTECTED]:
 I'm using 0.9.0 for Windows

 I've tried opening a console and
 C:\Archivos de programa\Quantum GISqgis --lang en_US
 C:\Archivos de programa\Quantum GISqgis --lang en_US
 C:\Archivos de programa\Quantum GISqgis --lang english

 but it still opens a GUI in Spanish.

 Agus

 Hans Cats escribió:
  You don't say what platform you are on, but if you are on Linux start
  qgis from the command line with the command 'LC_ALL=en_US qgis'.
 
  Hans
 
  2007/11/5, Agustin Lobo  [EMAIL PROTECTED]
  mailto:[EMAIL PROTECTED]:
 
  A problem related with translation.
  I've found that even if I select English during install
  I get the QGis gui in Spanish, probably because of the locale.
  There should be a way of actually selecting the language
  in the Options. I want to present some data using QGis to a
  group of international students and having the menus in
  Spanish is a problem. It is also a problem
  for reporting bugs and problems to this list.
 
  Is there any way of having the menus in English?
 
  Thanks!
 
  Agus
  --
  Dr. Agustin Lobo
  Institut de Ciencies de la Terra Jaume Almera (CSIC)
  LLuis Sole Sabaris s/n
  08028 Barcelona
  Spain
  Tel. 34 934095410
  Fax. 34 934110012
  email: [EMAIL PROTECTED] mailto:[EMAIL PROTECTED]
  http://www.ija.csic.es/gt/obster
  ___
  Qgis-user mailing list
  Qgis-user@lists.qgis.org mailto:Qgis-user@lists.qgis.org
  http://lists.qgis.org/cgi-bin/mailman/listinfo/qgis-user
 
 

 --
 Dr. Agustin Lobo
 Institut de Ciencies de la Terra Jaume Almera (CSIC)
 LLuis Sole Sabaris s/n
 08028 Barcelona
 Spain
 Tel. 34 934095410
 Fax. 34 934110012
 email: [EMAIL PROTECTED]
 http://www.ija.csic.es/gt/obster
 ___
 Qgis-user mailing list
 Qgis-user@lists.qgis.org
 http://lists.qgis.org/cgi-bin/mailman/listinfo/qgis-user



-- 
Tim Sutton
QGIS Project Steering Committee Member - Release  Manager
Visit http://qgis.org for a great open source GIS
openModeller Desktop Developer
Visit http://openModeller.sf.net for a great open source ecological
niche modelling tool
Home Page: http://tim.linfiniti.com
Skype: timlinux
Irc: timlinux on #qgis at freenode.net
___
Qgis-user mailing list
Qgis-user@lists.qgis.org
http://lists.qgis.org/cgi-bin/mailman/listinfo/qgis-user


[Qgis-user] Mac OSX build of raster branch preview now available

2007-11-14 Thread Tim Sutton
Hi Folks

Tom Elwertowski has kindly created a preview of the raster branch for
OSX too. It can be downloaded from :

http://qgis.org/uploadfiles/testbuilds/qgis-0.9.1-raster-r7389.dmg.gz

Many thanks Tom!

Regards



-- 
Tim Sutton
QGIS Project Steering Committee Member - Release  Manager
Visit http://qgis.org for a great open source GIS
openModeller Desktop Developer
Visit http://openModeller.sf.net for a great open source ecological
niche modelling tool
Home Page: http://tim.linfiniti.com
Skype: timlinux
Irc: timlinux on #qgis at freenode.net
___
Qgis-user mailing list
Qgis-user@lists.qgis.org
http://lists.qgis.org/cgi-bin/mailman/listinfo/qgis-user


[Qgis-user] Debian etch and Ubuntu Gutsy and updated Windows test builds of the raster branch are available

2007-11-12 Thread Tim Sutton
Hi All

Peter Ersts, Marco Hugentobler and myself have been working on
improving raster capabilities of QGIS. This work is taking place in a
separate development branch. I have made test builds for Debian Etch
and Ubuntu Gutsy, and the msvc build is updated. All are available
here:

http://qgis.org/uploadfiles/testbuilds/

(you want the file prefixed with qgis_raster_branch_preview...)

If you have any issues or suggestions, please file them against the
raster transparency milestone in trac.

Regards

-- 
Tim Sutton
QGIS Project Steering Committee Member - Release  Manager
Visit http://qgis.org for a great open source GIS
openModeller Desktop Developer
Visit http://openModeller.sf.net for a great open source ecological
niche modelling tool
Home Page: http://tim.linfiniti.com
Skype: timlinux
Irc: timlinux on #qgis at freenode.net
___
Qgis-user mailing list
Qgis-user@lists.qgis.org
http://lists.qgis.org/cgi-bin/mailman/listinfo/qgis-user


Re: [Qgis-user] Debian etch and Ubuntu Gutsy and updated Windows test builds of the raster branch are available

2007-11-12 Thread Tim Sutton
Hi

Yes I will be doing the same for the advanced editing branch as soon
as Marco gives me the go-ahead (there are a few things he wants to
sort out first). Ditto for the diagram branch.

Best regards

Tim

2007/11/12, Paolo Cavallini [EMAIL PROTECTED]:
 Tim Sutton ha scritto:

  http://qgis.org/uploadfiles/testbuilds/
 
  (you want the file prefixed with qgis_raster_branch_preview...)
 
  If you have any issues or suggestions, please file them against the
  raster transparency milestone in trac.

 Great thing!
 Would it be feasible to have also the advenced editing branch, or I'm
 asking too much ;) ?
 All the best.
 pc
 --
 Paolo Cavallini, see: http://www.faunalia.it/pc





-- 
Tim Sutton
QGIS Project Steering Committee Member - Release  Manager
Visit http://qgis.org for a great open source GIS
openModeller Desktop Developer
Visit http://openModeller.sf.net for a great open source ecological
niche modelling tool
Home Page: http://tim.linfiniti.com
Skype: timlinux
Irc: timlinux on #qgis at freenode.net
___
Qgis-user mailing list
Qgis-user@lists.qgis.org
http://lists.qgis.org/cgi-bin/mailman/listinfo/qgis-user


[Qgis-user] Temporary outage of QGIS Wiki

2007-11-07 Thread Tim Sutton
Hi Folks

The QGIS wiki will be temporarily offline while I do some server admin
stuff. I expect it to be online again  sometime during the next 24
hours.

Thank you for your patience.

Regards

-- 
Tim Sutton
QGIS Project Steering Committee Member - Release  Manager
Visit http://qgis.org for a great open source GIS
openModeller Desktop Developer
Visit http://openModeller.sf.net for a great open source ecological
niche modelling tool
Home Page: http://tim.linfiniti.com
Skype: timlinux
Irc: timlinux on #qgis at freenode.net
___
Qgis-user mailing list
Qgis-user@lists.qgis.org
http://lists.qgis.org/cgi-bin/mailman/listinfo/qgis-user


Re: [Qgis-user] gsl-bin, swig - redundant build requirements?

2007-11-06 Thread Tim Sutton
Hi

Swig is needed for ms_export.

I've removed gsl-bin frm the master doc and wll update the wiki
version when we do 0.9.1 release.

Many thanks for these observations.

Regards

Tim

2007/11/6, Maciej Sieczka [EMAIL PROTECTED]:
 Hi

 On QGIS WIKI [1] it reads that one needs to install gsl-bin
 and swig in order to build QGIS.

 I don't have swig installed but no errors at build time or
 missing functionality I know of. What is it required for?

 Instead of gsl-bin I have only libgsl0 and libgsl0-dev. The
 georefencer plugin is built and works OK though. What's up?

 [1]http://wiki.qgis.org/qgiswiki/BuildingFromSource#head-105936294245eab501115ebfff442d2a983db0a9

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



-- 
Tim Sutton
QGIS Project Steering Committee Member - Release  Manager
Visit http://qgis.org for a great open source GIS
openModeller Desktop Developer
Visit http://openModeller.sf.net for a great open source ecological
niche modelling tool
Home Page: http://tim.linfiniti.com
Skype: timlinux
Irc: timlinux on #qgis at freenode.net
___
Qgis-user mailing list
Qgis-user@lists.qgis.org
http://lists.qgis.org/cgi-bin/mailman/listinfo/qgis-user


Re: [Qgis-user] gsl-bin, swig - redundant build requirements?

2007-11-06 Thread Tim Sutton
Hi Martin

Thanks I removed libtool from linux deps. By more libraries for gdal
you mean libhdf4g-run and libhdf?

Regards

Tim

2007/11/6, Martin Dobias [EMAIL PROTECTED]:
 Tim,

 I think that libtool could be also removed.
 Moreover it would be good to make differentation between required deps
 and those not really required (like more libraries for gdal).

 Martin

 On 11/6/07, Tim Sutton [EMAIL PROTECTED] wrote:
  Hi
 
  Swig is needed for ms_export.
 
  I've removed gsl-bin frm the master doc and wll update the wiki
  version when we do 0.9.1 release.
 
  Many thanks for these observations.
 
  Regards
 
  Tim
 
  2007/11/6, Maciej Sieczka [EMAIL PROTECTED]:
   Hi
  
   On QGIS WIKI [1] it reads that one needs to install gsl-bin
   and swig in order to build QGIS.
  
   I don't have swig installed but no errors at build time or
   missing functionality I know of. What is it required for?
  
   Instead of gsl-bin I have only libgsl0 and libgsl0-dev. The
   georefencer plugin is built and works OK though. What's up?
  
   [1]http://wiki.qgis.org/qgiswiki/BuildingFromSource#head-105936294245eab501115ebfff442d2a983db0a9
  
   Maciek
   ___
   Qgis-user mailing list
   Qgis-user@lists.qgis.org
   http://lists.qgis.org/cgi-bin/mailman/listinfo/qgis-user
  
 
 
  --
  Tim Sutton
  QGIS Project Steering Committee Member - Release  Manager
  Visit http://qgis.org for a great open source GIS
  openModeller Desktop Developer
  Visit http://openModeller.sf.net for a great open source ecological
  niche modelling tool
  Home Page: http://tim.linfiniti.com
  Skype: timlinux
  Irc: timlinux on #qgis at freenode.net
  ___
  Qgis-user mailing list
  Qgis-user@lists.qgis.org
  http://lists.qgis.org/cgi-bin/mailman/listinfo/qgis-user
 



-- 
Tim Sutton
QGIS Project Steering Committee Member - Release  Manager
Visit http://qgis.org for a great open source GIS
openModeller Desktop Developer
Visit http://openModeller.sf.net for a great open source ecological
niche modelling tool
Home Page: http://tim.linfiniti.com
Skype: timlinux
Irc: timlinux on #qgis at freenode.net
___
Qgis-user mailing list
Qgis-user@lists.qgis.org
http://lists.qgis.org/cgi-bin/mailman/listinfo/qgis-user


Re: [Qgis-user] [Qgis-developer] eliminations of seams between raster tiles?

2007-11-04 Thread Tim Sutton
Hi Marco

I'm in agreement for getting out a 0.9.1 release as soon as possible.
However Tisham who does the windows builds is away till the end of
November so I think its not possible to release before early Dec as I
dont yet have the complete win compilation environment set up.

I agree that branches shouldnt be merged in till post 0.9.1. I will
try over the next few weeks to get test builds made for all platforms
of the Raster and Editing branches (but without all the extra bits
that Tisham does on win so no python, no grass support). We can post
thos for Agostin and others who would like to participate early on in
the quality assurance process before these branches are merged.

Regards

Tim

2007/11/3, Marco Hugentobler [EMAIL PROTECTED]:
 Hi all,

 I'm in favour of a bugfix release 0.9.1 that is very soon and contains only
 small changes.
 In my opinion, the branches should be tested and merged after that as they
 contain bigger changes that habe higher risk of side effects.
 Tim, what's your opinion on this as release manager?

 If the functionality in raster transparency branch is very important for some
 tasks, why not checkout the code in the branch, compile qgis and work with
 it?

 Regards,
 Marco

 On Saturday 03 November 2007 09:59:59 Agustin Lobo wrote:
  Tim,
 
  Considering Pete's answer, could these 3 features be included
  in the 0.9.1 release? Sorry if I'm too insisting, but not having
  these features really prevents any real work done with QGis for raster
  imagery. You can work with raster maps, but not with raster images unless
  they have been previously enhanced with another program, which you can do
  once for testing but, in practice, is very inconvenient.
  I understand you have to conform to formal procedures to decide what
  to include in 0.9.1 and do not discuss the criteria and/or the final
  decision, just wanted to make it clear the consequences of
  not having these 3 tools.
 
  Thank you all for your (great) work!
 
  Agus
 
  Peter Ersts escribió:
   Stretching capabilities that are available now, include
   1) Stretch by single band (gray scale)
   2) Stretch by multi-color band (RGB)
   3) The custom color ramps that Marc added a couple of months ago.
  
   So I think that will actually cover most users. The color ramps are
   basic at the moment but the core functionality is there.
  
   I should be committing my recent changes tonight which include
   QgsRasterLayer utilizing the new QgsContrastEnhancement class.
  
   -pete
  
   On Nov 2, 2007 11:07 AM, Tim Sutton [EMAIL PROTECTED] wrote:
   Hi
  
   Peter do you have any comments on this? I guess bu 'color' Yuri means
   the band..?
  
   Regards
  
   Tim
  
   Thanks. Is there anything in the works for one to choose the *color*
   stretch as well?
  
   ---
   ___
   Qgis-user mailing list
   Qgis-user@lists.qgis.org
   http://lists.qgis.org/cgi-bin/mailman/listinfo/qgis-user
  
   --
   Tim Sutton
   QGIS Project Steering Committee Member - Release  Manager
   Visit http://qgis.org for a great open source GIS
   openModeller Desktop Developer
   Visit http://openModeller.sf.net for a great open source ecological
   niche modelling tool
   Home Page: http://tim.linfiniti.com
   Skype: timlinux
   Irc: timlinux on #qgis at freenode.net
  
   ___
   Qgis-user mailing list
   Qgis-user@lists.qgis.org
   http://lists.qgis.org/cgi-bin/mailman/listinfo/qgis-user



 --
 Dr. Marco Hugentobler
 Institute of Cartography
 ETH Zurich
 Technical Advisor QGIS Project Steering Committee
 [EMAIL PROTECTED]
 ___
 Qgis-developer mailing list
 [EMAIL PROTECTED]
 http://lists.qgis.org/cgi-bin/mailman/listinfo/qgis-developer



-- 
Tim Sutton
QGIS Project Steering Committee Member - Release  Manager
Visit http://qgis.org for a great open source GIS
openModeller Desktop Developer
Visit http://openModeller.sf.net for a great open source ecological
niche modelling tool
Home Page: http://tim.linfiniti.com
Skype: timlinux
Irc: timlinux on #qgis at freenode.net
___
Qgis-user mailing list
Qgis-user@lists.qgis.org
http://lists.qgis.org/cgi-bin/mailman/listinfo/qgis-user


Re: [Qgis-user] eliminations of seams between raster tiles?

2007-11-04 Thread Tim Sutton
Hi

Unfortuantely its not so simple to just pick out 3 features and put
them into trunk. See my other reponses to this thread.

Regards

Tim

2007/11/3, Agustin Lobo [EMAIL PROTECTED]:
 Tim,

 Considering Pete's answer, could these 3 features be included
 in the 0.9.1 release? Sorry if I'm too insisting, but not having
 these features really prevents any real work done with QGis for raster
 imagery. You can work with raster maps, but not with raster images unless
 they have been previously enhanced with another program, which you can do
 once for testing but, in practice, is very inconvenient.
 I understand you have to conform to formal procedures to decide what
 to include in 0.9.1 and do not discuss the criteria and/or the final
 decision, just wanted to make it clear the consequences of
 not having these 3 tools.

 Thank you all for your (great) work!

 Agus

 Peter Ersts escribió:
  Stretching capabilities that are available now, include
  1) Stretch by single band (gray scale)
  2) Stretch by multi-color band (RGB)
  3) The custom color ramps that Marc added a couple of months ago.
 
  So I think that will actually cover most users. The color ramps are
  basic at the moment but the core functionality is there.
 
  I should be committing my recent changes tonight which include
  QgsRasterLayer utilizing the new QgsContrastEnhancement class.
 
  -pete
 
  On Nov 2, 2007 11:07 AM, Tim Sutton [EMAIL PROTECTED] wrote:
  Hi
 
  Peter do you have any comments on this? I guess bu 'color' Yuri means
  the band..?
 
  Regards
 
  Tim
 
  Thanks. Is there anything in the works for one to choose the *color*
  stretch as well?
 
  ---
  ___
  Qgis-user mailing list
  Qgis-user@lists.qgis.org
  http://lists.qgis.org/cgi-bin/mailman/listinfo/qgis-user
 
 
  --
  Tim Sutton
  QGIS Project Steering Committee Member - Release  Manager
  Visit http://qgis.org for a great open source GIS
  openModeller Desktop Developer
  Visit http://openModeller.sf.net for a great open source ecological
  niche modelling tool
  Home Page: http://tim.linfiniti.com
  Skype: timlinux
  Irc: timlinux on #qgis at freenode.net
 
  ___
  Qgis-user mailing list
  Qgis-user@lists.qgis.org
  http://lists.qgis.org/cgi-bin/mailman/listinfo/qgis-user
 

 --
 Dr. Agustin Lobo
 Institut de Ciencies de la Terra Jaume Almera (CSIC)
 LLuis Sole Sabaris s/n
 08028 Barcelona
 Spain
 Tel. 34 934095410
 Fax. 34 934110012
 email: [EMAIL PROTECTED]
 http://www.ija.csic.es/gt/obster



-- 
Tim Sutton
QGIS Project Steering Committee Member - Release  Manager
Visit http://qgis.org for a great open source GIS
openModeller Desktop Developer
Visit http://openModeller.sf.net for a great open source ecological
niche modelling tool
Home Page: http://tim.linfiniti.com
Skype: timlinux
Irc: timlinux on #qgis at freenode.net
___
Qgis-user mailing list
Qgis-user@lists.qgis.org
http://lists.qgis.org/cgi-bin/mailman/listinfo/qgis-user


Re: [Qgis-user] eliminations of seams between raster tiles?

2007-11-02 Thread Tim Sutton
Hi

Peter do you have any comments on this? I guess bu 'color' Yuri means
the band..?

Regards

Tim

 Thanks. Is there anything in the works for one to choose the *color*
 stretch as well?

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



-- 
Tim Sutton
QGIS Project Steering Committee Member - Release  Manager
Visit http://qgis.org for a great open source GIS
openModeller Desktop Developer
Visit http://openModeller.sf.net for a great open source ecological
niche modelling tool
Home Page: http://tim.linfiniti.com
Skype: timlinux
Irc: timlinux on #qgis at freenode.net
___
Qgis-user mailing list
Qgis-user@lists.qgis.org
http://lists.qgis.org/cgi-bin/mailman/listinfo/qgis-user


Re: [Qgis-user] [Qgis-developer] WMS Rendering Problems

2007-11-02 Thread Tim Sutton
Hi

We will be making test packages for the transparency branch (which
will contain everything from trunk merged in too). We will put these
out for public comment and bug testing. Once we are happy that the
raster transparency branch is stable, works as expected and does not
cause any other problems, we will begin the process of getting it
merged into trunk. We will announce to the list when these packages
are available and open a special tag in trh bug tracker that bugs can
be filed against. If you are interested in parrticipating in the
process please contact Peter Ersts who is our raster maintainer. Any
contributions in the form of quality control, testing, useabilty,
coding if you know how etc would be greatly appreciated.

We are in the process of stabilising QGIS for a 1.0 release which
means we are being much more conservative about letting new features
into trunk so that we can really focus on getting all those open bugs
removed.

Many thanks for you input!

Regards

Tim
2007/11/2, Agustin Lobo [EMAIL PROTECTED]:
 Tim,

 could the new 0.9.1 include the transparency raster branch?
 It seems that Peter Ersts has these tools pretty advanced.
 It's actually very difficult to use QGis for real work with imagery
 without having these tools available.

 Thank you all for your work!

 Agus

 Tim Sutton escribió:
  Hi
 
  Was anyone able to test Toms patch? Can we go ahead and apply it to
  trunk? We would like to do a follow up release of QGIS 0.9.1 in the
  next few days - in particular to provide updated binaries to address
  some GRASS issues Martin fixed, and to provide a Toms WMS fix.
 
  Best regards
 
  Tim
 
  2007/10/31, Tom Elwertowski [EMAIL PROTECTED]:
  Jürgen E. Fischer wrote:
  I'd like to test it.  Where's the patch?
  Here's a patch for the current (r3707) trunk:
  http://www.compassowl.com/qgis_wms_async.diff
 
  Tom
  ___
  Qgis-developer mailing list
  [EMAIL PROTECTED]
  http://lists.qgis.org/cgi-bin/mailman/listinfo/qgis-developer
 
 
 

 --
 Dr. Agustin Lobo
 Institut de Ciencies de la Terra Jaume Almera (CSIC)
 LLuis Sole Sabaris s/n
 08028 Barcelona
 Spain
 Tel. 34 934095410
 Fax. 34 934110012
 email: [EMAIL PROTECTED]
 http://www.ija.csic.es/gt/obster



-- 
Tim Sutton
QGIS Project Steering Committee Member - Release  Manager
Visit http://qgis.org for a great open source GIS
openModeller Desktop Developer
Visit http://openModeller.sf.net for a great open source ecological
niche modelling tool
Home Page: http://tim.linfiniti.com
Skype: timlinux
Irc: timlinux on #qgis at freenode.net
___
Qgis-user mailing list
Qgis-user@lists.qgis.org
http://lists.qgis.org/cgi-bin/mailman/listinfo/qgis-user


Re: [Qgis-user] [Qgis-developer] WMS Rendering Problems

2007-10-31 Thread Tim Sutton
Hi

Was anyone able to test Toms patch? Can we go ahead and apply it to
trunk? We would like to do a follow up release of QGIS 0.9.1 in the
next few days - in particular to provide updated binaries to address
some GRASS issues Martin fixed, and to provide a Toms WMS fix.

Best regards

Tim

2007/10/31, Tom Elwertowski [EMAIL PROTECTED]:
 Jürgen E. Fischer wrote:
  I'd like to test it.  Where's the patch?

 Here's a patch for the current (r3707) trunk:
 http://www.compassowl.com/qgis_wms_async.diff

 Tom
 ___
 Qgis-developer mailing list
 [EMAIL PROTECTED]
 http://lists.qgis.org/cgi-bin/mailman/listinfo/qgis-developer



-- 
Tim Sutton
QGIS Project Steering Committee Member - Release  Manager
Visit http://qgis.org for a great open source GIS
openModeller Desktop Developer
Visit http://openModeller.sf.net for a great open source ecological
niche modelling tool
Home Page: http://tim.linfiniti.com
Skype: timlinux
Irc: timlinux on #qgis at freenode.net
___
Qgis-user mailing list
Qgis-user@lists.qgis.org
http://lists.qgis.org/cgi-bin/mailman/listinfo/qgis-user


Re: [Qgis-user] Announcing the release of QGIS 0.9.0

2007-10-29 Thread Tim Sutton
Hi Richard

Great to get your feedback! Tisham has done a great job getting the
python stuff to work automagically under windows.

Regards

Tim

2007/10/29, Richard Duivenvoorde [EMAIL PROTECTED]:


 Great! Thanks for this work!
 Downloaded and installed (on windows): python plugins working smoothly
 even on windows now ;-) !
 Richard

 Tim Sutton wrote:
  It is our great pleasure to announce the immediate availability of
  Quantum GIS (QGIS) Version 0.9.0. See below for press release:
 
  Quantum GIS (QGIS) is a user friendly Open Source Geographic
  Information System (GIS) that runs on Linux, Unix, Mac OSX, and
  Windows. QGIS supports vector, raster, and database formats. QGIS is
  licensed under the GNU General Public License. QGIS lets you browse
  and create map data on your computer. It supports many common spatial
  data formats (e.g. ESRI ShapeFile, geotiff). QGIS supports plugins to
  do things like display tracks from your GPS. QGIS is Open Source
  software and its free of cost (download here). We welcome
  contributions from our user community in the form of code
  contributions, bug fixes, bug reports, contributed documentation,
  advocacy and supporting other users on our mailing lists and forums.
  Financial contributions  are also welcome. This release introduces
  several new features including python support and many new GRASS
  modules. The release also includes numerous bug fixes and stability
  improvements. QGIS is available is source form, and as binary
  executables for Microsoft Windows, Mac OS X, and GNU/Linux. All
  versions can be obtained from our download page at
  http://download.qgis.org . As an open source project, we provide
  support for using QGIS via our mailing lists and bug tracker:
 
  * For general inquiries subscribe to our users mailing list at
  http://lists.qgis.org/cgi-bin/mailman/listinfo/qgis-user
  * For developer related inquiries subscribe to our separate
  developers list at
  http://lists.qgis.org/cgi-bin/mailman/listinfo/qgis-developer
  * If you think you have found a bug, please report it using our
  bug tracker. When reporting bugs, please include some contact
  information in case we need help with replicating your issue at
  https://svn.qgis.org/trac
 
  Major changes in this release are:
 
  * Python bindings - This is the major focus of this release it is now
  possible to create plugins using python. It is also possible to create
  GIS enabled applications written in python that use the QGIS
  libraries.
  * Removed automake build system - QGIS now needs CMake for compilation.
  * Many new GRASS tools added (with thanks to http://faunalia.it/)
  * Map Composer updates
  * Crash fix for 2.5D shapefiles
  * The QGIS libraries have been refactored and better organised.
  * Improvements to the GeoReferencer
 
  QGIS is a completely volunteer driven project, and is the work of a
  dedicated team of developers, documenters and supporters. We extend
  our thanks and gratitude for the  many, many hours people have
  contributed to make this release happen.
 
  Best regards
 
 
 




-- 
Tim Sutton
QGIS Project Steering Committee Member - Release  Manager
Visit http://qgis.org for a great open source GIS
openModeller Desktop Developer
Visit http://openModeller.sf.net for a great open source ecological
niche modelling tool
Home Page: http://tim.linfiniti.com
Skype: timlinux
Irc: timlinux on #qgis at freenode.net
___
Qgis-user mailing list
Qgis-user@lists.qgis.org
http://lists.qgis.org/cgi-bin/mailman/listinfo/qgis-user


[Qgis-user] Announcing the release of QGIS 0.9.0

2007-10-26 Thread Tim Sutton
It is our great pleasure to announce the immediate availability of
Quantum GIS (QGIS) Version 0.9.0. See below for press release:

Quantum GIS (QGIS) is a user friendly Open Source Geographic
Information System (GIS) that runs on Linux, Unix, Mac OSX, and
Windows. QGIS supports vector, raster, and database formats. QGIS is
licensed under the GNU General Public License. QGIS lets you browse
and create map data on your computer. It supports many common spatial
data formats (e.g. ESRI ShapeFile, geotiff). QGIS supports plugins to
do things like display tracks from your GPS. QGIS is Open Source
software and its free of cost (download here). We welcome
contributions from our user community in the form of code
contributions, bug fixes, bug reports, contributed documentation,
advocacy and supporting other users on our mailing lists and forums.
Financial contributions  are also welcome. This release introduces
several new features including python support and many new GRASS
modules. The release also includes numerous bug fixes and stability
improvements. QGIS is available is source form, and as binary
executables for Microsoft Windows, Mac OS X, and GNU/Linux. All
versions can be obtained from our download page at
http://download.qgis.org . As an open source project, we provide
support for using QGIS via our mailing lists and bug tracker:

* For general inquiries subscribe to our users mailing list at
http://lists.qgis.org/cgi-bin/mailman/listinfo/qgis-user
* For developer related inquiries subscribe to our separate
developers list at
http://lists.qgis.org/cgi-bin/mailman/listinfo/qgis-developer
* If you think you have found a bug, please report it using our
bug tracker. When reporting bugs, please include some contact
information in case we need help with replicating your issue at
https://svn.qgis.org/trac

Major changes in this release are:

* Python bindings - This is the major focus of this release it is now
possible to create plugins using python. It is also possible to create
GIS enabled applications written in python that use the QGIS
libraries.
* Removed automake build system - QGIS now needs CMake for compilation.
* Many new GRASS tools added (with thanks to http://faunalia.it/)
* Map Composer updates
* Crash fix for 2.5D shapefiles
* The QGIS libraries have been refactored and better organised.
* Improvements to the GeoReferencer

QGIS is a completely volunteer driven project, and is the work of a
dedicated team of developers, documenters and supporters. We extend
our thanks and gratitude for the  many, many hours people have
contributed to make this release happen.

Best regards



-- 
Tim Sutton
QGIS Project Steering Committee Member - Release  Manager
Visit http://qgis.org for a great open source GIS
openModeller Desktop Developer
Visit http://openModeller.sf.net for a great open source ecological
niche modelling tool
Home Page: http://tim.linfiniti.com
Skype: timlinux
Irc: timlinux on #qgis at freenode.net
___
Qgis-user mailing list
Qgis-user@lists.qgis.org
http://lists.qgis.org/cgi-bin/mailman/listinfo/qgis-user


Re: [Qgis-user] [Qgis-developer] Version 0.9.0 Preview 2 download locations

2007-10-10 Thread Tim Sutton
Hi Leonardo

Its always great to receive feedback. It would be good if you can
collaborate with Tisham who is our 'windows champion'. I am sure he
will appreciate your help in testing and quality control. He makes
regular test builds which I think would be better for you to be
working with as Im not sure how current the build is that you have
been using.

Best regards

Tim

2007/10/10, Leonardo Lami [EMAIL PROTECTED]:
 Hi Gary,
 I'm testing the new preview and I found some bugs or defects.
 Maybe do you know some of these but I prefered make a complete list.

 At the start:
 Couldn't load QGIS bindings.
 Python support will be disabled

 At the start:
 GRASS missings

 The Mapserver exoprt tool (msexport.exe) does not work.

 SHAPE EDITING
 When I select a digitilized polygon and when I try to add an island QGIS
 say to me: Selected feature is not a multipolygon. Is this function
 available ony for PostGis tables?

 MAPCOMPOSER
 The value of the rappresentative scale is not realistic. The values are
 too small.
 The SVG creator does not work
 It is not possible to choose where the pdf is saved and the created pdf
 seems to be damaged.
 Bad rendering about points vector.

 POSTGIS TABLE EDITING
 Trying to edit a a postgis-table, I changed a value in the table but when I 
 click on 'Stop editing' QGIS
 say:

 The PostgreSQL database returned: ERROR: syntax error at or near =
 LINE 1: UPDATE public.rm98_2007_lin SET ='34455' WHERE gid=1
 Durante la prova: UPDATE public.rm98_2007_lin SET ='34455' WHERE
 gid=1

 I think the problem is in the double quotes: public.rm98_2007_lin.



 Thank you very much for your work
 Leonardo






 Gary Sherman ha scritto:
  The downloads for the current 0.9.0 preview are available at:
 http://gisalaska.com/downloads.rhtml
 
  If you know of other packages that have been created for the preview
  release, let me know and I'll add them to the page.
 
  -gary
 
  -_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-
  Gary Sherman
  Chair, QGIS Project Steering Committee
  Micro Resources: http://mrcc.com
 *Geospatial Hosting
 *Web Site Hosting
  We work virtually everywhere
  -_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-
 
 
 
  ___
  Qgis-developer mailing list
  [EMAIL PROTECTED]
  http://lists.qgis.org/cgi-bin/mailman/listinfo/qgis-developer
 
 

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



-- 
Tim Sutton
QGIS Project Steering Committee Member - Release  Manager
Visit http://qgis.org for a great open source GIS
openModeller Desktop Developer
Visit http://openModeller.sf.net for a great open source ecological
niche modelling tool
Home Page: http://tim.linfiniti.com
Skype: timlinux
Irc: timlinux on #qgis at freenode.net
___
Qgis-user mailing list
Qgis-user@lists.qgis.org
http://lists.qgis.org/cgi-bin/mailman/listinfo/qgis-user


[Qgis-user] QGIS 0.9.0 bugfix delay

2007-08-31 Thread Tim Sutton
Hi All

Some of you may have noticed that I tagged 0.9.0 two nights ago. I
have not yet made any announcements regarding 0.9.0 release. Because
of the number of bug reports coming in
and since there seem to be so many issues with the code base as it
stands, I would like to suggest retagging 0.9 as 0.9preview2 and delay
the release for another 2 weeks to allow for more bug fixing.

Could I ask everyone who has pending stability patches to please apply
them and motivate those who may have been itching to do some bug
fixing to give it a go! We really need everyones help if we are to
produce a stable product!

We would also like to remind you that we have a small amount of funds
donated by our user community available to support bug fixing, so if
you are a student or otherwise looking to make a bit of spare cash,
this is a great opportunity to support the QGIS project and at the
same time get a little less poor! If you are interested please email
our project steering committee chairman:

Gary Sherman gsherman [at] mrcc.com

Please use the subject line: BUG FIXING

Yours sincerely,

-- 
Tim Sutton
QGIS Project Steering Committee Member - Release  Manager
Visit http://qgis.org for a great open source GIS
openModeller Desktop Developer
Visit http://openModeller.sf.net for a great open source ecological
niche modelling tool
Home Page: http://tim.linfiniti.com
Skype: timlinux
Irc: timlinux on #qgis at freenode.net
___
Qgis-user mailing list
Qgis-user@lists.qgis.org
http://lists.qgis.org/cgi-bin/mailman/listinfo/qgis-user


Re: [Qgis-user] Graticule builder with Amersfoort/RD new

2007-08-23 Thread Tim Sutton

Hi

Currently the QGIS grid making plugin supports only Geographic CS. I  
suggest to follow Maciej's advice and then export using the grass ogr  
export tool if you want it back to a shapefile (I havent tested here  
but this should work).


Regards

Tim

Em 03/08/2007, às 08:28, Carlo van Rijswijk escreveu:


Hi,

Can someone please tell me how I can make a Graticule grid with the
Graticule builder plugin in another way/projection then with decimal
degrees.
In my projects I'm using Projected coordinate system - Stereographic
projection - Amersfoort/RD new as I'm living in Holland and wanna  
make

a grid which is 1x1 kilometer (1000 meters).

Thanks,

Carlo van Rijswijk
___
Qgis-user mailing list
Qgis-user@lists.qgis.org
http://lists.qgis.org/cgi-bin/mailman/listinfo/qgis-user



Tim Sutton

QGIS Project Steering Committee Member - Release  Manager
Visit http://qgis.org for a great open source GIS

openModeller Desktop Developer
Visit http://openModeller.sf.net for a great open source ecological  
niche modelling tool


Home Page: http://tim.linfiniti.com
Skype: timlinux
Irc: timlinux on #qgis at freenode.net



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


Re: [Qgis-user] (no subject)

2007-08-23 Thread Tim Sutton

Hi Giroux

Please use a proper subject line for your emails otherwise nobody  
will see them :-(


I've not seen that error before - could you test with one of the 0.9  
preview builds from Tisham and let us know if it remains an issue in  
0.9?


Best regards

Tim

Em 15/08/2007, às 15:39, Giroux Gabriel escreveu:


Dear list,

Using qgis 0.8.1 on WinXP, i'm trying to open a georeferenced  
raster file in .img format generated by a partner, using ArcGIS and  
when qgis freeze and here is the error signature:

AppName: qgis.exeAppVer:0.0.0.0ModName: libgdal-1.dll
ModVer: 0.0.0.0Offset: 00064bbf

Does someone already get this error trying to open an image file in  
erdas imagine format (.img)?


Thank you for your help


Ne gardez plus qu'une seule adresse mail ! Copiez vos mails vers  
Yahoo! Mail

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



Tim Sutton

QGIS Project Steering Committee Member - Release  Manager
Visit http://qgis.org for a great open source GIS

openModeller Desktop Developer
Visit http://openModeller.sf.net for a great open source ecological  
niche modelling tool


Home Page: http://tim.linfiniti.com
Skype: timlinux
Irc: timlinux on #qgis at freenode.net



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


Re: [Qgis-user] questions

2007-08-23 Thread Tim Sutton

Ola Victor



Agui no Brazil temos usarios do QGIS Você quero ajuda como o  
traduçåo o QGIS no espaniol?


Regards

Tim

Em 22/08/2007, às 18:43, victor javier morales escreveu:


hi list
i want to know whatever who dominate Spanish
and  know if there are active users of latinAmerica of QGIS

bueno para los usuarios en español queria saber cuantos son de  
america latina

y quienes dominan el ingles y español.

xavier Tux

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



Tim Sutton

QGIS Project Steering Committee Member - Release  Manager
Visit http://qgis.org for a great open source GIS

openModeller Desktop Developer
Visit http://openModeller.sf.net for a great open source ecological  
niche modelling tool


Home Page: http://tim.linfiniti.com
Skype: timlinux
Irc: timlinux on #qgis at freenode.net



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


Re: [Qgis-user] Fwd: building qgis with vs2005

2007-08-22 Thread Tim Sutton
:\Program Files\Quantum GIS Dev\qgis.exe : fatal error LNK1120: 8
 unresolved externals
 Build log was saved at file://e:\MyQis\msvc80\qgis\Debug
 \BuildLog.htm
 qgis - 13 error(s), 7 warning(s)
 == Build: 5 succeeded, 3 failed, 0 up-to-date, 0 skipped
___
Qgis-user mailing list
Qgis-user@lists.qgis.org
http://lists.qgis.org/cgi-bin/mailman/listinfo/qgis-user



Tim Sutton

QGIS Project Steering Committee Member - Release  Manager
Visit http://qgis.org for a great open source GIS

openModeller Desktop Developer
Visit http://openModeller.sf.net for a great open source ecological  
niche modelling tool


Home Page: http://tim.linfiniti.com
Skype: timlinux
Irc: timlinux on #qgis at freenode.net



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


Re: [Qgis-user] paper on GIS Development

2007-08-09 Thread Tim Sutton

Hi Paolo

It would be good to correct some of the english / make some revisions  
for you before it goes to print - do you have the original text?


Best regards

Tim

Em 06/08/2007, às 13:58, Paolo Cavallini escreveu:


Thanks.
GIS Development, an Indian magazine: http://www.gisdevelopment.net/
I'll try to correct the points you raised before printing (they
shortened it, and cut away the Qt explanation).
Thanks for the proofreading :)
pc

Martin Dobias ha scritto:

Hi Paolo,
excellent article! What magazine will print it?

I have just two pure technical notes:
- I get the impression that Quantum GIS should be written separately,
not QuantumGIS
- it's a bit misleading to write that it's based on KDE libraries as
it needs only Qt

Cheers
Martin

--
Paolo Cavallini, see: http://www.faunalia.it/pc

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



Tim Sutton

QGIS Project Steering Committee Member - Release  Manager
Visit http://qgis.org for a great open source GIS

openModeller Desktop Developer
Visit http://openModeller.sf.net for a great open source ecological  
niche modelling tool


Home Page: http://tim.linfiniti.com
Skype: timlinux
Irc: timlinux on #qgis at freenode.net





PGP.sig
Description: This is a digitally signed message part
___
Qgis-user mailing list
Qgis-user@lists.qgis.org
http://lists.qgis.org/cgi-bin/mailman/listinfo/qgis-user


Re: [Qgis-user] QGIS 0.9 cannot find libqgis_core.so

2007-07-31 Thread Tim Sutton

Hi Magnus

Em 27/07/2007, às 21:00, Magnus Homann escreveu:


Tim Sutton wrote:

Hi Folks

This should be fixed now in the recently tagged preview 1 (r7108).
Credit should go to Magnus as I shamelessly used his rpath work from
0.8.1 release :-) It was basically same as my suggestion below except
I needed to apply it to src/app/CMakeLists.txt


If that's the way you like it, sure. The discussion we had was not  
about

_how_ but it circled around _if_.



Ah I confess to not going back to the archives... I guess we could  
always put in a USE_RPATH flag into cmake so people can pick their  
preference and then just wrap the rpath stuff in a


IF (USE_RPATH)
  blah
ENDIF (USE_RPATH)

How does that sound?

Regards

Tim


Magnus
--
Magnus Homann
[EMAIL PROTECTED]
+46 702 399 558
___
Qgis-user mailing list
Qgis-user@lists.qgis.org
http://lists.qgis.org/cgi-bin/mailman/listinfo/qgis-user



Tim Sutton

QGIS Project Steering Committee Member - Release  Manager
Visit http://qgis.org for a great open source GIS

openModeller Desktop Developer
Visit http://openModeller.sf.net for a great open source ecological  
niche modelling tool


Home Page: http://tim.linfiniti.com
Skype: timlinux
Irc: timlinux on #qgis at freenode.net





PGP.sig
Description: This is a digitally signed message part
___
Qgis-user mailing list
Qgis-user@lists.qgis.org
http://lists.qgis.org/cgi-bin/mailman/listinfo/qgis-user


Re: [Qgis-user] Vertex edits and selection

2007-07-31 Thread Tim Sutton

Hi John

Perhaps Marco has better info on this - at least it would be good to  
let him know about this as a feature request since he is working on  
more advenced editing functionality in a seperate branch in SVN.


Regards

Tim

Em 30/07/2007, às 15:39, John C. Tull escreveu:


Is there a way to select a series of vertices in qgis and delete just
those from a polygon? If I use the selection tool, the entire polygon
is selected. Am I missing an available tool for working with subsets
of vertices in polygons or lines?

Cheers,
John Tull
___
Qgis-user mailing list
Qgis-user@lists.qgis.org
http://lists.qgis.org/cgi-bin/mailman/listinfo/qgis-user



Tim Sutton

QGIS Project Steering Committee Member - Release  Manager
Visit http://qgis.org for a great open source GIS

openModeller Desktop Developer
Visit http://openModeller.sf.net for a great open source ecological  
niche modelling tool


Home Page: http://tim.linfiniti.com
Skype: timlinux
Irc: timlinux on #qgis at freenode.net





PGP.sig
Description: This is a digitally signed message part
___
Qgis-user mailing list
Qgis-user@lists.qgis.org
http://lists.qgis.org/cgi-bin/mailman/listinfo/qgis-user


[Qgis-user] QGIS 0.9.0 Preview 1

2007-07-27 Thread Tim Sutton
Hi All

Today I've tagged 0.9.0 Preview 1 as per our release plan at

http://wiki.qgis.org/qgiswiki/ReleaseChecklist0.9

You can check out a copy doing:

svn co https://svn.qgis.org/repos/qgis/tags/Preview-0.9.0-1 qgis0.9.0Preview1

This should bring into effect the following things:

 - string freeze for UI - if you are a developer please dont change
any more UI elements or translatable strings
- call for translators to update ts files
- call for document managers to update docs based on new features in SVN
- call for packagers to create preview binaries

A source bundle for preview 1 will be made available soon.

Now is the time we call on your help to produce translations, update
documentation etc. You dont need to be a programmer to be of
assistance - all you need to do is be willing to donate some time and
have a computer.

Note that automake and qmake build systems are completely removed and
using cmake is the only way to build QGIS 0.9.0 preview 1. Please see
the INSTALL document in the source tree for detailed notes for your
platform. http://wiki.qgis.org/qgiswiki/BuildingFromSource Also
contains updated build notes for all platforms.

Many thanks for all who are pitching in to make this release happen.

Best regards

-- 
Tim Sutton
QGIS Project Steering Committee Member - Release  Manager
Visit http://qgis.org for a great open source GIS
openModeller Desktop Developer
Visit http://openModeller.sf.net for a great open source ecological
niche modelling tool
Home Page: http://tim.linfiniti.com
Skype: timlinux
Irc: timlinux on #qgis at freenode.net
___
Qgis-user mailing list
Qgis-user@lists.qgis.org
http://lists.qgis.org/cgi-bin/mailman/listinfo/qgis-user


Re: [Qgis-user] Spatial reference system corruption

2007-07-25 Thread Tim Sutton

Hi John

Go ahead and send me the .qgs file. Which version of  qgis is this with?

Regards

Tim
Em 25/07/2007, às 14:16, John C. Tull escreveu:


I have a large project that has somehow become corrupt. When I open
the project file, the map layers load fine and utm coordinates are
shown correctly. If I try to add a shapefile, I sometimes get an
error that the shapefile is an unsupported format, otherwise no files
show up at all in the file browser and the app usually crashes. If I
check the projection settings when the file is loaded, there are no
projections showing up under the Spatial Reference System browser. Is
this anything anyone else has encountered? I believe this is from a
corrupt xml file, but I have not been able to solve it myself by
perusing the xml.

If anyone has suggestions or hints, let me know. If you would like to
peruse the project file, I would prefer to send it off-list.

Thanks,
John Tull


John C. Tull, Ph.D.
Conservation Director
Nevada Wilderness Project
8550 White Fir Street
Reno, NV 89523
775.746.7851
www.wildnevada.org

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



Tim Sutton

QGIS Project Steering Committee Member - Release  Manager
Visit http://qgis.org for a great open source GIS

openModeller Desktop Developer
Visit http://openModeller.sf.net for a great open source ecological  
niche modelling tool


Home Page: http://tim.linfiniti.com
Skype: timlinux
Irc: timlinux on #qgis at freenode.net



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


Re: [Qgis-user] QGIS 0.9 cannot find libqgis_core.so

2007-07-25 Thread Tim Sutton

Hi Magnus!

Doesnt adding this to src/gui/CMakeLists.txt fix the issue?


SET_TARGET_PROPERTIES(qgis PROPERTIES
  INSTALL_RPATH ${CMAKE_INSTALL_PREFIX}/lib
  INSTALL_RPATH_USE_LINK_PATH true
)

I seem to recall you did some magic like this in 0.8.x ?

Regards

Tim

Em 22/07/2007, às 17:56, Magnus Homann escreveu:


Maciej Sieczka wrote:


I added the /usr/local/qgis09/lib/ to my /etc/ld.so.conf, run sudo
ldconfig and it works. However, I wonder why this was necessary for
0.9, while for 0.8.1, which is installed in parallel in
/urs/local/qgis08 with the same directory structure, it was not?


There was some discussion half a year ago on how this should be done.

The consensus (then) was that no special path should be compiled into
the binary, but the use LD_LIBRARY_PATH et. al. is preferred.

Magnus
--  
Magnus Homann

[EMAIL PROTECTED]
+46 702 399 558
___
Qgis-user mailing list
Qgis-user@lists.qgis.org
http://lists.qgis.org/cgi-bin/mailman/listinfo/qgis-user



Tim Sutton

QGIS Project Steering Committee Member - Release  Manager
Visit http://qgis.org for a great open source GIS

openModeller Desktop Developer
Visit http://openModeller.sf.net for a great open source ecological  
niche modelling tool


Home Page: http://tim.linfiniti.com
Skype: timlinux
Irc: timlinux on #qgis at freenode.net



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


Re: [Qgis-user] fix toolbar elements

2007-07-24 Thread Tim Sutton
Hi

If I understand your question correctly, yes this is possible - run
qgis and arrange the tolbars as you prefer, then look in the
~/.config/ dir for the qgis settings file and clone it, to the livecd
user account.

Regards

Tim

2007/7/24, Sven Böhme (WhereGroup) [EMAIL PROTECTED]:
 Hi list,

 we built a LiveLinux CD with QGIS 0.8. We like to fix the elements of
 the toolbar before the first session starts. Is this possible?

 Greetz

 Sven

 --
 ---
 Dipl.-Geogr. Sven Böhme
 - Anwendungsentwickler -

 WhereGroup GmbH  Co. KG
 Siemensstraße 8
 53121 Bonn
 Germany

 Fon: +49 (0)228 / 90 90 38 - 20
 Fax: +49 (0)228 / 90 90 38 - 11

 mailto:[EMAIL PROTECTED]

 http://www.wheregroup.com
 Amtsgericht Bonn, HRA 6788
 ---
 Komplementärin:
 WhereGroup Verwaltungs GmbH
 vertreten durch:
 Arnulf Christl, Olaf Knopp, Peter Stamm
 ---


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





-- 
Tim Sutton
QGIS Project Steering Committee Member - Release  Manager
Visit http://qgis.org for a great open source GIS
openModeller Desktop Developer
Visit http://openModeller.sf.net for a great open source ecological
niche modelling tool
Home Page: http://tim.linfiniti.com
Skype: timlinux
Irc: timlinux on #qgis at freenode.net
___
Qgis-user mailing list
Qgis-user@lists.qgis.org
http://lists.qgis.org/cgi-bin/mailman/listinfo/qgis-user


Re: [Qgis-user] 2008 GIS conference in Brazil

2007-07-22 Thread Tim Sutton

Hi Brent

Will you be attending? Will be great to meet up if you are!

Regards

Tim


Em 21/07/2007, às 05:37, Brent Wood escreveu:



Apologies for the cross posting, but this may be of interest

FOURTH INTERNATIONAL SYMPOSIUM ON GIS/SPATIAL ANALYSES IN FISHERY  
AND AQUATIC

SCIENCES (August 25-29, 2008)


This is to be held at the University of Saint Ursula, Rio de  
Janeiro, Brazil.


Given the interest in Open Source software in Brazil, it may be a  
good venue
for those using FOSS GIS related tools in fisheries, freshwater or  
marine

related endeavours to present their work.

Details available at:
http://www.esl.co.jp/Sympo/4th/1st%20Announcement%20%20Call%20for% 
20Papers.pdf


Please pass this on to colleagues who may be interested.


  Cheers,

 Brent Wood



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



Tim Sutton

QGIS Project Steering Committee Member - Release  Manager
Visit http://qgis.org for a great open source GIS

openModeller Desktop Developer
Visit http://openModeller.sf.net for a great open source ecological  
niche modelling tool


Home Page: http://tim.linfiniti.com
Skype: timlinux
Irc: timlinux on #qgis at freenode.net



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


Re: [Qgis-user] help building QGIS 0.8.1 on Ubuntu Dapper

2007-07-21 Thread Tim Sutton

Hi

My guess is that the Qt version providing headers and the Qt version  
for lib linking  could be out of sync...


How many versions of Qt do you have on your system?

Regards

Tim

Em 21/07/2007, às 13:37, Harry G. McGavran Jr. escreveu:



I've been following this thread and trying to do the same thing.
It works like Reid's except what I get is:

symbol lookup error: /usr/local/qt4/lib/libQtDesigner.so.4:  
undefined symbol:

_ZN16QDialogButtonBox16staticMetaObjectE

even with the correct LD_LIBRARY_PATH, although qgis seems to
want /usr/local/qt4/lib which is correct in any case.

Qt4.2.2 is in that path which is what it looks like Reid is using.

Suggestions?

Harry


--

Harry G. McGavran, Jr.

E-mail: [EMAIL PROTECTED]



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



Tim Sutton

QGIS Project Steering Committee Member - Release  Manager
Visit http://qgis.org for a great open source GIS

openModeller Desktop Developer
Visit http://openModeller.sf.net for a great open source ecological  
niche modelling tool


Home Page: http://tim.linfiniti.com
Skype: timlinux
Irc: timlinux on #qgis at freenode.net



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


[Qgis-user] Re: Mac OS X build 0.8.1 avail + notes

2007-06-25 Thread Tim Sutton

Hi William

Thanks for this!  I have added your hints to the install notes in
INSTALL.t2t and will commit shortly.

You are getting the same mileage out of your macbook as me (2 for the
price of 1 :-). When mine died they replaced the motherboard,
keyboard, hard drive and who knows what else. Been working great since
then though

Regards

Tim

2007/6/23, William Kyngesburye [EMAIL PROTECTED]:

My MacBook is back (almost a new mac: they replaced screen, logic
board, inverter, a couple case parts).  Some other problems on the
PowerBook distracted me, so I decided to rebuild today on my MacBook
for practice (the PB build worked fine).

I have a binary on my site now that you can link to the download page
(linking the site page, not the dmg, would be best, so people can see
and easily get to the framework and GRASS download requirements).

Summary of the package: Qgis 0.8.1, requires my frameworks, also
GRASS 6.3 app for GRASS support, and Python 2.5 for MS Export, all
other needed libraries bundled in the app, includes gpsbabel
universal binary.

Some notes:

- One small problem with the msexport linking - it links libqgis_core
from the source dir, not from the relative @executable_path/.

- for the build instructions, after a little experimentation with the
interactive cmake mode, I figured out how to easily get the new
GRASS.app builds with the version numbers in the name (ie
GRASS-6.3.app):

cmake -D CMAKE_INSTALL_PREFIX=/Applications -D GRASS_INCLUDE_DIR=/
Applications/GRASS-6.3.app/Contents/Resources/include -D
GRASS_PREFIX=/Applications/GRASS-6.3.app/Contents/Resources ..

- another fine tuning for the build instructions: I found that the
default build type isn't quite a release build.  When I explicitly
specified a release build, the binary sizes came out much smaller:

-D CMAKE_BUILD_TYPE=Release

-
William Kyngesburye kyngchaos*at*kyngchaos*dot*com
http://www.kyngchaos.com/

This is a question about the past, is it? ... How can I tell that
the past isn't a fiction designed to account for the discrepancy
between my immediate physical sensations and my state of mind?

- The Ruler of the Universe






--
Tim Sutton
QGIS Project Steering Committee Member - Release  Manager
Visit http://qgis.org for a great open source GIS
openModeller Desktop Developer
Visit http://openModeller.sf.net for a great open source ecological
niche modelling tool
Home Page: http://tim.linfiniti.com
Skype: timlinux
Irc: timlinux on #qgis at freenode.net
___
Qgis-user mailing list
Qgis-user@lists.qgis.org
http://lists.qgis.org/cgi-bin/mailman/listinfo/qgis-user


[Qgis-user] Announcing the release of QGIS 0.8.1

2007-06-15 Thread Tim Sutton

Dear all

We are very pleased to announce the release of Quantum GIS 0.8.1. This
is a bug fix release for the 0.8.0 release. The release can be
downloaded from http://download.qgis.org . Some binaries are still in
preparation so check back in a day or two if the binary for your
platform is not available. If you are able to help with the provision
of binary packages, please contact use via the developer mailing list.

If you wisth to publicise this release with other communities in your
country / area, you can find some resources at:

http://wiki.qgis.org/qgiswiki/ReleaseChecklist0.8.1#head-7e928de05c27fcf1dd4689d8ca57f332051e974b

that will assist you in this process. Many people worked very hard and
donated a lot of their free time to make this release happen and I
would like to thank all those involved for their fantastic efforts!

Enjoy using Quantum GIS!

Best regards,

--
Tim Sutton
QGIS Project Steering Committee Member - Release  Manager
Visit http://qgis.org for a great open source GIS
openModeller Desktop Developer
Visit http://openModeller.sf.net for a great open source ecological
niche modelling tool
Home Page: http://tim.linfiniti.com
Skype: timlinux
Irc: timlinux on #qgis at freenode.net
___
Qgis-user mailing list
Qgis-user@lists.qgis.org
http://lists.qgis.org/cgi-bin/mailman/listinfo/qgis-user


Re: [Qgis-user] Re: [Qgis-developer] Using Request for changes (RFC) in QGIS project

2007-06-09 Thread Tim Sutton

Hi



I like the template, five working days seem OK to me. Author of the
RFC should also add a FAQ section and fill it with questions and
answers based on the discussion on the mailing list. In case that RFC
is changed based on the discussions, the voting should get another
five days.


I like it too!



Also what about the cases when later the dev finds out that he needs
to do things differently? Change the RFC and start voting again? Or
create a new RFC ...?



I think he should defer to our technical lead (Marco) to see if the
adjustments merrit a new RFC.


BTW. That new template on wiki looks cool :-)


Glad you like it. Im also trying to get the front page a little more
organised along the lines of the PSC roles.

Tim



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




--
--
Tim Sutton

Visit http://qgis.org for a great Open Source GIS
Home Page: http://linfiniti.com
Skype: timlinux
MSN: [EMAIL PROTECTED]
Yahoo: [EMAIL PROTECTED]
Jabber: timlinux
Irc: timlinux on #qgis at freenode.net
___
Qgis-user mailing list
Qgis-user@lists.qgis.org
http://lists.qgis.org/cgi-bin/mailman/listinfo/qgis-user


Re: [Qgis-user] Re: [Qgis-developer] Using Request for changes (RFC) in QGIS project

2007-06-05 Thread Tim Sutton

Hi


It would be good to make an rfc template on the wiki and store all the
rfcs on the wiki - then keep all the commentry on the wiki. IMHO email
is not a good medium if you want to go back and look at the discussion
surrounding an RFC. By all means of course we should advertise the
rfcs on the mailing lists etc.

Regards

Tim

2007/6/5, Paolo Cavallini [EMAIL PROTECTED]:

+1
pc

Marco Hugentobler ha scritto:
 Dear QGIS community members,

 In the last PSC meeting we agreed that QGIS needs a more formalized
 development model. One idea was to use Requests for changes (RFC), similar to
 the what UMN mapserver does (http://mapserver.gis.umn.edu/development/rfc).

 If you are also in favour of RFCs, we need to agree on how the procedure
 should be for the QGIS project. To start the discussion, I wrote down some
 initial ideas (see below). Please comment them and bring your own ideas.
 After the discussion, I'm going to make a document that describes the RFC
 procedure for QGIS on the Wiki.


 -A QGIS Request for comment (RFC) describes a major change in technology,
 major additions to functionality, or changes in the direction of the project.
 It is published on the developer and user mailing lists and community members
 vote about it.

 -It is necessary in the following cases:
 Change that breaks API compatibility, merge of a branch, change in development
 model

 -Procedure:
 Author publishes RFC on qgis-developer and qgis-user lists
 Community votes in the next 5 working days with -1, 0, +1
 Finished RFCs are stored and are available on the website, together with the
 voting result


 Regards,
 Marco
--
Paolo Cavallini
http://www.faunalia.it/pc


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






--
--
Tim Sutton

Visit http://qgis.org for a great Open Source GIS
Home Page: http://linfiniti.com
Skype: timlinux
MSN: [EMAIL PROTECTED]
Yahoo: [EMAIL PROTECTED]
Jabber: timlinux
Irc: timlinux on #qgis at freenode.net
___
Qgis-user mailing list
Qgis-user@lists.qgis.org
http://lists.qgis.org/cgi-bin/mailman/listinfo/qgis-user


Re: [Qgis-user] Crashing Titan 0.8.0 Release

2007-03-20 Thread Tim Sutton

Hi John

If you dont mind, could you test with the preview 3 version of 0.8.1
that I uploaded a couple of days. It includes quite a few bug fixes
and a from the ground up new build system (thanks Magnus  Martin!).
That will help us focus on bugs that have not been fixed already.

http://qgis.org/uploadfiles/testbuilds/qgis_setup0.8.1preview3.exe

Make sure to completely remove your old version of QGIS, or install
pre3 into a separate directory.

PS I have seen your other questions on the list and will answer them
as soon as I have a few spare minutes - my work is just keeping me
really busy at the moment...

Regards

Tim


2007/3/20, John Craddock [EMAIL PROTECTED]:

Hi all,
I have just struck some weirdness with Win QGIS Titan 0.8.0 Release.
Symptoms:
Crashes on adding new shape file layers to new project.
Crashes on adding new shape file layers to existing project
Does not crash when loading existing projects that use the same shape
files as above.
Shape files that crash can be loaded into Arc Viewer and displayed
QGIS uninstalled and re-installed same problem.
No additional software installed when symptoms commenced.
Re-boots have no effect.
Crash appears to be in module proj.dll according to the Microsoft do
you want to tell me about it screen.
Tried the debug version 0.8.0 pre3 - crashed as well.
Can anyone give me some clues where to look?
Please bear in mind that I am not a developer just a user.

Regards
John Craddock
___
Qgis-user mailing list
Qgis-user@lists.qgis.org
http://lists.qgis.org/cgi-bin/mailman/listinfo/qgis-user




--
--
Tim Sutton

Visit http://qgis.org for a great Open Source GIS
Home Page: http://linfiniti.com
Skype: timlinux
MSN: [EMAIL PROTECTED]
Yahoo: [EMAIL PROTECTED]
Jabber: timlinux
Irc: timlinux on #qgis at freenode.net
___
Qgis-user mailing list
Qgis-user@lists.qgis.org
http://lists.qgis.org/cgi-bin/mailman/listinfo/qgis-user


Re: [Qgis-user] Would like to help me ?--Building QGIS from Source

2007-03-10 Thread Tim Sutton

Hi Li

Its really difficult to help you unless you give us a *lot* more details:

- which operating system (and version) are you using
- which compiler
- what did you already do (which documentation did you consult, what
procedure did you follow etc) and where did you run into problems.

I really suggest to take a look at this document:

http://www.catb.org/~esr/faqs/smart-questions.html

We would love to help you, but you need to provide us with enough
information. If you are trying to compile 0.8 under windows, I suggest
that you wait for a few weeks for 0.8.1 release or check out the 0.8
branch from subversion. One of the things 0.8 .1 offers is a much more
streamlined build process under windows (using cmake).

Regards

Tim

2007/3/10, Paolo Cavallini [EMAIL PROTECTED]:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Hi Li,
I would suggest to move this discussion on the qgis-dev mailing list.
I have non experience on windows, sorry I can't help you.
pc

li somic ha scritto:
 Hi,

 Many thanks for your kind  letter,I like QGIS,but its GPS Plugin is not
 perfect,so I like to fix GPS Plugin ,but I unable to compile QGIS from
 source code for windows.How to compile this code ?please give me a
 detailed step or way.In last month I try to build QGIS day and day,but I
 can't configure proj ,geos,grass,gdal,sqlite,gcc,gsl,expat,zlib,

 Please give me a way,thinks a lot.

 Mr.li http://Mr.li
- --
Paolo Cavallini
email+jabber: [EMAIL PROTECTED]
www.faunalia.it
Piazza Garibaldi 5 - 56025 Pontedera (PI), Italy   Tel: (+39)348-3801953
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.6 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQFF8nq+/NedwLUzIr4RAmvwAJ4lJ+1psUKV3YKpQZpOnk5OjvhAiQCfdiKi
Jvm5ju8J9jsO98XhjB/tfN4=
=UnQo
-END PGP SIGNATURE-
___
Qgis-user mailing list
Qgis-user@lists.qgis.org
http://lists.qgis.org/cgi-bin/mailman/listinfo/qgis-user




--
--
Tim Sutton

Visit http://qgis.org for a great Open Source GIS
Home Page: http://linfiniti.com
Skype: timlinux
MSN: [EMAIL PROTECTED]
Yahoo: [EMAIL PROTECTED]
Jabber: timlinux
Irc: timlinux on #qgis at freenode.net
___
Qgis-user mailing list
Qgis-user@lists.qgis.org
http://lists.qgis.org/cgi-bin/mailman/listinfo/qgis-user


Re: [Qgis-user] qgis on an intel mac?

2007-03-02 Thread Tim Sutton

Hi

If you do feel inclined to build it yourself, detailed build
instructions are available at:

http://wiki.qgis.org/qgiswiki/BuildingOnMacOsX

Regards

Tim

2007/3/1, Gary Sherman [EMAIL PROTECTED]:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1


On Mar 1, 2007, at 2:28 PM, W. Payton Gardner wrote:

 Hi all,

 Is there any reason I couldn't build qgis with all the goodies
 including postgis and grass on an intel mac?

No reason at all -- although you could just download the dmg ...

- -gary

 Thanks,
 Payton
 ___
 Qgis-user mailing list
 Qgis-user@lists.qgis.org
 http://lists.qgis.org/cgi-bin/mailman/listinfo/qgis-user

- -_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-
Gary Sherman
Micro Resources: http://mrcc.com
   *Geospatial Hosting
   *Web Site Hosting
We work virtually everywhere
- -_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-



-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.1 (Darwin)

iD8DBQFF54eF1zKuzV6goTgRAm0qAJ900QMZcRupeSz3dIF8iTREMkL6AgCgoQvi
i8teW2Lo3FYFis+pFgMoe0k=
=IGtb
-END PGP SIGNATURE-
___
Qgis-user mailing list
Qgis-user@lists.qgis.org
http://lists.qgis.org/cgi-bin/mailman/listinfo/qgis-user




--
--
Tim Sutton

Visit http://qgis.org for a great Open Source GIS
Home Page: http://linfiniti.com
Skype: timlinux
MSN: [EMAIL PROTECTED]
Yahoo: [EMAIL PROTECTED]
Jabber: timlinux
Irc: timlinux on #qgis at freenode.net
___
Qgis-user mailing list
Qgis-user@lists.qgis.org
http://lists.qgis.org/cgi-bin/mailman/listinfo/qgis-user


Re: [Qgis-user] problem with QGIS using WMS service

2007-03-02 Thread Tim Sutton

Hi Marco

Thanks for the feedback. Actually we normally ask the person who
*finds* the error to report it :-) The reason for this is simple - if
we need more information on how to replicate the bug, sample data,
other info etc, we need to be able to get this info from the person
who originally reported it.

Please feel free to file your bug using the bug tracker system at the
following URL:

https://svn.qgis.org/trac

Mark the bug as Version 0.8.1 Milestone 0.8.1. Note that since we are
close to releasing 0.8.1 we may not have time to fix the issue prior
to the release and may defer fixing it until 0.8.2.

Regards

Tim


2007/3/2, Marco Lechner [EMAIL PROTECTED]:

Hi list,

I'm having a few problems with my WMS service using QGIS as client. May
be anyone has a few hints or ideas:



Using QGIS 0.8.0 on opensuse:

- a polygon layer doesn't show with transparency - even though it is
implemented in the WMS and it works with other clients, the transparency
as  well is not adjustable using the properties menu (well i can change
it to 50% but it dioesn't change the view) - the transparency works very
nice, if I use the WMS-feeding postgis-service directly.
[projection on runtime is activated]



Using QGIS0.8.1preview2 (pretty fresh installation with complete
uninstall of 0.8.1p1) on WinXP:

- while zooming in a WMS-raster or vektor layer an error message appears:
msWMSLoadGetMapParams(): WMS server error. Image size out of range,
WIDTH and HEIGHT must be between 1 and 2048 pixels.

This is probably due to a bug in the QGIS program. Please report this error.

Tried URL:
http://www.geographie.uni-freiburg.de/cgi-bin/chennai_wms?SERVICE=WMSVERSION=1.1.0REQUEST=GetMapBBOX=80.417860,12.675728,80.602583,12.866004SRS=EPSG:4326WIDTH=3962HEIGHT=3962LAYERS=1.0.1%20Results%20Group%20DiscussionsSTYLES=FORMAT=image/pngTRANSPARENT=TRUE

- get FeatureInfo doesn't return any results using the WMS (works, if I
use the WMS-feeding postgis-service directly)
- projection on runtime is activated, but layers show up at different
places while loading the same layer via WMS and the WMS-feeding
postgis-service (the wms layer is displaced, it works using QGIS 0.8.0
on opensuse)

Any ideas, hints, solutions, explanations?

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




--
--
Tim Sutton

Visit http://qgis.org for a great Open Source GIS
Home Page: http://linfiniti.com
Skype: timlinux
MSN: [EMAIL PROTECTED]
Yahoo: [EMAIL PROTECTED]
Jabber: timlinux
Irc: timlinux on #qgis at freenode.net
___
Qgis-user mailing list
Qgis-user@lists.qgis.org
http://lists.qgis.org/cgi-bin/mailman/listinfo/qgis-user


Re: [Qgis-user] Silent installation

2007-02-26 Thread Tim Sutton

Hi Leonardo

Can you file these issues as bugs at http://svn.qgis.org/trac ? Its
difficult to keep track of bugs via email. File them against Version
0.8.0, Milestone 0.8.1 which is where all the bugs for this release
are grouped. Many thanks for your feedback!

Regards

Tim

2007/2/26, Leonardo Lami [EMAIL PROTECTED]:

Hi Tim,
I'm testing the new QGIS and I see a good work, it seems there are only
two problems:
- when you use the GRASS tools and you see the list of the GRASS layers
you can't see the icons of the management of the layers (show layer,
copy, rename)
- when you want edit a GRASS vector and you click on the edit icon an
output message say:
No maps opened in mMaps, probably problem in runtime linking, static
variables are not shared by provider and plugin.

I will make some test again, good work!

Leonardo


Tim Sutton ha scritto:
 Hi all

 OK so the latest preview build at:

 http://qgis.org/uploadfiles/testbuilds/qgis_setup0.8.1preview1.exe

 supports silent installation now. Run from the command line like this

 qgis_setup0.8.1.exe /S

 There are a few things to note:
 -  after running the above command the installler will fork to the
 background and  immediately return you to the prompt.
 - the installer uses all default options that means that it will try
 to go onto the internet and retrieve the two sample datasets of around
 20mb each.
 - if you wish to customise the datasets etc that are installed, you
 can quite easily modify the nsis installer - its in svn 0.8 branch
 under win_build.

 The procedure for creating your custom installer is (more or less)

 - Install qgis 0.8.1 preview (and later final release) into c:\Program
 Files\qgis0.8.1
 - Install nulsoft NSIS installer application
 - Check out the win_build dir from qgis 0.8 branch:

  https://svn.qgis.org/repos/qgis/branches/Release-0_8_0/win_build

 - Follow the notes pertaining to fixing auto unzip issues in the
 source in README.txt
 - edit qgis.nsi and add remove sample data etc.
 - Run nsis on the nsi file
 - Feel good and be happy :-)

 Hope that helps

 Regards

 Tim


 2007/2/21, Stephan Holl [EMAIL PROTECTED]:
 Pleyer, Walter [EMAIL PROTECTED], [20070221 - 08:12:52]

   Assuming you are on windows though. :-)
  How did you know? ;-)
 
   I am afraid there is currently no such option inside the
   windows installer, but I am not entirely sure.
   I'd be interested in this too so if someone knows another
  Gary Sherman already mailed me, telling me the same as you.
  This option is currently not available.
  I'm pretty sure though, this would help acceptance by institutional
  users like Universities or in our case ministries (yes, Qgis has a
  very good chance to go official in Austria).

 So why not preparing a nsis-installer where your settings (path,
 languag, etc.) are hardcoded and it only needs to be executed by
 an administrator on the dedicated computer?

 Seems doable though.

 Best
 Stephan


 --
 Stephan Holl [EMAIL PROTECTED], http://intevation.de/~stephan
 Tel: +49 (0)541-33 50 8 32 | Intevation GmbH | AG Osnabrück - HR B 18998
 Geschäftsführer:  Frank Koormann, Bernhard Reiter, Dr. Jan-Oliver Wagner
 ___
 Qgis-user mailing list
 Qgis-user@lists.qgis.org
 http://lists.qgis.org/cgi-bin/mailman/listinfo/qgis-user




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




--
--
Tim Sutton

Visit http://qgis.org for a great Open Source GIS
Home Page: http://linfiniti.com
Skype: timlinux
MSN: [EMAIL PROTECTED]
Yahoo: [EMAIL PROTECTED]
Jabber: timlinux
Irc: timlinux on #qgis at freenode.net
___
Qgis-user mailing list
Qgis-user@lists.qgis.org
http://lists.qgis.org/cgi-bin/mailman/listinfo/qgis-user


[Qgis-user] Preview of QGIS 0.8.1 for windows available

2007-02-23 Thread Tim Sutton

Dear users

As you may be aware we are working on getting QGIS 0.8.1 bug fix
release out the door.  I have put up a preview build for windows at:

http://qgis.org/uploadfiles/testbuilds/qgis_setup0.8.1preview1.exe

This file will be removed again at the time of final release so please
do not make any permanent links to it. QGIS 0.8.1 will be the first of
probably several bugfix releases up until the time that QGIS 0.9 is
released. I would like to ask that your feedback about problems you
encounter is done only via the bug tracker since it is difficult to
keep track of issues when they are posted to the mailing list in an ad
hoc manner. More specifically if you encounter any new bugs please
file them against Version 0.8.1, Milestone 0.8.2 since we wont be
making any new changes to the 0.8.1 codebase (barring major show
stopper issues). The primary reason for making this preview available
is to get the installer tested and make sure everything is generally
working out the box. There are still two issues that I will try to
address before the final release of the windows installer:

- support for silent installs
- placing shortcuts into all user accounts

If you were generally able to install and use the preview release
without issue, that feedback will be most welcome on this list.

Many thanks for your ongoing support.

Regards


--
--
Tim Sutton

Visit http://qgis.org for a great Open Source GIS
Home Page: http://linfiniti.com
Skype: timlinux
MSN: [EMAIL PROTECTED]
Yahoo: [EMAIL PROTECTED]
Jabber: timlinux
Irc: timlinux on #qgis at freenode.net
___
Qgis-user mailing list
Qgis-user@lists.qgis.org
http://lists.qgis.org/cgi-bin/mailman/listinfo/qgis-user


[Qgis-user] QGIS Mail server outage

2007-02-14 Thread Tim Sutton

Dear QGIS users and developers

The mail service on our server thew a wobbly today.The mail was
offline for most of the day. The issue seems to be resolved and the
mail server is functioning normally again.

If you sent any email to the list today please consider resending it
as it most likely got lost in the ether! Please let me know if you
have any further issues! I hope the issue did not cause too much
disruption.

Happy QGISSING!

Best regards

Tim

--
--
Tim Sutton

Visit http://qgis.org for a great Open Source GIS
Home Page: http://linfiniti.com
Skype: timlinux
MSN: [EMAIL PROTECTED]
Yahoo: [EMAIL PROTECTED]
Jabber: timlinux
Irc: timlinux on #qgis at freenode.net
___
Qgis-user mailing list
Qgis-user@lists.qgis.org
http://lists.qgis.org/cgi-bin/mailman/listinfo/qgis-user


Re: [Qgis-user] Zoom to scale feature?

2007-02-12 Thread Tim Sutton

Hi

This feature has not been implemented yet though its been requested
quite a few times. Somehow it never made it into trac so feel free to
add it. Its on our todo list but I can say for when.

Regards

Tim

2007/2/12, Alexandre Leroux [EMAIL PROTECTED]:


Hi list,

I was at my father's house and he asked me about zooming to a specific
scale with QGIS 0.8. This surprised me: is it possible this has not been
yet implemented?

I haven't found it on trac either.
http://svn.qgis.org/trac/search?q=zoom+scalenoquickjump=1ticket=onchangeset=onwiki=on

If that's the case, I'll make a new feature request on trac.

Thanks and have a great Monday :-)


Alex
--
Alexandre Leroux, M.Sc., Ing.
Environnement Canada / Environment Canada
Centre météorologique canadien / Canadian Meteorological Centre
Division de la réponse aux urgences environnementales /
Environmental Emergency Response Division
[EMAIL PROTECTED]
___
Qgis-user mailing list
Qgis-user@lists.qgis.org
http://lists.qgis.org/cgi-bin/mailman/listinfo/qgis-user




--
--
Tim Sutton

Visit http://qgis.org for a great Open Source GIS
Home Page: http://linfiniti.com
Skype: timlinux
MSN: [EMAIL PROTECTED]
Yahoo: [EMAIL PROTECTED]
Jabber: timlinux
Irc: timlinux on #qgis at freenode.net
___
Qgis-user mailing list
Qgis-user@lists.qgis.org
http://lists.qgis.org/cgi-bin/mailman/listinfo/qgis-user


[Qgis-user] Re: [Qgis-developer] QGIS workshop(s) at FOSS4g2007

2007-02-11 Thread Tim Sutton

Hi

It seems to me that if we could coordinate our efforts we could try to
get the following presentations together:

Presentations:

- QGIS 'nuts  bolts' - all about the Quantum GIS open source desktop
GIS application project.
- Using QGIS libs in your application


Workshops:

- plugin writers workshop ( we should get feedback from Marco on
whether there was a lot of demand on this )
- QGIS and GRASS
- Programming QGIS with python

Regards

Tim

2007/2/9, Gary Sherman [EMAIL PROTECTED]:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Greetings,

The FOSS4G2007 conference is scheduled for September 24-27, 2007 in
Victoria, Canada. I sent out information on the call for workshops
earlier in the week. The web page can be found at: http://
www.foss4g2007.org/workshops.html

It would be good if several of you (developers/users) submitted a
proposal. I think workshops that illustrate the application of QGIS
in real-world situations would be good, however they would have to
have a broad enough scope to appeal to a wide audience.

Developer focused workshops are also of value. In particular,
something along the lines of plugin development, application
development using QGIS libraries, and plugin/application development
using Python would be of interest. I'm sure you have more and better
ideas.

Read the call for workshops to see the focus areas the organizers are
interested in for this years event.

I have a favor to ask. If you are planning to submit a workshop
proposal, please email me with a few details. I would like to not
only be aware of what is being proposed, but also be aware of any
overlap and possibility for collaboration. If you want to share your
plan with the list, feel free to do so, otherwise just email me
directly. I have set up a wiki page that can be used to document
conference plans as they evolve:

http://wiki.qgis.org/qgiswiki/FOSS4G2007_Conference

If you need write access to the wiki, create an account and then
email me or tim at linfiniti.com.

Finally, we are hoping to be able to offer a subsidy for folks
presenting a workshop or paper at the conference. This would apply to
those that lack any corporate/academic funding. The amount of subsidy
will be decided on a case by case basis and will offset some of your
costs, not cover them all.

Thanks for your participation in QGIS!

- -gary
- -_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-
Gary Sherman
Micro Resources: http://mrcc.com
   *Geospatial Hosting
   *Web Site Hosting
We work virtually everywhere
- -_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-





-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.1 (Darwin)

iD8DBQFFzKT01zKuzV6goTgRAiM0AJ9ahZg7LbxED/xuHB5mF6jAQuWswQCbBvmm
2GGA0j4FRKo3VVZDKZ2JSRM=
=iQzd
-END PGP SIGNATURE-
___
Qgis-developer mailing list
[EMAIL PROTECTED]
http://lists.qgis.org/cgi-bin/mailman/listinfo/qgis-developer




--
--
Tim Sutton

Visit http://qgis.org for a great Open Source GIS
Home Page: http://linfiniti.com
Skype: timlinux
MSN: [EMAIL PROTECTED]
Yahoo: [EMAIL PROTECTED]
Jabber: timlinux
Irc: timlinux on #qgis at freenode.net
___
Qgis-user mailing list
Qgis-user@lists.qgis.org
http://lists.qgis.org/cgi-bin/mailman/listinfo/qgis-user


Re: [Qgis-user] Fwd: New and inexperienced--how to make NASA SRTM work properly?

2007-02-11 Thread Tim Sutton

Hi

You could also try OpenEV for 3d visualisation

Regards

Tim

2007/2/10, Amanda Wintcher [EMAIL PROTECTED]:

Brent Wood wrote:

 QGIS (AFAIK) does not support 3D displays of terrain models. It can display
 vector (point/line/polygon) and georeferenced raster (terrain models, imagery)
 in 2D (from above) only- basically a plan view.

Whoops!  I guess I missed that very simple piece of information!  Sorry
about that.

 To use SRTM data with QGIS, I believe you'll need to generate georeferenced
 images from the SRTM terrain model, or download such imagery. GRASS  GMT can
 generate such imagery from the SRTM model. QGIS does not have the analytical
 capabilities to do this (yet).

As said elsewhere on the list, I don't really need to be able to see the
data as 3D (except that it will impress my advisors), and I don't plan
to try and print anything other than flat images in the final product.
I presume that if I have the information in the file, generated using
one of the methods above, that I can still use the elevation data in
calculations of things like visibility or slope via qGIS?  Or am I
really better off using GRASS by itself?


Thank you all very much for your help and patience.

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




--
--
Tim Sutton

Visit http://qgis.org for a great Open Source GIS
Home Page: http://linfiniti.com
Skype: timlinux
MSN: [EMAIL PROTECTED]
Yahoo: [EMAIL PROTECTED]
Jabber: timlinux
Irc: timlinux on #qgis at freenode.net
___
Qgis-user mailing list
Qgis-user@lists.qgis.org
http://lists.qgis.org/cgi-bin/mailman/listinfo/qgis-user


Re: [Qgis-user] Default projection of the map

2007-02-07 Thread Tim Sutton

Without checking the code, if I remember correctly the default
projection is set in QgsProject - although if you look in qgsoptions
you will notice there are different ways projection of unknown layers
can be set.

Regards

Tim

On 2/6/07, Patrick Desautels [EMAIL PROTECTED] wrote:


Hi all,

I'm currently developping a application based on QGIS librairies (under Windows,
Qt4.2, compil with mingw). I want to know wich classes allow to define a
default projection for the map?

Thanks!
Pat
___
Qgis-user mailing list
Qgis-user@lists.qgis.org
http://lists.qgis.org/cgi-bin/mailman/listinfo/qgis-user




--
--
Tim Sutton

Visit http://qgis.org for a great Open Source GIS
Home Page: http://linfiniti.com
Skype: timlinux
MSN: [EMAIL PROTECTED]
Yahoo: [EMAIL PROTECTED]
Jabber: timlinux
Irc: timlinux on #qgis at freenode.net
___
Qgis-user mailing list
Qgis-user@lists.qgis.org
http://lists.qgis.org/cgi-bin/mailman/listinfo/qgis-user


Re: [Qgis-user] OSGeo Membership for QGIS

2007-01-29 Thread Tim Sutton

Hi Jack

Radim has mentioned some possible 'downsides' in the preliminary
discussions we had on the PSC mailing list before Gary sent the
initial email in this thread out for wider comment. I think I can
summarise by saying that Radims main concern was that the OSGEO
becomes some kind of defacto portal for people trying to find free and
open source GIS related software, essentially precluding non member
projects for similar consideration. Of course this can be seen as an
advantage for the OSGEO members projects, but since open source
developers have a libertarian approach to life I cant help but agree
with Radim a little. Not enough for me to *not* want to join PSC
though because I think that lifting up some open source projects into
the public eye will inevitably bring other initially less visible
projects into focus too.

In fact for me the biggest 'con' I can think of is the time and effort
we will need to invest to oversee the incubation process and any
additional admin overhead being an OSGEO member may introduce. Since
QGIS is a 100% volunteer effort at the moment, any time spent on admin
generally reduces otherwise productive developer time. The counter
argument to this is of course is that if OSGEO lives up to our
expectations it should reduce admin overhead that we currently invest
in managing our project servers, removing spammer posts to the forums
etc etc

Other than that I really dont see any great cons in the road ahead -
though it would be interesting to get a retrospective opinion on the
matter from some projects that have already gone through the
process...

Best regards

Tim

On 1/28/07, Jack Varga [EMAIL PROTECTED] wrote:

Gary, Tim, et al;

On the surface it seems hard to find a reason not to support a move to
OSGeo.  Gary lists many Pros for joining, but no Cons.  In my attempt to
remain objective, it would help to hear what some of the Cons might be
(for both users and developers)?

The fact that QGis relies heavily on the advanced analytical
capabilities inherent in Grass and that Grass is already a (along with
GDAl,  IMHO the two most critical) member(s) of OSGeo, it does seem a
logical course of action.  That alone is without consideration for many
of the additional benefits Tim describes.

Best regards,

Jack Varga

Gary Sherman wrote:
 At present, there is no desktop GIS application like QGIS in the
 OSGeo collection. GRASS is already part of OSGeo thus joining OSGeo
 seems to be a natural step.

 OSGeo offers increased visibility, promotion at conferences, access
 to legal advice, hosting of downloads and other project services, and
 management of sponsorships. Promotion at major conferences includes
 brochures and booth presence.

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




--
--
Tim Sutton

Visit http://qgis.org for a great Open Source GIS
Home Page: http://linfiniti.com
Skype: timlinux
MSN: [EMAIL PROTECTED]
Yahoo: [EMAIL PROTECTED]
Jabber: timlinux
Irc: timlinux on #qgis at freenode.net
___
Qgis-user mailing list
Qgis-user@lists.qgis.org
http://lists.qgis.org/cgi-bin/mailman/listinfo/qgis-user


[Qgis-user] Re: [Qgis-developer] OSGeo Membership for QGIS

2007-01-28 Thread Tim Sutton

Hi

I have been pondering this since OSGEO started, and am fairly
convinced its the right way to go. In addition to raising the profile
of QGIS, we will benifit by being able to make use of the OSGEO
hosting offerings which will hopefully reduce the rather large amount
of time we currently devote to project admin related activities.

My feeling is that initially we should not make use of and financial
infrastructure from OSGEO and just do things one step at a time:

1) get ourselves incubated (can anyone say cheep! ?)
2) start migrating our web site / svn etc to osgeo servers where it
makes sense to do so
3) start thinking about if / how / when we want to make use of the
financial related parts of the OSGEO offering.

Regards

Tim

On 1/26/07, Gary Sherman [EMAIL PROTECTED] wrote:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Now that 0.8 is released, its time to consider OSGeo membership for
QGIS. Some of you may recall we ran a poll a while back about this
issue (see
http://qgis.org/component/option,com_poll/task,results/id,12):

The results were:
   Yes   81.4%
   Maybe11.5%
   No 7.2%

Its clear that most responders are in favor. Adding the Yes and Maybe
votes yields ~93% non-negative response. Of course there is no way to
know who voted or how many times.

At present, there is no desktop GIS application like QGIS in the
OSGeo collection. GRASS is already part of OSGeo thus joining OSGeo
seems to be a natural step.

OSGeo offers increased visibility, promotion at conferences, access
to legal advice, hosting of downloads and other project services, and
management of sponsorships. Promotion at major conferences includes
brochures and booth presence.

For information on the incubation process see: http://osgeo.org/
incubator/process/process.html.

This is your chance as a developer and/or user to comment on the
issue of QGIS
joining OSGeo.

Please provide any comments or input you have to the list no later
than February 1, 2007.

Looking forward to your comments,
- -gary
- -_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-
Gary Sherman
Micro Resources: http://mrcc.com
   *Geospatial Hosting
   *Web Site Hosting
We work virtually everywhere
- -_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-



-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.1 (Darwin)

iD8DBQFFukFe1zKuzV6goTgRAjVUAJ9DzXJdCsMnFMhd4S6b+JFXIqYJZACfS6qc
vTGE8NMTKuKC1bTc39Ktw3Y=
=YpP2
-END PGP SIGNATURE-
___
Qgis-developer mailing list
[EMAIL PROTECTED]
http://lists.qgis.org/cgi-bin/mailman/listinfo/qgis-developer




--
--
Tim Sutton

Visit http://qgis.org for a great Open Source GIS
Home Page: http://linfiniti.com
Skype: timlinux
MSN: [EMAIL PROTECTED]
Yahoo: [EMAIL PROTECTED]
Jabber: timlinux
Irc: timlinux on #qgis at freenode.net
___
Qgis-user mailing list
Qgis-user@lists.qgis.org
http://lists.qgis.org/cgi-bin/mailman/listinfo/qgis-user


Re: [Qgis-user] measuring tool

2007-01-26 Thread Tim Sutton

Hi Honza

I'm not sure why it works in the one build correctly and not the other
but Magnus Homann has been working on sorting out issues with the
measure tool in the trunk of the source code repository. I will try to
backport any fixes he has made into the upcoming 0.8.1 bugfix release
if Magnus has not already done so.

Hopefully Magnus' work will address the issues you mentioned.

Regards

Tim

On 1/26/07, Honza Valenta [EMAIL PROTECTED] wrote:

Hi all,

I've build the qgis 0.8 on a fc6 system and I've encountered the same
problems with measuring tool as described in the
https://svn.qgis.org/trac/ticket/449 -- the measured distances are
changing chaotically and the numbers are a way off. Howewver, when I
open the project in the statically compiled linux_bundle
(http://blog.qgis.org/?q=node/46) it works fine.

There must be some problem in my compiled version. Do you have an idea,
what I've done wrong?

Thanks,
Honza.

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




--
--
Tim Sutton

Visit http://qgis.org for a great Open Source GIS
Home Page: http://linfiniti.com
Skype: timlinux
MSN: [EMAIL PROTECTED]
Yahoo: [EMAIL PROTECTED]
Jabber: timlinux
Irc: timlinux on #qgis at freenode.net
___
Qgis-user mailing list
Qgis-user@lists.qgis.org
http://lists.qgis.org/cgi-bin/mailman/listinfo/qgis-user


Re: [Qgis-user] QGis 0.8.0 - Windows version - Query Builder button doesn't work

2007-01-26 Thread Tim Sutton

Hi

There is an existing bug report for this:

https://svn.qgis.org/trac/ticket/507

We will try to address it in the upcoming 0.8.1 bugfix release.

Regards

Tim

On 1/26/07, Guglielmo Raimondi [EMAIL PROTECTED] wrote:



Hi list,
In the Windows version of QGis 0.8.0, it's impossible to run queries on a
layer, from Properties mask.
When you click on Query Builder button, nothing appen.

Regards,
Guglielmo R. Raimondi

Glasic S.r.l. - www.glasic.it
e_mail: [EMAIL PROTECTED]
___
Qgis-user mailing list
Qgis-user@lists.qgis.org
http://lists.qgis.org/cgi-bin/mailman/listinfo/qgis-user






--
--
Tim Sutton

Visit http://qgis.org for a great Open Source GIS
Home Page: http://linfiniti.com
Skype: timlinux
MSN: [EMAIL PROTECTED]
Yahoo: [EMAIL PROTECTED]
Jabber: timlinux
Irc: timlinux on #qgis at freenode.net
___
Qgis-user mailing list
Qgis-user@lists.qgis.org
http://lists.qgis.org/cgi-bin/mailman/listinfo/qgis-user


Re: [Qgis-user] CMake build notes

2007-01-26 Thread Tim Sutton

Hi

Great stuff Martin! I added this link as well which I found very informative:

http://wiki.kde.org/tiki-index.php?page=KDECMakeIntro

Regards

Tim

On 1/27/07, Martin Dobias [EMAIL PROTECTED] wrote:

Hi all,

I've put together some notes on building QGIS with CMake on wiki:
http://wiki.qgis.org/qgiswiki/Building_with_CMake

It's still a work in progress but it should serve as a source of
information on building QGIS SVN on any platform. Any comments and
suggestions are welcome.

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




--
--
Tim Sutton

Visit http://qgis.org for a great Open Source GIS
Home Page: http://linfiniti.com
Skype: timlinux
MSN: [EMAIL PROTECTED]
Yahoo: [EMAIL PROTECTED]
Jabber: timlinux
Irc: timlinux on #qgis at freenode.net
___
Qgis-user mailing list
Qgis-user@lists.qgis.org
http://lists.qgis.org/cgi-bin/mailman/listinfo/qgis-user


Re: [Qgis-user] not able to compile QGIS on 64-bit RHEL

2007-01-25 Thread Tim Sutton

Hi

Are you trying to build QGIS (we have no 4.2.2 version!) or Qt (which
has a 4.2.2 version)? If the latter its better to resolve your issues
using the Qt mailing lists.

Best regards

Tim Sutton

On 1/23/07, satya satya [EMAIL PROTECTED] wrote:

Hello all,
  I am trying to install QGIS 4.2.2  on 64-bit RHEL, but i
got some errors
The error is
 In file included from
~/qt-x11-opensource-src-4.2.2/include/QtGui/qevent.h:1,
  from qgis.h:33,
  from qgis.cpp:2:
~/qt-x11-opensource-src-4.2.2/include/QtGui/../../src/gui/kernel/qevent.h:196:
error: `class QKeySequence::StandardKey' has not been declared
~/qt-x11-opensource-src-4.2.2/include/QtGui/../../src/gui/kernel/qevent.h:196:
error: ISO C++ forbids declaration of `key' with no type
~/qt-x11-opensource-src-4.2.2/include/QtGui/../../src/gui/kernel/qevent.h:688:
error: `class QKeySequence::StandardKey' has not been declared
~/qt-x11-opensource-src-4.2.2/include/QtGui/../../src/gui/kernel/qevent.h:688:
error: ISO C++ forbids declaration of `key' with no type
~/qt-x11-opensource-src-4.2.2/include/QtGui/../../src/gui/kernel/qevent.h:688:
error: `bool operator==(QKeyEvent*, int)' must have an argument of class or
enumerated type
~/qt-x11-opensource-src-4.2.2/include/QtGui/../../src/gui/kernel/qevent.h:689:
error: declaration of `operator==' as non-function
/~/qt-x11-opensource-src-4.2.2/include/QtGui/../../src/gui/kernel/qevent.h:689:
error: `StandardKey' is not a member of `QKeySequence'
/~/qt-x11-opensource-src-4.2.2/include/QtGui/../../src/gui/kernel/qevent.h:689:
error: expected primary-expression before '*' token
~/qt-x11-opensource-src-4.2.2/include/QtGui/../../src/gui/kernel/qevent.h:689:
error: `e' was not declared in this scope
 make[4]: *** [libqgis_core_la-qgis.lo] Error 1

 could you please help me.
 Thanks in advance.
 cheers
 vamsee
___
Qgis-user mailing list
Qgis-user@lists.qgis.org
http://lists.qgis.org/cgi-bin/mailman/listinfo/qgis-user






--
--
Tim Sutton

Visit http://qgis.org for a great Open Source GIS
Home Page: http://linfiniti.com
Skype: timlinux
MSN: [EMAIL PROTECTED]
Yahoo: [EMAIL PROTECTED]
Jabber: timlinux
Irc: timlinux on #qgis at freenode.net
___
Qgis-user mailing list
Qgis-user@lists.qgis.org
http://lists.qgis.org/cgi-bin/mailman/listinfo/qgis-user


Re: [Qgis-user] Error in grass startup script

2007-01-20 Thread Tim Sutton

Hi

Radim do you have some idea what this means? Serge can you supply the
exact steps needed to replicate the issue?

Regards

Tim

On 1/20/07, Serge Dufort [EMAIL PROTECTED] wrote:





Hello list,



When launching grass shell on Windows from QGIS 0.8.0, the following error
occurs :



can't read parts(n): no such variable

while executing

MapCanvas::zoom_new $mon $parts(n) $parts(s) $parts(e) $parts(w)
$parts(nsres) $part(ewres)



Thank you for your help in resolving this problem …



Regards,



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






--
--
Tim Sutton

Visit http://qgis.org for a great Open Source GIS
Home Page: http://linfiniti.com
Skype: timlinux
MSN: [EMAIL PROTECTED]
Yahoo: [EMAIL PROTECTED]
Jabber: timlinux
Irc: timlinux on #qgis at freenode.net
___
Qgis-user mailing list
Qgis-user@lists.qgis.org
http://lists.qgis.org/cgi-bin/mailman/listinfo/qgis-user


Re: [Qgis-user] Re: Titan-Ubuntu repositories

2007-01-20 Thread Tim Sutton

Hi Jack

No we dont have an official repository (which is also my preferred
manner of install :-( ). Its probably a good idea to remove any
existing qgis packages, though the qgis 0.8 debs should just replace
them without too much fuss.

Regards

Tim

On 1/19/07, Jack Varga [EMAIL PROTECTED] wrote:



Jack Varga wrote:
 one more thing.  if there is not an official Debian/Ubuntu (Edgy)
 repository, is there anything I need to do prior to installing (i.e.,
 downloading .deb and using dpkg -i), like removing 0.7.4 first (using an
 integrated package manager like Synaptic)?

 TIA,

 -jv

 Jack Varga wrote:

 Greetings and salutations all,

 Is there an 'official' Debian/Ubuntu (Edgy) repository for Titan that I
 can add to /etc/apt/sources.list?  This is my preferred method of
 upgrading so as to better handle dependencies (and conflicts w/ 0.7.4)
 and Grass-PostGIS-GDAL (etc.) integration.


 Best regards,

 Jack Varga





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




--
--
Tim Sutton

Visit http://qgis.org for a great Open Source GIS
Home Page: http://linfiniti.com
Skype: timlinux
MSN: [EMAIL PROTECTED]
Yahoo: [EMAIL PROTECTED]
Jabber: timlinux
Irc: timlinux on #qgis at freenode.net
___
Qgis-user mailing list
Qgis-user@lists.qgis.org
http://lists.qgis.org/cgi-bin/mailman/listinfo/qgis-user


Re: [Qgis-user] Mac OSX Display problem

2007-01-19 Thread Tim Sutton

Hi Nick

I've never encountered this but I suspect you are right and the window
is being restored to the no longer existing position when you reopen
the application. So you could delete or edit the qgis settings file
which off the top of my head is under /Users/Library/ in the
applications settings dir (cant rememebr the exact directory name).
Make sure to do it while QGIS is closed. The next time you reopen
QGIS, it should default to opening on the primary screen.

Feel free to file a bug at https://svn.qgis.org/trac and perhaps Tom
can think of a more elegant solution.

I also vaguely recall there was an option somewhere in the mac display
settings to bring all windows onto the current position but I could be
wrong

Regards

Tim

On 1/13/07, Nick Black [EMAIL PROTECTED] wrote:

Hello,

This could be a more OSX related issue than a QGIS  one...   I've been using
QGIS 0.8.0 Mac OSX and Ubuntu releases since they were released, mainly for
viewing shapefile and TAB files.  Yesterday I tried to load up QGIS on my
Mac Book.  It loads up until it gets to the splash screen - after that the
icon appears in the doc and on the menu bar at the top of the desktop.  I
can use the menu, but cant actually see the QGIS window.  If I use expose
(the OSX feature that shows you all the open windows you have) - I can see
QGIS with whatever data I have loaded, but when I click on it to bring it to
the front, it slides back off to to the left of my screen.  I have tried:

1) Turning off virtual desktops
2) Checking system preferences to see if OSX thinks there is another monitor
attached
3) Reinstalling the QGIS dmg
4) Greping Library for qgis to try and find and remove any config files

None of these steps have helped.  I am guessing that the problem has been
caused by me using QGIS with a second monitor attached to my MacBook.  Is
this feasible?  Has anyone else had these problems?

Thanks,

Nick

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






--
--
Tim Sutton

Visit http://qgis.org for a great Open Source GIS
Home Page: http://linfiniti.com
Skype: timlinux
MSN: [EMAIL PROTECTED]
Yahoo: [EMAIL PROTECTED]
Jabber: timlinux
Irc: timlinux on #qgis at freenode.net
___
Qgis-user mailing list
Qgis-user@lists.qgis.org
http://lists.qgis.org/cgi-bin/mailman/listinfo/qgis-user


Re: [Qgis-user] ECW Licence

2007-01-11 Thread Tim Sutton

Hi

In my mind (from the discussions we have had on this list) the issue
is still not resolved. I think there is nothing to stop someone
creating an unofficial / independent gdal + ecw installer if they are
not so scrupulous / concerned about the licensing and make it so it
overwrites the gdal in the official qgis installer. Maybe even this is
considered bad Im not sure, but at the very least QGIS project wont be
involved in any wrongdoing if the legality is questionable. But I
think until its 100% confirmed that ECW license is compatibe with QGIS
 GDAL we should err on the side of caution when it comes to shipping
ecw out of the box with QGIS.

Regards

Tim

On 1/11/07, Thevenon Fabrice [EMAIL PROTECTED] wrote:





Hi all,



I have read with a great interest your discusion about ECW licence.

It doesn't seems  very simple…



The ability of QGis (windows binaries) to read ECW is also a fundamental
point for us if we want to adopt QGIS.

Several opensource project (gvSIG, Mapserver, FWTools, …) based of course
upon GDAL raster access, are already able to read ECW, but not QGIS.



The link produced by Yves Jacobin seems to break the seals on GPL software :



*
http://www.ermapper.com/downloads/download_view.aspx?PRODUCT_VERSION_ID=305


Licensing:

Free use license: A free license, providing unlimited read/500MB-per-image
compression for ECW and JPEG 2000 in any application including commercial
applications.
GPL-style license: A free license, providing unlimited read/unlimited
compression  for ECW and JPEG 2000 in any GPL style application.
Commercial license: Once off fee license with no royalties for commercial
applications needing unlimited compression for ECW and JPEG 2000.

Unless you need to support compression of images larger than 500MB in
commercial applications, one of the two free licenses should address your
needs.

Release Date: Wednesday, September 06, 2006

**



Does it means we can expect a windows compiled distribution of QGIS that
will read ECW ?

Or is there still a problem ?



Many Thanks !





Fabrice THEVENON

Direction des Moyens Techniques

Conseil Général des Pyrénées-Atlantiques

64 avenue Jean Biray

64058 Pau Cedex 9

05 59 11 40 72


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






--
--
Tim Sutton

Visit http://qgis.org for a great Open Source GIS
Home Page: http://linfiniti.com
Skype: timlinux
MSN: [EMAIL PROTECTED]
Yahoo: [EMAIL PROTECTED]
Jabber: timlinux
Irc: timlinux on #qgis at freenode.net
___
Qgis-user mailing list
Qgis-user@lists.qgis.org
http://lists.qgis.org/cgi-bin/mailman/listinfo/qgis-user


Re: [Qgis-user] Error starting Qgis 0.8 ( libqgis_raster.so.0 )

2007-01-02 Thread Tim Sutton

Hi

Does the file mentioned exist? Is it in your ldpath? Try running
ldconfig as root.

Regards

Tim

On 1/1/07, Luca Casagrande [EMAIL PROTECTED] wrote:

Hi to all!
I have built qgis with those configure options:

qgis 0.8.0
--
GDAL/OGR  : yes (Version 1.3.2)
GEOS  : yes (Version 2.2.3)
PostgreSQL: yes (Version 8.1.5)
GRASS : yes
SPIT  : yes
Georeferencer : yes
WFS   : no
GPS/GPX   : no
PROJ4 : yes
SQLITE3   : yes
Python: yes

CPPFLAGS  :  -I/usr/include -I/usr/include
CXXFLAGS  : -O2 -march=pentium-m -pipe -fomit-frame-pointer

Debug : no
Plugin dir: /usr/lib/qgis

When starting it i have got this error:

qgis: error while loading shared libraries: libqgis_raster.so.0: cannot
open shared object file: No such file or directory

Is this a Gdal issue?

Thanks
Luca


--
Help QGIS development! Make a donation right now at http://xrl.us/supportqgis

LINUX User #411601
GENTOO-GIS Development Team
jabber: [EMAIL PROTECTED]


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




--
--
Tim Sutton

Visit http://qgis.org for a great Open Source GIS
Home Page: http://linfiniti.com
Skype: timlinux
MSN: [EMAIL PROTECTED]
Yahoo: [EMAIL PROTECTED]
Jabber: timlinux
Irc: timlinux on #qgis at freenode.net
___
Qgis-user mailing list
Qgis-user@lists.qgis.org
http://lists.qgis.org/cgi-bin/mailman/listinfo/qgis-user


Re: [Qgis-user] compare GIS

2007-01-02 Thread Tim Sutton

Hi

Willem QGIS can do all these things as Martin has explained above. You
can also see the qgis blog where I have posted various short tutorials
on embedding QGIS canvas controls into your vertical application.

One more thing that you should keep in mind when doing your
evaluations is that QGIS is released under the GPL and uses the GPL
version of Qt4 so you would be expected to to develop your software
under the same license.

Regards

Tim

On 12/29/06, Martin Dobias [EMAIL PROTECTED] wrote:

On 12/29/06, Willem Jenniskens [EMAIL PROTECTED] wrote:

 Hello,

  The company I work for wants to develop certain GIS functionality on top of
 an existing GIS product. I would like to do a small comparison between the
 various GIS programs so that we can make a motivated decision. The
 application must enable us to develop the following:

Hi Willem,

when developping applications with QGIS, there are basically two options:
- create a plugin for QGIS
- create an application based on QGIS libraries - you can start a new
application and use only some functionality from QGIS - e.g. postgis
data provider, map renderer or map canvas etc.

Applications have to be written with C++ and Qt as QGIS is based on
them. In 0.9 release you will have also possibility to use Python
instead of C++.

 - create functionality where a user can place symbols, lines or polygons in
 the map by drawing in the map. Next, a dialogbox must appear where he can
 enter some attribute information. The coordinates and the entered attribute
 data must be stored in a spatial database (postgis).

Yes, you can use map canvas API for this or just directly use
digitizing functionality of QGIS. Postgis backend is well supported.

 - One can have multiple views (windows) that are linked together; so when
 you pan in one view, the other views will pan along automatically. (there
 are different layers in each view)

This could be done in case you would develop a new application - there
you could create multiple map canvases and connect them together.

 - Create short-cut keys for various functions; for example to make layers
 visible / invisible and to zoom in to a certain scale.

Should be easy - actions in Qt allow settings shortcuts.

 - It must be fast with raster and vector data

Well, this is for your own consideration whether it's fast enough.

 - Make use of global variables that we can use in the entire application

Why not...

 - Create buttons, menu bars, etc that execute our developed scripts

A piece of cake :)

Check out developer's corner on QGIS wiki, you'll find some tutorials
on how to develop plugins and/or custom applcations with QGIS:
http://wiki.qgis.org/qgiswiki/DevelopersCorner

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




--
--
Tim Sutton

Visit http://qgis.org for a great Open Source GIS
Home Page: http://linfiniti.com
Skype: timlinux
MSN: [EMAIL PROTECTED]
Yahoo: [EMAIL PROTECTED]
Jabber: timlinux
Irc: timlinux on #qgis at freenode.net
___
Qgis-user mailing list
Qgis-user@lists.qgis.org
http://lists.qgis.org/cgi-bin/mailman/listinfo/qgis-user


  1   2   >