We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 73e6415 + 9095043 commit 884570bCopy full SHA for 884570b
datacube_ows/templates/wms_capabilities.xml
@@ -65,9 +65,11 @@
65
{% endif %}
66
/>
67
{% endfor %}
68
+ {% if lyr_ranges.times|length > 1 %}
69
<Dimension name="time" units="ISO8601">
70
{% for t in lyr_ranges.times %}{{ t }}{% if not loop.last %},{% endif %}{% endfor %}
71
</Dimension>
72
+ {% endif %}
73
{% for style in lyr.styles %}
74
<Style>
75
<Name>{{ style.name }}</Name>
0 commit comments