<%@ include file="/WEB-INF/layouts/default/core/tagDefinitions.jsp" %> <bean:define id="bgColor" name="settings" property="value(altGridBgColor)"/> <bean:define id="customerURL" name="settings" property="value(customerURL)"/> <!-- Start about.jsp --> <table width="100%" border="0" cellspacing="0" cellpadding="4"> <tr> <td class="aboutHeading"> Articles </td> </tr> <tr> <td><img src="<%=request.getContextPath()%>/images/transparent.gif" alt="" border="0" width="10" height="5"/></td> </tr> <tr> <td valign="top" class="cartGridData" bgcolor="<bean:write name="bgColor"/>"> <html:link href="${customerURL}/articlesGdaPage.do" styleClass="menu"> <b>Tasmap Datums</b> </html:link> </td> </tr> <tr> <td colspan="2"> Tasmaps are based on two different horizontal datums, depending on the date of publication. All new maps published after 31 March 2003 are based on the Geocentric Datum of Australia 1994 (GDA94). All maps published prior to that date, are based on the Australian Geodetic Datum 1966 (AGD66). <p></td> </tr> <tr> <td><img src="<%=request.getContextPath()%>/images/transparent.gif" alt="" border="0" width="10" height="5"/></td> </tr> <%-- <tr> <td valign="top" class="cartGridData" bgcolor="<bean:write name="bgColor"/>"> <html:link href="${customerURL}/articlesHelpPage.do" styleClass="menu"> <b>Tasmap eShop Help Documentation</b> </html:link> </td> </tr> <tr> <td colspan="2"> Documentation about how to use and navigate the TASMAP eShop website. If you need help is using this website this is the place to start. <p></td> </tr> <tr> <td><img src="<%=request.getContextPath()%>/images/transparent.gif" alt="" border="0" width="10" height="5"/></td> </tr> --%> <tr> <td valign="top" class="cartGridData" bgcolor="<bean:write name="bgColor"/>"> <html:link href="${customerURL}/articlesSearchingPage.do" styleClass="menu"> <b>Tasmap eShop Search Help</b> </html:link> </td> </tr> <tr> <td colspan="2"> Documentation about how to use the search functionality to search for products on the TASMAP eShop website. <p></td> </tr> <tr> <td><img src="<%=request.getContextPath()%>/images/transparent.gif" alt="" border="0" width="10" height="5"/></td> </tr> <tr> <td valign="top" class="cartGridData" bgcolor="<bean:write name="bgColor"/>"> <html:link href="${customerURL}/aboutPage.do" styleClass="menu"> <b>Brief History of Map Making in Tasmania</b> </html:link> </td> </tr> <tr> <td colspan="2"> Article that provides a brief insite into the history of map making in Tasmania. <p></td> </tr> <tr> <td><img src="<%=request.getContextPath()%>/images/transparent.gif" alt="" border="0" width="10" height="5"/></td> </tr> <tr> <td valign="top" class="cartGridData" bgcolor="<bean:write name="bgColor"/>"> <html:link href="${customerURL}/static/content/RasterCosts.pdf" styleClass="menu"> <b>Digital Raster Costs and Details<img src="<%=request.getContextPath()%>/images/pdficon_small.gif" alt="PDF File" title="PDF File"></b> </html:link> </td> </tr> <tr> <td colspan="2"> TASMAP Tasmanian series maps are available as geo TIFF raster images on CD. This document details costs and how to purchase digital copies of maps made and distributed by TASMAP. <p></td> </tr> </table> <!-- End about.jsp -->