I'm working with OSM data in QGIS 2.10 (Ubuntu). I'd like to label items depending on scale. What I mean to do is to have
CASE WHEN "place" in ( 'city','town' , 'village' , 'suburb' ) THEN 0ELSE 1ENDBut it doesn't exactly do what I'm looking for... Does anybody has a clue of what I should do?Thanks a lot for your help!Sara
أكثر...
- only labels of "primary" roads from a scale of 1:80.000 down to 1:50:000
- all the other labels from 1:50.000 down to 1:1.000
CASE WHEN "place" in ( 'city','town' , 'village' , 'suburb' ) THEN 0ELSE 1ENDBut it doesn't exactly do what I'm looking for... Does anybody has a clue of what I should do?Thanks a lot for your help!Sara
أكثر...