<% if (r.status !== 'errored') { %>
|
|
<% } else { %>
| |
<% } %>
<% if (r.error) { %>- error: <%- r.error.message %>
<% } %>
- diff: <%- r.difference %>
<% if (r.zoom) { %>- zoom: <%- r.zoom %>
<% } %>
<% if (r.center) { %>- center: <%- r.center %>
<% } %>
<% if (r.bearing) { %>- bearing: <%- r.bearing %>
<% } %>
<% if (r.pitch) { %>- pitch: <%- r.pitch %>
<% } %>
- width: <%- r.width %>
- height: <%- r.height %>
|