{{ labels.lastPoint }} <% if ( labels.coordinates.indexOf('degree') > 0) { %> {{ model.lastCoord.dms.y }} / {{ model.lastCoord.dms.x }} <% } else { %> {{ numberFormat(model.lastCoord.dd.y, 6) }} / {{ numberFormat(model.lastCoord.dd.x, 6) }} <% } %>

<% if (model.pointCount > 1) { %>

{{ labels.pathDistance }} {{ model.lengthDisplay }}

<% } %> <% if (model.pointCount > 2) { %>

{{ labels.area }} {{ model.areaDisplay }}

<% } %>