We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
In the ResourceBase model, poc is no longer 1..1, but has become 1..n
In the metadate template the lines
{% with layer.poc as poc %} ... {% endwith %}
should be replaced with
{% for poc in layer.poc %} ... {% endfor %}
Activity