Re: [Qgis-user] Network Volumes on OSX not visible in QGIS

2008-12-18 Thread Andreas Neumann

Thanks William and Peter,

Both are good to know and workarounds until a better solution is around.

Andreas

Peter Bange wrote:

Nice trick. I found out you also can right-click the file in a finder window 
and then choose: open-with ... If the Qgis version you choose is already 
running, the selected file will add a new layer to Qgis.

Peter Bange

-Original Message-
From: qgis-user-boun...@lists.osgeo.org on behalf of William Kyngesburye
Sent: Wed 17/12/2008 15:29
To: Andreas Neumann
Cc: qgis-user@lists.osgeo.org
Subject: Re: [Qgis-user] Network Volumes on OSX not visible in QGIS
 
There is an improvement for this in the works, but for now there is a  
simple workaround:


type /Volumes in the filename box and press return.  The list will now  
show all mounted disks and network volumes.  You can drag a volume to  
the sidebar for a permanent shortcut.


On Dec 17, 2008, at 1:39 AM, Andreas Neumann wrote:

  

Hi all,

We'd like to store our project files on a network drives, which is
accessible by Linux, OSX and Linux clients. We use samba shares to
distribute the network shares on our Linux server.

On OSX, however, we cannot access network volumes - somehow they are  
not

visible in the qt file dialogue. Are other OS X and QGIS users
experiencing the same issues?

Thanks,
Aandreas

--
Andreas Neumann
Böschacherstrasse 6, CH-8624 Grüt/Gossau, Switzerland
Email: a.neum...@carto.net, Web:
* http://www.carto.net/ (Carto and SVG resources)
* http://www.carto.net/neumann/ (personal page)
* http://www.svgopen.org/ (SVG Open Conference)
* http://www.geofoto.ch/ (Georeferenced Photos of Switzerland)

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



-
William Kyngesburye 
http://www.kyngchaos.com/

"Oh, look, I seem to have fallen down a deep, dark hole.  Now what  
does that remind me of?  Ah, yes - life."


- Marvin


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


  



--
--
Andreas Neumann
Böschacherstrasse 6
CH-8624 Grüt (Gossau ZH)
Switzerland
Phone: ++41-44-2736668
Email: a.neum...@carto.net

Web: http://www.carto.net/neumann/
SVG Examples: http://www.carto.net/papers/svg/samples/
SVG.Open: http://www.svgopen.org/

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


Re: [Qgis-user] Display of selected polygon only

2008-12-18 Thread pcreso
Hi Agustin,

I believe this depends on how you make the selection. If you open the layer, 
then use the QGIS select tool to box a region of the map to select the features 
from the layer, then all the features are displayed using the selected 
symbology, with the selected features highlighted. If you choose a symbology 
with no pen or fill, then your layer will effectively be invisible.

There is an alternative selection capability. I recommend storing your data in 
a Postgis database to get the most benefit from this. When you open a layer, 
you can use the selection by attribute capability to control which features are 
filtered out of the underlying dataset to be displayed by QGIS. Thus your 
entire layer being rendered by QGIS is only a subset of the entire dataset, and 
your use of the selection tool on this will only highlight the selected 
features from your subset.

Effectively it is a two stage selection process, allowing to to select which 
features will comprise your layer, then further select/identify features from 
this subset.

