<div dir="ltr"><div>Hello,</div><div><br></div>For a simple 0º and 90º situation, I use two layouts (a portrait and a landscape). And them I filter the atlas features by its format. In my case, the format is calculated in Postgis by getting the coverage feature Bounding Box and then compare width and heigth.<div>
<br></div><div>Something like</div><div><br></div><div><div>CASE WHEN abs(ST_XMax(g.geom)-ST_XMin(g.geom)) > abs(ST_YMax(g.geom)-ST_YMin(g.geom)) THEN 'Landscape'</div><div>ELSE 'Portrait'</div><div><br>
</div><div>Alexandre</div><div><br></div><div>PS: Can't way to see what Nyall will pull out from is magic hat this time!<br><div><br></div><div><br></div></div></div></div><div class="gmail_extra"><br><br><div class="gmail_quote">
On Wed, May 7, 2014 at 10:17 AM, Nyall Dawson <span dir="ltr"><<a href="mailto:nyall.dawson@gmail.com" target="_blank">nyall.dawson@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<div class=""><p dir="ltr"><br>
On 07/05/2014 7:15 pm, "Andreas Neumann" <<a href="mailto:a.neumann@carto.net" target="_blank">a.neumann@carto.net</a>> wrote:<br>
><br>
> Hi,<br>
><br>
> Not yet. But there is an ongoing contract that Nyall Dawson will develop<br>
> data-defined properties for some print composer items (incl. page<br>
> format/size, map frame size and I believe also rotation. This is paid by<br>
> the Canton de Neuchâtel in Switzerland.<br>
><br>
> I am not sure if it will make it into 2.4 (I hope), but definitely in 2.6.<br>
></p>
</div><p dir="ltr">It's still on track for 2.4 and looking good!</p><span class="HOEnZb"><font color="#888888">
<p dir="ltr">Nyall</p>
</font></span><br>_______________________________________________<br>
Qgis-user mailing list<br>
<a href="mailto:Qgis-user@lists.osgeo.org">Qgis-user@lists.osgeo.org</a><br>
<a href="http://lists.osgeo.org/mailman/listinfo/qgis-user" target="_blank">http://lists.osgeo.org/mailman/listinfo/qgis-user</a><br></blockquote></div><br></div>