when I visualize areal inflations (using either the univariate color representation or areal inflation isocols), I prefer not to do this in relation to the nominal scale of the map but in relation to the point having the least amount of inflation.
So, for example, for the Winkel Tripel I’m using the Information window to determine that the minimum is 0.81831 at the center of the map.
In the Distortion Visualization dialogue, at “Areal (logarithmic scale for definite limits)”, I enter 0.81831 as Pivot and 81.831 as Limit. A metric lines database might looks like this:
Code: Select all
<metric_lines>
<!-- values of 1.5, 2, 2.5, 3, 3.5 in relation to 0.81831 -->
<layer alpha='0.8'>
<isocol area='1.227465' />
<isocol area='1.63662' />
<isocol area='2.045775' />
<isocol area='2.45493' />
<isocol area='2.864085' />
</layer>
</metric_lines>
Both problems could be solved if Geocart would support a variable here – e.g. m (of course, any other name will do as well) – which refers to the minimum amount of areal inflation, whatever that may be in the selected projection.
So, in the Distortion Visualization dialogue, I’d enter m in the Pivot field and 100m in the Limit field.
The metric lines database would look like this:
Code: Select all
<metric_lines>
<layer alpha='0.8'>
<isocol area='1.5m' />
<isocol area='2m' />
<isocol area='2.5m' />
<isocol area='3m' />
<isocol area='3.5m' />
</layer>
</metric_lines>
If it seems too much work to implement it for both cases, I’d love to have it at least for the metric lines databases.
One questions remains: What happens if the map is truncated using the “Boundaries” dialogue?
Will m refer to minimum of the unconstrained projection, even if it’s outside the given boundaries; or will it refer to the minimum value that’s within the boundaries? I’m a bit indecisive what would be better here, I guess it largely depends on the purpose of the map. So my current answer to the question is:
Whatever is easier to implement.

Kind regards,
Tobias