<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title><![CDATA[Infinity Code Forum — Response handling for OSM Overpass "out count" requests]]></title>
		<link>https://forum.infinity-code.com/viewtopic.php?id=1953</link>
		<atom:link href="https://forum.infinity-code.com/extern.php?action=feed&amp;tid=1953&amp;type=rss" rel="self" type="application/rss+xml" />
		<description><![CDATA[The most recent posts in Response handling for OSM Overpass "out count" requests.]]></description>
		<lastBuildDate>Thu, 28 Apr 2022 14:13:23 +0000</lastBuildDate>
		<generator>PunBB</generator>
		<item>
			<title><![CDATA[Re: Response handling for OSM Overpass "out count" requests]]></title>
			<link>https://forum.infinity-code.com/viewtopic.php?pid=8244#p8244</link>
			<description><![CDATA[<p>Allright makes sense. Thanks for the reply</p>]]></description>
			<author><![CDATA[null@example.com (tobi)]]></author>
			<pubDate>Thu, 28 Apr 2022 14:13:23 +0000</pubDate>
			<guid>https://forum.infinity-code.com/viewtopic.php?pid=8244#p8244</guid>
		</item>
		<item>
			<title><![CDATA[Re: Response handling for OSM Overpass "out count" requests]]></title>
			<link>https://forum.infinity-code.com/viewtopic.php?pid=8238#p8238</link>
			<description><![CDATA[<p>Hello.</p><p>Thanks for your feature request.</p><p>I don&#039;t think it&#039;s really necessary, because in these special cases it&#039;s much easier to work with XML directly:<br /></p><div class="codebox"><pre><code>OnlineMapsXML xml = OnlineMapsXML.Load(response);
int countNodes = xml.Find(&quot;//tag[@k=&#039;nodes&#039;]&quot;).A&lt;int&gt;(&quot;v&quot;);</code></pre></div>]]></description>
			<author><![CDATA[null@example.com (Alex Vertax)]]></author>
			<pubDate>Thu, 28 Apr 2022 12:02:34 +0000</pubDate>
			<guid>https://forum.infinity-code.com/viewtopic.php?pid=8238#p8238</guid>
		</item>
		<item>
			<title><![CDATA[Response handling for OSM Overpass "out count" requests]]></title>
			<link>https://forum.infinity-code.com/viewtopic.php?pid=8236#p8236</link>
			<description><![CDATA[<p>As of now OnlineMapsOSMAPIQuery is able to parse nodes, ways and relations. It cannot handle out count results however, wich are pretty neat to get lightweight API responses, if you only need information about if or how many of certain elements are in a given area.</p><p>Would love to see this in the asset <img src="https://forum.infinity-code.com/img/smilies/smile.png" width="15" height="15" alt="smile" /></p><p><a href="https://wiki.openstreetmap.org/wiki/Overpass_API/Overpass_QL#out">https://wiki.openstreetmap.org/wiki/Ove … ass_QL#out</a></p>]]></description>
			<author><![CDATA[null@example.com (tobi)]]></author>
			<pubDate>Thu, 28 Apr 2022 11:01:18 +0000</pubDate>
			<guid>https://forum.infinity-code.com/viewtopic.php?pid=8236#p8236</guid>
		</item>
	</channel>
</rss>
