<div dir="ltr"><div><div><div>Steve,<br><br></div>Adding <br><p class="MsoNormal"><span style="font-size:11pt;font-family:"Calibri","sans-serif";color:rgb(31,73,125)">  WEB</span></p>
<p class="MsoNormal"><span style="font-size:11pt;font-family:"Calibri","sans-serif";color:rgb(31,73,125)">    QUERYFORMAT ‘geojson’</span></p>  <span style="font-size:11pt;font-family:"Calibri","sans-serif";color:rgb(31,73,125)">END<br>
</span></div>Seems to do the trick although I need to test a little more. I've really been chasing my tail around on this one.<br><br>And yes, all of my layers have a TEMPLATE "dummy". That seems to be required based on both the documentation and my experience. <br>
<br></div>I don't see any mention of QUERYFORMAT ‘geojson’ in the documentation at<span style="font-size:11pt;font-family:"Calibri","sans-serif";color:rgb(31,73,125)"><br></span><div><a href="http://mapserver.org/output/template_output.html">http://mapserver.org/output/template_output.html</a><br>
should I file a ticket, or am I just looking in the wrong place?<br><br></div><div>Thanks Steve!<br><br>Rich<br></div><div><br></div></div><div class="gmail_extra"><br><br><div class="gmail_quote">On Thu, Apr 17, 2014 at 9:29 AM, Lime, Steve D (MNIT) <span dir="ltr"><<a href="mailto:Steve.Lime@state.mn.us" target="_blank">Steve.Lime@state.mn.us</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">





<div link="blue" vlink="purple" lang="EN-US">
<div>
<p class="MsoNormal"><span style="font-size:11.0pt;font-family:"Calibri","sans-serif";color:#1f497d">Hi Rich: Crap, I had meant to connect with your on this back when you first posted it.<u></u><u></u></span></p>

<p class="MsoNormal"><span style="font-size:11.0pt;font-family:"Calibri","sans-serif";color:#1f497d"><u></u> <u></u></span></p>
<p class="MsoNormal"><span style="font-size:11.0pt;font-family:"Calibri","sans-serif";color:#1f497d">I don’t think this is related to the MIMETYPE. I use an output format very similar to the you do. I think what’s happening is that MapServer doesn’t know to
 use the geojson output format and falls back to a template as defined in a layer in your mapfile. I’m guessing that at least one layer in your mapfile has “TEMPLATE ‘dummy’”.<u></u><u></u></span></p>
<p class="MsoNormal"><span style="font-size:11.0pt;font-family:"Calibri","sans-serif";color:#1f497d"><u></u> <u></u></span></p>
<p class="MsoNormal"><span style="font-size:11.0pt;font-family:"Calibri","sans-serif";color:#1f497d">There are at least two ways to set the query format. One is to set a default:<u></u><u></u></span></p>

<p class="MsoNormal"><span style="font-size:11.0pt;font-family:"Calibri","sans-serif";color:#1f497d"><u></u> <u></u></span></p>
<p class="MsoNormal"><span style="font-size:11.0pt;font-family:"Calibri","sans-serif";color:#1f497d">WEB<u></u><u></u></span></p>
<p class="MsoNormal"><span style="font-size:11.0pt;font-family:"Calibri","sans-serif";color:#1f497d">  QUERYFORMAT ‘geojson’<u></u><u></u></span></p>
<p class="MsoNormal"><span style="font-size:11.0pt;font-family:"Calibri","sans-serif";color:#1f497d">END<u></u><u></u></span></p>
<p class="MsoNormal"><span style="font-size:11.0pt;font-family:"Calibri","sans-serif";color:#1f497d"><u></u> <u></u></span></p>
<p class="MsoNormal"><span style="font-size:11.0pt;font-family:"Calibri","sans-serif";color:#1f497d">The other is dynamically via your service call or using a cgi parameter. What I’d recommend is setting a default in the web object and see if that fixes things.<u></u><u></u></span></p>

<p class="MsoNormal"><span style="font-size:11.0pt;font-family:"Calibri","sans-serif";color:#1f497d"><u></u> <u></u></span></p>
<p class="MsoNormal"><span style="font-size:11.0pt;font-family:"Calibri","sans-serif";color:#1f497d">Steve<u></u><u></u></span></p>
<p class="MsoNormal"><span style="font-size:11.0pt;font-family:"Calibri","sans-serif";color:#1f497d"><u></u> <u></u></span></p>
<p class="MsoNormal"><span style="font-size:11.0pt;font-family:"Calibri","sans-serif";color:#1f497d"><u></u> <u></u></span></p>
<p class="MsoNormal"><b><span style="font-size:10.0pt;font-family:"Tahoma","sans-serif"">From:</span></b><span style="font-size:10.0pt;font-family:"Tahoma","sans-serif""> <a href="mailto:mapserver-users-bounces@lists.osgeo.org" target="_blank">mapserver-users-bounces@lists.osgeo.org</a> [mailto:<a href="mailto:mapserver-users-bounces@lists.osgeo.org" target="_blank">mapserver-users-bounces@lists.osgeo.org</a>]
<b>On Behalf Of </b>Richard Greenwood<br>
<b>Sent:</b> Thursday, April 17, 2014 9:49 AM<br>
<b>To:</b> mapserver<br>
<b>Subject:</b> Re: [mapserver-users] JSON template dependencies<u></u><u></u></span></p><div><div class="h5">
<p class="MsoNormal"><u></u> <u></u></p>
<div>
<div>
<p class="MsoNormal" style="margin-bottom:12.0pt">I've been struggling with the JSON template errors described in my April 3 email below. Initially I was blaming it on different computers. Now I think it is related to the MIMETYPE in the OUTPUTFORMAT block.
 This block fails with "Malformed template name (dummy)"<br>
