Nyall Dawson f2032ea268 [FEATURE] item_variables expression function inside compositions
This adds a new item_variables expression function when expressions
are used inside a composition context.

The function takes a single argument, the id for an item inside
the composition, and returns a map of variable name to value
for that item.

This allows you to do things like insert text in a label fetching
properties of another item in the composition, eg

Insert scale of map into a label:

map_get( item_variables( 'map'),'map_scale')

Insert x coordinate of map center into a label:

x(map_get( item_variables( 'map'),'map_extent_center'))
2017-01-11 12:26:32 +10:00
..
2016-12-30 00:03:22 +01:00
2016-10-20 18:16:37 +02:00
2016-10-01 17:58:12 +02:00
2016-10-01 17:58:12 +02:00
2016-10-20 18:16:37 +02:00
2016-07-19 12:12:32 +10:00
2016-05-17 10:53:25 +10:00
2015-12-10 00:41:42 +01:00
2015-12-08 08:43:45 +01:00
2016-01-14 12:28:31 +01:00
if
2016-03-31 13:13:32 +02:00
iqr
2016-05-17 10:53:25 +10:00
2016-05-17 10:53:25 +10:00
2016-10-20 18:16:37 +02:00
2016-05-17 10:53:25 +10:00
2016-05-17 10:53:25 +10:00
2016-05-17 10:53:25 +10:00
2016-05-17 10:53:25 +10:00
2016-05-17 10:53:25 +10:00
q1
2016-05-17 10:53:25 +10:00
q3
2016-05-17 10:53:25 +10:00
2015-12-10 00:41:42 +01:00
2016-05-17 10:53:25 +10:00
2016-12-29 01:53:55 +01:00
2016-05-17 10:53:25 +10:00
2016-11-08 08:42:17 +10:00
sum
2016-05-17 10:53:25 +10:00
x
2016-05-24 12:21:00 +02:00
y
2016-05-24 12:24:12 +02:00