You might ( if you haven't already ) look at using the action capability
to create an action that allows you to display the image by clicking on it in 
QGIS. I've used this very effectively for working with seabed imagery in QGIS. 

I'm also working on an application using Postgis & Imagej to allow users to 
identify & quantify the content of seabed imagery. We are only using a point 
location for each image, rather than trying to identify the actual area of 
seabed represented, but this may be of interest to you. This works well with 
QGIS, and will also be an Open Source application.

HTH,

   Brent Wood




--- On Fri, 12/19/08, Agustin Lobo  wrote:

> From: Agustin Lobo 
> Subject: [Qgis-user] Display of selected polygon only
> To: "qgis-user" 
> Date: Friday, December 19, 2008, 2:54 AM
> Hi!
> 
> I've made a set of polygons with R
> (the bopundaries of images that
> have been acquired with a small UAV)
> and then saved as shp.
> As the set is kind of crowed, when I display in Qgis, I
> would like
> to display only the polygon(s) that
> I have selected in the table, not even
> the boundaries of the rest of polygons.
> Is this possible? By now, if I select
> "no pen" and "no brush", I get nothing
> highlighted.
> 
> Thanks
> 
> -- 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: agustin.l...@ija.csic.es
> http://www.ija.csic.es/gt/obster
> ___
> Qgis-user mailing list
> Qgis-user@lists.osgeo.org
> http://lists.osgeo.org/mailman/listinfo/qgis-user
___
Qgis-user mailing list
Qgis-user@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-user


Re: [Qgis-user] Display of selected polygon only

2008-12-18 Thread Agustin Lobo

The problem is that there ~2000 polygons,
many overlapping.
I think that highlighting should be independent of
the "no pen" and "no brush", best there should
be an independent setting to select type of lines and colors
for highlighted polygons. Opinions?

Agus

G. Allegri wrote:

If the selection is based on an attribute you could symbolize the
polygons with unique symbols, and set a different fill color for the
(two? selected/unselected) classes of polygons.

2008/12/18 Agustin Lobo :

Hi!

I've made a set of polygons with R
(the bopundaries of images that
have been acquired with a small UAV)
and then saved as shp.
As the set is kind of crowed, when I display in Qgis, I would like
to display only the polygon(s) that
I have selected in the table, not even
the boundaries of the rest of polygons.
Is this possible? By now, if I select
"no pen" and "no brush", I get nothing
highlighted.

Thanks

--
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: agustin.l...@ija.csic.es
http://www.ija.csic.es/gt/obster
___
Qgis-user mailing list
Qgis-user@lists.osgeo.org
http://lists.osgeo.org/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: agustin.l...@ija.csic.es
http://www.ija.csic.es/gt/obster
___
Qgis-user mailing list
Qgis-user@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-user


Re: [Qgis-user] Display of selected polygon only

2008-12-18 Thread G. Allegri
If the selection is based on an attribute you could symbolize the
polygons with unique symbols, and set a different fill color for the
(two? selected/unselected) classes of polygons.

2008/12/18 Agustin Lobo :
> Hi!
>
> I've made a set of polygons with R
> (the bopundaries of images that
> have been acquired with a small UAV)
> and then saved as shp.
> As the set is kind of crowed, when I display in Qgis, I would like
> to display only the polygon(s) that
> I have selected in the table, not even
> the boundaries of the rest of polygons.
> Is this possible? By now, if I select
> "no pen" and "no brush", I get nothing
> highlighted.
>
> Thanks
>
> --
> 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: agustin.l...@ija.csic.es
> http://www.ija.csic.es/gt/obster
> ___
> Qgis-user mailing list
> Qgis-user@lists.osgeo.org
> http://lists.osgeo.org/mailman/listinfo/qgis-user
>
___
Qgis-user mailing list
Qgis-user@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-user


[Qgis-user] Display of selected polygon only

2008-12-18 Thread Agustin Lobo

Hi!

I've made a set of polygons with R
(the bopundaries of images that
have been acquired with a small UAV)
and then saved as shp.
As the set is kind of crowed, when I display in Qgis, I would like
to display only the polygon(s) that
I have selected in the table, not even
the boundaries of the rest of polygons.
Is this possible? By now, if I select
"no pen" and "no brush", I get nothing
highlighted.

Thanks

--
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: agustin.l...@ija.csic.es
http://www.ija.csic.es/gt/obster
___
Qgis-user mailing list
Qgis-user@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-user


RE: [Qgis-user] Network Volumes on OSX not visible in QGIS

2008-12-18 Thread Peter Bange
Nice trick. I found out you also can right-click the file in a finder window 
and then choose: open-with ... If the Qgis version you choose is already 
running, the selected file will add a new layer to Qgis.

Peter Bange

-Original Message-
From: qgis-user-boun...@lists.osgeo.org on behalf of William Kyngesburye
Sent: Wed 17/12/2008 15:29
To: Andreas Neumann
Cc: qgis-user@lists.osgeo.org
Subject: Re: [Qgis-user] Network Volumes on OSX not visible in QGIS
 
There is an improvement for this in the works, but for now there is a  
simple workaround:

type /Volumes in the filename box and press return.  The list will now  
show all mounted disks and network volumes.  You can drag a volume to  
the sidebar for a permanent shortcut.

On Dec 17, 2008, at 1:39 AM, Andreas Neumann wrote:

> Hi all,
>
> We'd like to store our project files on a network drives, which is
> accessible by Linux, OSX and Linux clients. We use samba shares to
> distribute the network shares on our Linux server.
>
> On OSX, however, we cannot access network volumes - somehow they are  
> not
> visible in the qt file dialogue. Are other OS X and QGIS users
> experiencing the same issues?
>
> Thanks,
> Aandreas
>
> -- 
> Andreas Neumann
> Böschacherstrasse 6, CH-8624 Grüt/Gossau, Switzerland
> Email: a.neum...@carto.net, Web:
> * http://www.carto.net/ (Carto and SVG resources)
> * http://www.carto.net/neumann/ (personal page)
> * http://www.svgopen.org/ (SVG Open Conference)
> * http://www.geofoto.ch/ (Georeferenced Photos of Switzerland)
>
> ___
> Qgis-user mailing list
> Qgis-user@lists.osgeo.org
> http://lists.osgeo.org/mailman/listinfo/qgis-user

-
William Kyngesburye 
http://www.kyngchaos.com/

"Oh, look, I seem to have fallen down a deep, dark hole.  Now what  
does that remind me of?  Ah, yes - life."

- Marvin


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


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