Re: [Qgis-user] [QGIS-user} 2.6.1 Label selected features only?

2014-12-03 Thread Junior Delaz
Hi,
Nyall, I can't find is_selected function in expressions+ plugin. I have
version 0.3 and it seems to be the latest release available in Official
repository (no experimental status found).
Where do you get it?

2014-12-03 5:53 GMT+01:00 Nyall Dawson nyall.daw...@gmail.com:

 On 3 December 2014 at 15:38, Nicolas Cadieux
 nicolas.cadi...@archeotec.ca wrote:
  You can use an expression based on a column with a variable like
 label_yes,
  label_no... (Or 1 and 0)
 

 The expressions+ plugin includes a function is_selected, which could
 also come in handy here...

 Nyall
 ___
 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] [QGIS-user} 2.6.1 Label selected features only?

2014-12-03 Thread Bernd Vogelgesang
I just recently discovered the enhanced capabilities to deal with  
data-defined labeling.


Unfortunately, there are at least three plugins doing similar things,  
which is confusing me every time.


I now use Layer to labeled layer-plugin, which adds 14 new columns to  
your layer and also changes the settings in the label properties to watch  
these columns. This only covers the most important settings, a lot more  
are available and could be added as a column.


The nice thing is, that only features with an entry in those columns are  
handled accordingly, the other features just get labeled by the general  
settings.


When e.g. I enter 0 (zero) in the field LblSize of a feature, this  
features' label is gone. The others having no entry (NULL) are still  
displayed with the general label settings size.
Same applies to the label position. When you have overlapping labels, make  
the layer editable and activate the Move label-button and just drag  
those overlapping labels to a better position. These coordinates will get  
stored in LblX and LblY and are now fixed, while the other labels are  
still placed automatically.


So now you have to/may use the field calculator for styling your labels  
which is quite some work, but for good printing results, this is the way  
to go.


To answer your question directly in this context:
Use Layer to labeled layer on your layer, make your selection. Revert  
your selection and use the field calculator to set LblSize to zero.


Cheers
Bernd

Am 03.12.2014, 05:17 Uhr, schrieb Brett Adams  
bad...@spinifexgeophysics.com.au:




H1 Folks,


How do I label only the selected features?


Running 2.6.1


Thanks


Brett  Adams

Spinifex Geophysics

0438 861 974






--
Bernd Vogelgesang
Siedlerstraße 2
91083 Baiersdorf/Igelsdorf
Tel: 09133-825374___
Qgis-user mailing list
Qgis-user@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-user

Re: [Qgis-user] [QGIS-user} 2.6.1 Label selected features only?

2014-12-03 Thread Joris Hintjens
there is a plugin that does  that:
QuickMultiAttributeEdit



Joris
 Op 3-dec.-2014, om 05:17 heeft Brett Adams bad...@spinifexgeophysics.com.au 
 het volgende geschreven:
 
 H1 Folks,
  
 How do I label only the selected features?
  
 Running 2.6.1
  
 Thanks
  
 Brett  Adams
 Spinifex Geophysics
 0438 861 974
  
 ___
 Qgis-user mailing list
 Qgis-user@lists.osgeo.org mailto:Qgis-user@lists.osgeo.org
 http://lists.osgeo.org/mailman/listinfo/qgis-user 
 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] [QGIS-user} 2.6.1 Label selected features only?

2014-12-03 Thread Brett Adams
Thanks all, I'll check out the different plugins.

 

I was hoping for the good old days of QGIS 1.8 when a simple toggle switch
on the Label control page was the answer.   Nevermind.

 

Back when I was young...

 

 

From: Joris Hintjens [mailto:joris...@gmail.com] 
Sent: Wednesday, 3 December 2014 5:53 PM
To: Brett Adams
Cc: qgis-user@lists.osgeo.org
Subject: Re: [Qgis-user] [QGIS-user} 2.6.1 Label selected features only?

 

there is a plugin that does  that:


QuickMultiAttributeEdit


 

 

Joris

Op 3-dec.-2014, om 05:17 heeft Brett Adams
bad...@spinifexgeophysics.com.au het volgende geschreven:

 

H1 Folks,

 

How do I label only the selected features?

 

Running 2.6.1

 

Thanks

 

Brett  Adams

Spinifex Geophysics

0438 861 974

 

___
Qgis-user mailing list
 mailto:Qgis-user@lists.osgeo.org Qgis-user@lists.osgeo.org
 http://lists.osgeo.org/mailman/listinfo/qgis-user
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] [QGIS-user} 2.6.1 Label selected features only?

