Skip to content

modifica colore simboli sulla base della visualizzazione della scala #58

Answered by pigreco
SabrinaCasucci asked this question in Domande
Discussion options

You must be logged in to vote

Ciao @SabrinaCasucci,
molto probabilmente l'errore è legato ai codici che utilizzi, forse sono incompleti,

prova cosi:

if(@map_scale > 500 and @map_scale < 2000 , '#e31a1c', '#e3ff1c')

oppure, scrivendo direttamnete il nome del colore:

if(@map_scale > 500 and @map_scale < 2000 , 'red', 'yellow')

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@SabrinaCasucci
Comment options

@pigreco
Comment options

Answer selected by SabrinaCasucci
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants