<html><head></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; ">Hi Douglas<div><br></div><div>Probably the Geo Extension already covers that request using the geometry parameter.</div><div>With this you can specify a WKT&nbsp;(POINT,&nbsp;LINESTRING,&nbsp;POLYGON,&nbsp;MULTIPOINT,&nbsp;MULTILINESTRING,&nbsp;MULTIPOLYGON) directly on this parameter&nbsp;</div><div>Something like&nbsp;</div><div><br></div><div><a href="http://example.com/?q=pizza&amp;geometry=">http://example.com/?q=pizza&amp;geometry=</a>LINESTRING(-111.032,42.943,-119.856,43.039)&amp;format=rss</div><div><br><a href="http://example.com/?q=pizza&amp;geometry=">http://example.com/?q=pizza&amp;geometry=</a>POINT(-111.032,42.943)&amp;format=rss</div><div><br></div><div>would this be in accordance with your needs ?&nbsp;</div><div><br></div><div>btw...&nbsp;the geo:rss elements are in fact used in the atom xml response not in the request http parameters</div><div><br></div><div>best regards</div><div><br></div><div>Pedro</div><div><br></div><div><div><div>On Jan 26, 2011, at 3:31 PM, Douglas J Newman wrote:</div><br class="Apple-interchange-newline"><blockquote type="cite"><font size="2" face="sans-serif"><br>
</font><font size="3">The NASA ECHO project (</font><a href="http://www.echo.nasa.gov/"><font size="3" color="blue"><u>www.echo.nasa.gov</u></font></a><font size="3">)
is in the process of<br>
providing a search capability, via an ESIP interface (using the Open<br>
Search standard with Geo extension), by point and line.<br>
<br>
The current implementation can be seen at </font><a href="https://api.echo.nasa.gov/echo-esip/"><font size="3" color="blue"><u>https://api.echo.nasa.gov/echo-esip/</u></font></a><font size="3"><br>
<br>
The </font><a href="http://www.georss.org/simple"><font size="3" color="blue"><u>http://www.georss.org/simple</u></font></a><font size="3">
specification (which I believe the<br>
geo<br>
extension is based on) provides this support and we would like to<br>
propose<br>
it's addition to the open search geo spec.<br>
<br>
For example,<br>
<br>
Example URL templates:<br>
</font><font size="3" color="blue"><u><br>
</u></font><a href="http://example.com/?q=%7BsearchTerms%7D&amp;pw=%7BstartPage?%7D&amp;line=%7Bgeo:line?%7D&amp;format=rss"><font size="3" color="blue"><u>http://example.com/?q={searchTerms}&amp;pw={startPage?}&amp;line={geo:line?}&amp;format=rss</u></font></a><font size="3"><br>
</font><font size="3" color="blue"><u><br>
</u></font><a href="http://example.com/?q=%7BsearchTerms%7D&amp;pw=%7BstartPage?%7D&amp;point=%7Bgeo:point?%7D&amp;format=rss"><font size="3" color="blue"><u>http://example.com/?q={searchTerms}&amp;pw={startPage?}&amp;point={geo:point?}&amp;format=rss</u></font></a><font size="3"><br>
<br>
Example requests:<br>
</font><font size="3" color="blue"><u><br>
</u></font><a href="http://example.com/?q=pizza&amp;line=-111.032,42.943,-119.856,43.039&amp;format=rss"><font size="3" color="blue"><u>http://example.com/?q=pizza&amp;line=-111.032,42.943,-119.856,43.039&amp;format=rss</u></font></a><font size="3"><br>
</font><font size="3" color="blue"><u><br>
</u></font><a href="http://example.com/?q=pizza&amp;point=-111.032,42.943,-&amp;format=rss"><font size="3" color="blue"><u>http://example.com/?q=pizza&amp;point=-111.032,42.943,-&amp;format=rss</u></font></a><font size="3"><br>
<br>
I note that the section of the Geo extension on atom responses has the<br>
element,<br>
<br>
&lt;georss:line&gt;40.73763 -73.9972 40.73519 -73.99167 40.737015 -73.99035<br>
40.73643 -73.98914 40.734640 -73.990431 40.731617 -73.991504&lt;/<br>
georss:line&gt;<br>
<br>
we propose an additional element for point,<br>
<br>
&lt;georss:point&gt;40.73763 -73.9972&lt;/georss:point&gt;<br>
<br>
Please let us know if this is proposal is acceptable.</font>_______________________________________________<br>Standards mailing list<br><a href="mailto:Standards@lists.osgeo.org">Standards@lists.osgeo.org</a><br>http://lists.osgeo.org/mailman/listinfo/standards<br></blockquote></div><br></div></body></html>