2014-12-03 Thread Matthias Kuhn
Hi,

The function is called `isselected` and was only recently introduced and
is not yet officially released.
A new release of Expressions+ is expected tomorrow. Meanwhile you could
download and install a copy manually if you are curious
https://github.com/NathanW2/qgsexpressionsplus/

Regards
Matthias


On 03.12.2014 10:17, Junior Delaz wrote:
 Hi,
 Nyall, I can't find is_selected function in expressions+ plugin. I have
 version 0.3 and it seems to be the latest release available in Official
 repository (no experimental status found).
 Where do you get it?

 2014-12-03 5:53 GMT+01:00 Nyall Dawson nyall.daw...@gmail.com:

 On 3 December 2014 at 15:38, Nicolas Cadieux
 nicolas.cadi...@archeotec.ca wrote:
 You can use an expression based on a column with a variable like
 label_yes,
 label_no... (Or 1 and 0)

 The expressions+ plugin includes a function is_selected, which could
 also come in handy here...

 Nyall
 ___
 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 mailing list
Qgis-user@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-user


Re: [Qgis-user] [QGIS-user} 2.6.1 Label selected features only?

2014-12-03 Thread Nathan Woodrow
Hey,

New Expression + version is up now.

- Nathan

On Wed Dec 03 2014 at 11:38:52 PM Matthias Kuhn matthias.k...@gmx.ch
wrote:

 Hi,

 The function is called `isselected` and was only recently introduced and
 is not yet officially released.
 A new release of Expressions+ is expected tomorrow. Meanwhile you could
 download and install a copy manually if you are curious
 https://github.com/NathanW2/qgsexpressionsplus/

 Regards
 Matthias


 On 03.12.2014 10:17, Junior Delaz wrote:
  Hi,
  Nyall, I can't find is_selected function in expressions+ plugin. I have
  version 0.3 and it seems to be the latest release available in Official
  repository (no experimental status found).
  Where do you get it?
 
  2014-12-03 5:53 GMT+01:00 Nyall Dawson nyall.daw...@gmail.com:
 
  On 3 December 2014 at 15:38, Nicolas Cadieux
  nicolas.cadi...@archeotec.ca wrote:
  You can use an expression based on a column with a variable like
  label_yes,
  label_no... (Or 1 and 0)
 
  The expressions+ plugin includes a function is_selected, which could
  also come in handy here...
 
  Nyall
  ___
  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 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] [QGIS-user} 2.6.1 Label selected features only?

2014-12-03 Thread Nicolas Cadieux
Good news Nathan! 
Is there a good comprehensive guide to all Qgis expression? It would be nice to 
have many examples.nbsp; There are many good guides out there but most only 
have one or two examples. Would be nice to have good raster Calculator examples 
also. 
Any links or guides to suggest? 
Nicolas Cadieux M.Sc. 
Les Entreprises Arch#233;otec inc.#160; 
8548, rue Saint-Denis Montr#233;al H2P 2H2 
T#233;l#233;phone:#160;514.381.5112 #160;Fax: 514.381.4995 
Le 2014-12-03 22:12, quot;Nathan Woodrow [via OSGeo.org]   quot; 
lt;ml-node+s1560n5176364...@n6.nabble.comgt; a écrit : 

Hey, New Expression + version is up now. - Nathan On Wed Dec 03 2014 at 
11:38:52 PM Matthias Kuhn lt; [hidden email] gt; wrote: lt;blockquote 
style='border-left:2px solid #CC;padding:0 1em' 
class=quot;gmail_quotequot; style=quot;margin:0 0 0 .8ex;border-left:1px 
#ccc solid;padding-left:1exquot;gt;Hi, 

The function is called `isselected` and was only recently introduced and 
is not yet officially released. 
A new release of Expressions+ is expected tomorrow. Meanwhile you could 
download and install a copy manually if you are curious 
https://github.com/NathanW2/qgsexpressionsplus/ 

Regards 
Matthias 