<br>
OUTPUTFORMAT<br>
  NAME "geojson"<br>
  DRIVER "TEMPLATE"<br>
  MIMETYPE 'application/json; subtype=geojson'<br>
  FORMATOPTION "FILE=templates/json.js"<br>
END<u></u><u></u></p>
</div>
<p class="MsoNormal">this block works (mimetype is removed)<u></u><u></u></p>
<div>
<p class="MsoNormal" style="margin-bottom:12.0pt"><br>
OUTPUTFORMAT<br>
  NAME "geojson"<br>
  DRIVER "TEMPLATE"<br>
  FORMATOPTION "FILE=templates/json.js"<br>
END<u></u><u></u></p>
</div>
<div>
<p class="MsoNormal">I'm still not 100% sure that I have this backed into a corner yet.
<br>
<br>
So is<br>
   MIMETYPE 'application/json; subtype=geojson'<u></u><u></u></p>
</div>
<div>
<p class="MsoNormal" style="margin-bottom:12.0pt">incorrect? I've tried various other mimetypes to specify JSON output and all fail, however "text/html" works.<u></u><u></u></p>
</div>
<div>
<p class="MsoNormal" style="margin-bottom:12.0pt">I don't understand the relationship between mimetype and a "Malformed template name". Why do I get that error for an invalid mimetype?<u></u><u></u></p>
</div>
<div>
<p class="MsoNormal">Thanks,<br>
Rich<u></u><u></u></p>
</div>
<div>
<p class="MsoNormal"><u></u> <u></u></p>
</div>
<div>
<p class="MsoNormal" style="margin-bottom:12.0pt"><u></u> <u></u></p>
</div>
<div>
<p class="MsoNormal" style="margin-bottom:12.0pt"><u></u> <u></u></p>
<div>
<p class="MsoNormal">On Thu, Apr 3, 2014 at 8:33 AM, Richard Greenwood <<a href="mailto:richard.greenwood@gmail.com" target="_blank">richard.greenwood@gmail.com</a>> wrote:<u></u><u></u></p>
<div>
<div>
<div>
<p class="MsoNormal" style="margin-bottom:12.0pt">I have two very similar computers. On one JSON templates work, the other not. The not-working one displays "Malformed template name (dummy)" where "dummy" is a non-existent file and the non-working version seems
 to ignore the OUTPUTFORMAT block. For example I can put invalid parameters in the block and they don't throw errors whereas on my working computer they do.<u></u><u></u></p>
</div>
<p class="MsoNormal" style="margin-bottom:12.0pt">So I'm wondering if there are any dependencies at either compile or run time that I'm missing. My working computer is Fedora with MapServer installed from a repo, my non-working computer is Amazon Linux (at
 Redhat derivative) with MapServer 6.0 and 6.2 built from source. <u></u><u></u></p>
</div>
<p class="MsoNormal">Thanks,<br>
Rich<span><span style="color:#888888"><u></u><u></u></span></span></p>
<div>
<div>
<div>
<div>
<p class="MsoNormal"><span style="color:#888888"><br>
-- <br>
Richard Greenwood<br>
<a href="mailto:richard.greenwood@gmail.com" target="_blank">richard.greenwood@gmail.com</a><br>
<a href="http://www.greenwoodmap.com" target="_blank">www.greenwoodmap.com</a> </span>
<u></u><u></u></p>
</div>
</div>
</div>
</div>
</div>
</div>
<p class="MsoNormal"><br>
<br clear="all">
<br>
-- <br>
Richard Greenwood<br>
<a href="mailto:richard.greenwood@gmail.com" target="_blank">richard.greenwood@gmail.com</a><br>
<a href="http://www.greenwoodmap.com" target="_blank">www.greenwoodmap.com</a> <u></u><u></u></p>
</div>
</div>
</div></div></div>
</div>

</blockquote></div><br><br clear="all"><br>-- <br>Richard Greenwood<br><a href="mailto:richard.greenwood@gmail.com">richard.greenwood@gmail.com</a><br><a href="http://www.greenwoodmap.com">www.greenwoodmap.com</a>
</div>