<div dir="ltr"><div dir="ltr">I don't see anything obvious in your mapfile or mapsource. If there aren't any errors and your results aren't displaying it could be that your template is the issue, rather than the mapfile (but I could be wrong).<input name="virtru-metadata" type="hidden" value="{"email-policy":{"state":"closed","expirationUnit":"days","disableCopyPaste":false,"disablePrint":false,"disableForwarding":false,"enableNoauth":false,"persistentProtection":false,"expandedWatermarking":false,"expires":false,"isManaged":false},"attachments":{},"compose-id":"9","compose-window":{"secure":false}}"><div>You may want to try messing around with that and see if you can get anything to display (or perhaps trying to reference a template html doc which I believe the demo has as well).</div><div><br></div><div>Best of luck,</div><div>Chris</div></div><br><div class="gmail_quote" style=""><div dir="ltr" class="gmail_attr">On Tue, Jun 18, 2019 at 10:55 AM Clinton Olsen <<a href="mailto:ClintonO@emery.utah.gov">ClintonO@emery.utah.gov</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div dir="ltr"><div class="gmail_quote"><div dir="ltr" class="gmail_attr">Chris,<br></div><div dir="ltr"><div><br></div><div>Thanks for your help.  I added TEMPLATE 'dummy" to the end of the LAYER section of my mapfile.  The error message no longer appears.  I am not showing the template results after I select one of the airports.  </div><div>Here is the mapfile.</div><div><br></div><div>MAP<br> SIZE            800 650<br>       EXTENT          -12389978.662863 4691451.451250 -12245603.979335 4823088.396702<br>       UNITS           FEET<br><br>        INCLUDE "../../geomoose_globals.map"<br><br>      WEB<br>           METADATA<br>                      'ows_title' 'Airport'<br>                 INCLUDE '../../common_metadata.map'<br>                  'wfs_getfeature_formatlist' 'gml,geojson'<br>             END<br>   END<br>   <br>      DEBUG 5<br><br>LAYER<br>      NAME            "airport"<br>   DATA            "./airport.shp"<br>     <br>      PROJECTION<br>            'init=EPSG:3857'<br>      END<br><br> STATUS ON<br>     TYPE point<br>    METADATA<br>              #'identify_record'      'identify.html'<br>               'ows_include_items' 'all'<br>             'gml_include_items' 'all'<br>     END<br>   TOLERANCE       3<br>     TOLERANCEUNITS feet<br>   CLASSITEM       "TYPE"<br>      LABELITEM       "NAME"<br>      LABELCACHE ON<br>        LABELMAXSCALE 110000<br><br>        CLASS<br>         NAME    "Airport"<br>           #MAXSCALEDENOM 200000<br>                #MINSCALEDENOM 5000<br>           EXPRESSION "Airport"<br>                        STYLE<br>                         SYMBOL '../../symbols/airport.png'<br>                    END<br>           LABEL<br>                 COLOR 255 255 255<br>          OUTLINECOLOR 0 0 0<br>         TYPE TRUETYPE<br>              FONT vera_sans-bold<br>        SIZE 7<br>             ANTIALIAS true<br>             POSITION auto<br>              MINDISTANCE 10<br>             BUFFER 4<br>                      FORCE false<br>                   PARTIALS false<br>                        ANGLE   follow<br>                END     <br>      END#class<br>    TEMPLATE        'dummy' <br>END#layer<br><br>END<br></div><div><br></div></div><div id="gmail-m_8961107800016205081m_3545508225667182286DAB4FAD8-2DD7-40BB-A1B8-4E2AA1F9FDF2"><br>
<table style="border-top:1px solid rgb(211,212,222)">
        <tbody><tr>
        <td style="width:55px;padding-top:13px"><a href="https://www.avast.com/sig-email?utm_medium=email&utm_source=link&utm_campaign=sig-email&utm_content=webmail&utm_term=icon" target="_blank"><img src="https://ipmcdn.avast.com/images/icons/icon-envelope-tick-round-orange-animated-no-repeat-v1.gif" alt="" width="46" height="29" style="width: 46px; height: 29px;"></a></td>
                <td style="width:470px;padding-top:12px;color:rgb(65,66,78);font-size:13px;font-family:Arial,Helvetica,sans-serif;line-height:18px">Virus-free. <a href="https://www.avast.com/sig-email?utm_medium=email&utm_source=link&utm_campaign=sig-email&utm_content=webmail&utm_term=link" style="color:rgb(68,83,234)" target="_blank">www.avast.com</a>
                </td>
        </tr>
