Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
I'm trying to view a number of cities in different countries on a map with their data labels.
However, when zooming out to zoom X5 and above, the labels become unreadable.
is there an expression to be using in the "calculation condition" area of the Layer Display tab that can view them based on a set criteria. (i.e. another field that specifies if its a 'major' city, or 'secondary' city.
Something like this:
if([City size]="large", show in all zoom levels,
if([City size]="medium", show in zoom levels x1 to x5,
if([City size]="Small", show in zoom levels x1 to x4,
0)
Thanks you for your time.
Cheers,
Owsama
Is that [City size] is the field which carries the Small, Medium and Large flags ???
Hi Anil, thanks for asking!
Yes, in the example above the [city size] field will have a value similar to “Small”, “Medium”, ”Large”, and ”Major”.
Cheers,
Owsama