<div dir="ltr"><div>The following overpass API XML query uses "around" with lat/lon/radius to query ways in a radius around a certain lat/lon location:<br><a href="http://overpass-turbo.eu/s/CK">http://overpass-turbo.eu/s/CK</a><br>
<br></div>When I export that query to Overpass QL, however, I end up with this:<br><div><pre>[out:json]
;
way
  (around:300.0)
  ["highway"];
(
  ._;
  node(w);
);
out;
<span style="font-family:arial,helvetica,sans-serif"><br></span></pre><pre><span style="font-family:arial,helvetica,sans-serif">Note that the lat/lon values are missing, so this query does not work.<br></span></pre><pre>
<span style="font-family:arial,helvetica,sans-serif">Is this a bug in the converter or does "around" in QL really not allow to specify a location?<br><br></span></pre></div></div>