Skip to content

Commit

Permalink
Fixing field-lines request template for custom models.
Browse files Browse the repository at this point in the history
  • Loading branch information
pacesm committed Feb 6, 2021
1 parent 30005d8 commit ad6db09
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions app/templates/wps_fetchFieldlines.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,12 @@
<wps:ComplexData mimeType="text/csv"><![CDATA[{{locations_csv}}]]></wps:ComplexData>
</wps:Data>
</wps:Input>
{{#if shc}}<wps:Input>
<ows:Identifier>shc</ows:Identifier>
<wps:Data>
<wps:ComplexData>{{shc}}</wps:ComplexData>
</wps:Data>
</wps:Input>{{/if}}
</wps:DataInputs>
<wps:ResponseForm>
<wps:RawDataOutput mimeType="application/msgpack">
Expand Down

0 comments on commit ad6db09

Please sign in to comment.