<%- include('_header'); -%>

<%= map.mapName %>

<% if (user.userProperties.canUpdate) { %> <% } %> <% if (map.mapDescription && map.mapDescription !== "") { %>
Description
<%= map.mapDescription %>
<% } %>

Geographic Location

<% if (map.mapLatitude && map.mapLongitude) { %>
<% } else { %>

There are no geographic coordinates associated with this <%= configFunctions.getProperty("aliases.map").toLowerCase() %>.

<% } %>

Image

<% if (map.mapSVG) { %>
<% const imageURL = urlPrefix + "/images/maps/" + map.mapSVG %> <%= configFunctions.getProperty( Image" />
<% } else { %>

There are no image associated with this <%= configFunctions.getProperty("aliases.map").toLowerCase() %>.

<% } %>

<%= configFunctions.getProperty("aliases.lots") %> <%= map.lotCount %>

<%- include('_footerA'); -%> <%- include('_footerB'); -%>