<div dir="ltr">Egad! I just looked at the renderQuery() code in serviceManager.jsx. The header is currently not-optional to render.<div><br></div><div>I have created a PR for allowing the specification of "this.showHeader = false;" in the custom service to hide the summary bit. ( See here: <a href="https://github.com/geomoose/gm3/pull/221">https://github.com/geomoose/gm3/pull/221</a> )</div><div><br></div><div>To get more control over the actual HTML results you'll want to override the resultsAsHtml function.  Checkout src/services/geocode-bing.js for an example of how to do that.</div><div><br></div><div>In runQuery(), you get queryId and query as parameter.  "query.selection" will have the GeoJSON object which defines the selection, no need to use "this."</div></div><div class="gmail_extra"><br><div class="gmail_quote">On Tue, Sep 5, 2017 at 2:13 PM, Reynolds, Michael J. (MNIT) <span dir="ltr"><<a href="mailto:mike.reynolds@state.mn.us" target="_blank">mike.reynolds@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">From the doc <a href="http://actions-and-services.md" rel="noreferrer" target="_blank">actions-and-services.md</a> (<a href="https://github.com/geomoose/gm3/blob/master/docs/actions-and-services.md" rel="noreferrer" target="_blank">https://github.com/geomoose/<wbr>gm3/blob/master/docs/actions-<wbr>and-services.md</a>) you suggest reviewing src/services/geocode-osm.js for more details which is good!<br>
<br>
But I'm not sure how to adjust this example service to do the following:<br>
<br>
"Dual Maps Window!"<br>
Wait for user to click a map location (point default).<br>
Plug selection geom coordinates into a url and open a new tab to the url.<br>
Finally, provide some information to the results (super) tab for instance "Success!"<br>
<br>
I'm really just stuck on the last step.  In the custom service's runQuery() method do I dispatch a map_query_results and a map_query_finished?<br>
<br>
This works but the tab then has the resultsAsHtml value but also has the query results header (layer number, feature number and a zoom to).<br>
<br>
There a way I can bypass the map/feature like results?<br>
<br>
I guess I was also not sure how to pass the selection object from the query() method over to the runQuery() method but fell back to tucking it into the "this" object as a new property/object.<br>
</blockquote></div><br></div>