</tbody></table><a href="#m_8961107800016205081_m_3545508225667182286_DAB4FAD8-2DD7-40BB-A1B8-4E2AA1F9FDF2" width="1" height="1"></a></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Tue, Jun 18, 2019 at 11:16 AM Christopher Hughes <<a href="mailto:chughes@co.lincoln.or.us" target="_blank">chughes@co.lincoln.or.us</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div dir="ltr"><div dir="ltr"><div>Hi Clinton,</div><div><br></div>When I was configuring our program I needed to add TEMPLATE 'dummy' to the mapfile (before the end of the layer). When I omit that I get the exact same error that you do. You may want to try that and see if it fixes the problem.<div><br></div><div>Chris Hughes</div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Tue, Jun 18, 2019 at 10:08 AM Clinton Olsen <<a href="mailto:ClintonO@emery.utah.gov" target="_blank">ClintonO@emery.utah.gov</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div dir="ltr"><br clear="all"><div>I am in the process of updating my Geomoose website from 2.9.3 to 3.3.  I have my layers set to the Web Mercator, 3857 projection.  I am able to view the layers in the online viewer.  I am running into trouble setting up the identify service.  I have read and followed the documentation found in the Geomoose 3.0 Docs How-Tos for adding identify to a layer.  </div><div><br></div><div><map-source name="airport" type="mapserver" title="airport"><br>      <file>./demo/airport/airport.map</file><br>   <layer name="airport" status="off"><br>         <template name="identify"><![CDATA[<br>        <div><br>        <div class="result-item"><br>            <div class="result-title"><br>            Airport<br>            </div><br>            <b>Airport:</b> {{ properties.NAME }}<br><br>        </div><br>        ]]></template><br>         </layer><br></map-source><br></div><div><br></div><div>When I click on the point to identify, the window for Identify Results opens and shows 1 layer, and a red error sign.  How can i troubleshoot what the error is and how to fix it?  </div>-- <br><div dir="ltr" class="gmail-m_8961107800016205081m_3545508225667182286gmail-m_7151511634733489963gmail-m_-7116759158426175176m_2397579209603979924gmail_signature"><div dir="ltr"><div dir="ltr" style="font-family:arial;font-size:small"><div>-- <br></div><div dir="ltr">Clinton Olsen<div>IS/GIS Technician<br></div><div><br></div></div></div></div></div></div><div id="gmail-m_8961107800016205081m_3545508225667182286gmail-m_7151511634733489963gmail-m_-7116759158426175176DAB4FAD8-2DD7-40BB-A1B8-4E2AA1F9FDF2"><br>
<table style="border-top:1px solid rgb(211,212,222)">
        <tbody><tr>
        <td style="width:55px;padding-top:13px"><a href="https://www.avast.com/sig-email?utm_medium=email&utm_source=link&utm_campaign=sig-email&utm_content=webmail&utm_term=icon" target="_blank"><img src="https://ipmcdn.avast.com/images/icons/icon-envelope-tick-round-orange-animated-no-repeat-v1.gif" alt="" width="46" height="29" style="width: 46px; height: 29px;"></a></td>
                <td style="width:470px;padding-top:12px;color:rgb(65,66,78);font-size:13px;font-family:Arial,Helvetica,sans-serif;line-height:18px">Virus-free. <a href="https://www.avast.com/sig-email?utm_medium=email&utm_source=link&utm_campaign=sig-email&utm_content=webmail&utm_term=link" style="color:rgb(68,83,234)" target="_blank">www.avast.com</a>
                </td>
        </tr>
</tbody></table><a href="#m_8961107800016205081_m_3545508225667182286_m_7151511634733489963_m_-7116759158426175176_DAB4FAD8-2DD7-40BB-A1B8-4E2AA1F9FDF2" width="1" height="1"></a></div>
_______________________________________________<br>
Geomoose-users mailing list<br>
<a href="mailto:Geomoose-users@lists.osgeo.org" target="_blank">Geomoose-users@lists.osgeo.org</a><br>
<a href="https://lists.osgeo.org/mailman/listinfo/geomoose-users" rel="noreferrer" target="_blank">https://lists.osgeo.org/mailman/listinfo/geomoose-users</a></blockquote></div><br clear="all"><div><br></div>-- <br><div dir="ltr" class="gmail-m_8961107800016205081m_3545508225667182286gmail-m_7151511634733489963gmail_signature"><div dir="ltr"><font size="4">Chris Hughes</font><div style="font-size:12.8px"><br></div><div style="font-size:12.8px">GIS Analyst</div><div style="font-size:12.8px"><font size="1">Lincoln County Surveyor Department </font></div><div><font size="1"><span style="font-family:Roboto,arial,sans-serif">880 NE 7th S</span><span style="font-family:Roboto,arial,sans-serif">t</span>. l Newport, OR 97365</font></div><div style="font-size:12.8px"><font size="1">Tel: (541) 574 1283</font></div></div></div></div>
</blockquote></div><br clear="all"><div><br></div>-- <br><div dir="ltr" class="gmail-m_8961107800016205081m_3545508225667182286gmail_signature"><div dir="ltr"><div dir="ltr" style="font-family:arial;font-size:small"><div>-- <br></div><div dir="ltr">Clinton Olsen<div><b>EMERY COUNTY</b></div><div>IS/GIS Technician</div><div>435-381-3592</div></div></div></div></div>
</div><br clear="all"><div><br></div>-- <br><div dir="ltr" class="gmail-m_8961107800016205081gmail_signature"><div dir="ltr"><div dir="ltr" style="font-family:arial;font-size:small"><div>-- <br></div><div dir="ltr">Clinton Olsen<div><b>EMERY COUNTY</b></div><div>IS/GIS Technician</div><div>435-381-3592</div></div></div></div></div></div>
_______________________________________________<br>
Geomoose-users mailing list<br>
<a href="mailto:Geomoose-users@lists.osgeo.org" target="_blank">Geomoose-users@lists.osgeo.org</a><br>
<a href="https://lists.osgeo.org/mailman/listinfo/geomoose-users" rel="noreferrer" target="_blank">https://lists.osgeo.org/mailman/listinfo/geomoose-users</a></blockquote></div><br clear="all"><div><br></div>-- <br><div dir="ltr" class="gmail_signature"><div dir="ltr"><font size="4">Chris Hughes</font><div style="font-size:12.8px"><br></div><div style="font-size:12.8px">GIS Analyst</div><div style="font-size:12.8px"><font size="1">Lincoln County Surveyor Department </font></div><div><font size="1"><span style="font-family:Roboto,arial,sans-serif">880 NE 7th S</span><span style="font-family:Roboto,arial,sans-serif">t</span>. l Newport, OR 97365</font></div><div style="font-size:12.8px"><font size="1">Tel: (541) 574 1283</font></div></div></div></div>