Last Point

<%= model.lastCoord.dms.y %> / <%= model.lastCoord.dms.x %>

<%= humanize.numberFormat(model.lastCoord.dd.y, 6) %> / <%= humanize.numberFormat(model.lastCoord.dd.x, 6) %>

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

Path Distance <%= humanize.numberFormat(model.length.feet, 0) %> Feet (<%= humanize.numberFormat(model.length.miles, 2) %> Miles)

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

Area <%= humanize.numberFormat(model.area.acres, 2) %> Acres

<% } %>