<html>
  <head>
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
  </head>
  <body text="#000000" bgcolor="#FFFFFF">
    <div class="moz-cite-prefix">Il 03/11/2016 10:51, Giulio Fattori ha
      scritto:<br>
    </div>
    <blockquote type="cite"
      cite="mid:20cf2353-232e-30b6-46f6-bb3d5bc2a9ea@tin.it">
      <meta http-equiv="content-type" content="text/html; charset=utf-8">
      <p><font size="-1"><font face="Century Gothic">Buongiorno, ho
            creato un atlante e settato "scala fissa (miglior
            adattamento)" come opzione per la finestra, ora vorrei
            escludere automaticamente alcune delle scale presenti in
            quelle di default.</font></font></p>
      <p><font size="-1"><font face="Century Gothic">Ad esempio ho 200,
            250, 500, 1000, 10000 e vorrei che non usasse 200.<br>
          </font></font></p>
      <p><font size="-1"><font face="Century Gothic">Esiste un modo che
            non sia rimuoverla dalle scale di progetto?</font></font></p>
      <p><font size="-1"><font face="Century Gothic">Per il momento ho
            risolto aggiungendo un campo alle features e utilizzandolo
            per impostare la scala.</font></font></p>
      <p><font size="-1"><font face="Century Gothic">Grazie<br>
          </font></font></p>
      <p><br>
      </p>
      <br>
      <fieldset class="mimeAttachmentHeader"></fieldset>
      <br>
      <pre wrap="">_______________________________________________
QGIS-it-user mailing list
<a class="moz-txt-link-abbreviated" href="mailto:QGIS-it-user@lists.osgeo.org">QGIS-it-user@lists.osgeo.org</a>
<a class="moz-txt-link-freetext" href="http://lists.osgeo.org/mailman/listinfo/qgis-it-user">http://lists.osgeo.org/mailman/listinfo/qgis-it-user</a>
</pre>
    </blockquote>
    <p><font size="-1"><font face="Century Gothic">Risolto รจ bastato
          impostare " if( @map_scale < 500, 500, @map_scale )" come
          espressione ed ho escluso le scale non occorrenti senza
          rimuoverle dal progetto e senza aggiungere un campo allo shape</font></font><br>
    </p>
  </body>
</html>