On 03.12.2014 10:17, Junior Delaz wrote: 
gt; Hi, 
gt; Nyall, I can#39;t find quot;is_selectedquot; function in expressions+ 
plugin. I have 
gt; version 0.3 and it seems to be the latest release available in Official 
gt; repository (no experimental status found). 
gt; Where do you get it? 
gt; 
gt; 2014-12-03 5:53 GMT+01:00 Nyall Dawson lt; [hidden email] gt;: 
gt; 
gt;gt; On 3 December 2014 at 15:38, Nicolas Cadieux 
gt;gt; lt; [hidden email] gt; wrote: 
gt;gt;gt; You can use an expression based on a column with a variable like 
gt;gt; label_yes, 
gt;gt;gt; label_no... (Or 1 and 0) 
gt;gt;gt; 
gt;gt; The expressions+ plugin includes a function quot;is_selectedquot;, 
which could 
gt;gt; also come in handy here... 
gt;gt; 
gt;gt; Nyall 
gt;gt; ___ 
gt;gt; Qgis-user mailing list 
gt;gt; [hidden email] 
gt;gt; http://lists.osgeo.org/mailman/listinfo/qgis-user 
gt;gt; 
gt; 
gt; 
gt; ___ 
gt; Qgis-user mailing list 
gt; [hidden email] 
gt; http://lists.osgeo.org/mailman/listinfo/qgis-user 


___ 
Qgis-user mailing list 
[hidden email] 
http://lists.osgeo.org/mailman/listinfo/qgis-user 

___
Qgis-user mailing list
[hidden email] 
http://lists.osgeo.org/mailman/listinfo/qgis-user 








If you reply to this email, your message will be added to the 
discussion below: 

http://osgeo-org.1560.x6.nabble.com/QGIS-user-2-6-1-Label-selected-features-only-tp5176111p5176364.html
 


To start a new topic under Quantum GIS - User, email 
ml-node+s1560n4125267...@n6.nabble.com 
To unsubscribe from Quantum GIS - User, click here . 
NAML 




--
View this message in context: 
http://osgeo-org.1560.x6.nabble.com/QGIS-user-2-6-1-Label-selected-features-only-tp5176111p5176366.html
Sent from the Quantum GIS - User mailing list archive at Nabble.com.___
Qgis-user mailing list
Qgis-user@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-user

Re: [Qgis-user] [QGIS-user} 2.6.1 Label selected features only?

2014-12-03 Thread Nathan Woodrow
All expressions should have help and examples in the expression builder.

- Nathan
On Thu Dec 04 2014 at 1:42:06 PM Nicolas Cadieux 
nicolas.cadi...@archeotec.ca wrote:

 Good news Nathan!

 Is there a good comprehensive guide to all Qgis expression? It would be
 nice to have many examples.  There are many good guides out there but most
 only have one or two examples. Would be nice to have good raster Calculator
 examples also.
 Any links or guides to suggest?

 Nicolas Cadieux M.Sc.
 Les Entreprises Archéotec inc.
 8548, rue Saint-Denis Montréal H2P 2H2
 Téléphone: 514.381.5112  Fax: 514.381.4995
 Le 2014-12-03 22:12, Nathan Woodrow [via OSGeo.org]  [hidden email]
 http:///user/SendEmail.jtp?type=nodenode=5176366i=0 a écrit :

 Hey,

 New Expression + version is up now.

 - Nathan

 On Wed Dec 03 2014 at 11:38:52 PM Matthias Kuhn [hidden email]
 http:///user/SendEmail.jtp?type=nodenode=5176364i=0 wrote:
 Hi,

 The function is called `isselected` and was only recently introduced and
 is not yet officially released.
 A new release of Expressions+ is expected tomorrow. Meanwhile you could
 download and install a copy manually if you are curious
 https://github.com/NathanW2/qgsexpressionsplus/

 Regards
 Matthias


 On 03.12.2014 10:17, Junior Delaz wrote:
  Hi,
  Nyall, I can't find is_selected function in expressions+ plugin. I have
  version 0.3 and it seems to be the latest release available in Official
  repository (no experimental status found).
  Where do you get it?
 

  2014-12-03 5:53 GMT+01:00 Nyall Dawson [hidden email]
 http:///user/SendEmail.jtp?type=nodenode=5176364i=1:


 
  On 3 December 2014 at 15:38, Nicolas Cadieux

  [hidden email] http:///user/SendEmail.jtp?type=nodenode=5176364i=2
 wrote:
  You can use an expression based on a column with a variable like
  label_yes,
  label_no... (Or 1 and 0)
 
  The expressions+ plugin includes a function is_selected, which could
  also come in handy here...
 
  Nyall
  ___
  Qgis-user mailing list

  [hidden email] http:///user/SendEmail.jtp?type=nodenode=5176364i=3


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

  [hidden email] http:///user/SendEmail.jtp?type=nodenode=5176364i=4


  http://lists.osgeo.org/mailman/listinfo/qgis-user


 ___
 Qgis-user mailing list

 [hidden email] http:///user/SendEmail.jtp?type=nodenode=5176364i=5
 http://lists.osgeo.org/mailman/listinfo/qgis-user


 ___
 Qgis-user mailing list
 [hidden email] http:///user/SendEmail.jtp?type=nodenode=5176364i=6
 http://lists.osgeo.org/mailman/listinfo/qgis-user

 --
  If you reply to this email, your message will be added to the discussion
 below:

 http://osgeo-org.1560.x6.nabble.com/QGIS-user-2-6-1-Label-selected-features-only-tp5176111p5176364.html
  To start a new topic under Quantum GIS - User, email [hidden email]
 http:///user/SendEmail.jtp?type=nodenode=5176366i=1
 To unsubscribe from Quantum GIS - User, click here.
 NAML
 http://osgeo-org.1560.x6.nabble.com/template/NamlServlet.jtp?macro=macro_viewerid=instant_html%21nabble%3Aemail.namlbase=nabble.naml.namespaces.BasicNamespace-nabble.view.web.template.NabbleNamespace-nabble.view.web.template.NodeNamespacebreadcrumbs=notify_subscribers%21nabble%3Aemail.naml-instant_emails%21nabble%3Aemail.naml-send_instant_email%21nabble%3Aemail.naml

 --
 View this message in context: Re: [QGIS-user} 2.6.1 Label selected
 features only?
 http://osgeo-org.1560.x6.nabble.com/QGIS-user-2-6-1-Label-selected-features-only-tp5176111p5176366.html
 Sent from the Quantum GIS - User mailing list archive
 http://osgeo-org.1560.x6.nabble.com/Quantum-GIS-User-f4125267.html at
 Nabble.com.
 ___
 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] [QGIS-user} 2.6.1 Label selected features only?

2014-12-02 Thread Brett Adams
H1 Folks,

 

How do I label only the selected features?

 

Running 2.6.1

 

Thanks

 

Brett  Adams

Spinifex Geophysics

0438 861 974

 

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

Re: [Qgis-user] [QGIS-user} 2.6.1 Label selected features only?

2014-12-02 Thread Nicolas Cadieux
You can use an expression based on a column with a variable like label_yes, 
label_no... (Or 1 and 0) 
http://christopherwesson.azurewebsites.net/2014/03/19/labelling-expressions-for-qgis-2/#sthash.N8eosK2R.dpbs
 
Nicolas Cadieux M.Sc. 
Les Entreprises Arch#233;otec inc.#160; 
8548, rue Saint-Denis Montr#233;al H2P 2H2 
T#233;l#233;phone:#160;514.381.5112 #160;Fax: 514.381.4995 
Le 2014-12-02 23:18, quot;Brett Adams-2 [via OSGeo.org]quot; 
lt;ml-node+s1560n517611...@n6.nabble.comgt; a écrit : 

H1 Folks, nbsp; How do I label only the selected features? nbsp; 
Running 2.6.1 nbsp; Thanks nbsp; Brettnbsp; Adams Spinifex Geophysics 0438 
861 974 nbsp; ___
Qgis-user mailing list
[hidden email] 
http://lists.osgeo.org/mailman/listinfo/qgis-user 








If you reply to this email, your message will be added to the 
discussion below: 

http://osgeo-org.1560.x6.nabble.com/QGIS-user-2-6-1-Label-selected-features-only-tp5176111.html
 


To start a new topic under Quantum GIS - User, email 
ml-node+s1560n4125267...@n6.nabble.com 
To unsubscribe from Quantum GIS - User, click here . 
NAML 




--
View this message in context: 
http://osgeo-org.1560.x6.nabble.com/QGIS-user-2-6-1-Label-selected-features-only-tp5176111p5176112.html
Sent from the Quantum GIS - User mailing list archive at Nabble.com.___
Qgis-user mailing list
Qgis-user@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-user

Re: [Qgis-user] [QGIS-user} 2.6.1 Label selected features only?

2014-12-02 Thread Nyall Dawson
On 3 December 2014 at 15:38, Nicolas Cadieux
nicolas.cadi...@archeotec.ca wrote:
 You can use an expression based on a column with a variable like label_yes,
 label_no... (Or 1 and 0)


The expressions+ plugin includes a function is_selected, which could
also come in handy here...

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