<div dir="ltr"><div>Hi all,</div><div><br></div><div>I found an answer to this in the end (mostly by chance). It seems like the overpass in JOSM is different from what can be used on the Overpass Turbo website. It JOSM you need to use the following instead:</div><div><br></div><div>[out:xml][timeout:90][bbox:{{bbox}}];<br>// Get all fixmes in current bounding box<br>(<br> node["fixme"~"^(incomplete|stub|Longer than this|continue)$",i];<br> node["FIXME"~"^(incomplete|stub|Longer than this|continue))$",i];<br> way["fixme"~"^(incomplete|stub|Longer than this|continue)$",i];<br> way["FIXME"~"^(incomplete|stub|Longer than this|continue))$",i];<br>)->.fixmes;<br><br>// find surrounds<br>(<br> node(around.fixmes:50);<br> way(around.fixmes:50);<br> //relation(around.fixmes:50); <br>)->.surrounds;<br><br><br>// return results, fixmes and surrounds<br>(.fixmes; .surrounds;>;);<br>out meta;</div><div><br></div><div><div dir="ltr" class="gmail_signature" data-smartmail="gmail_signature"><div dir="ltr"><div><div dir="ltr"><span style="color:rgb(0,0,255)"><b>Rob</b></span><br></div></div></div></div></div><br></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Tue, 24 Sep 2019 at 21:50, Rob Nickerson <<a href="mailto:rob.j.nickerson@gmail.com">rob.j.nickerson@gmail.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div dir="ltr"><div>Hi all,</div><div><br></div><div>I'm trying to craft a overpass query that returns fixmes and the surrounding OSM data. I seem to have got it working in Overpass Turbo. I want to use this in JOSM but it's not returning all the same Ways as seen in Overpass Turbo.</div><div><br></div><div><a href="http://overpass-turbo.eu/s/Myw" target="_blank">http://overpass-turbo.eu/s/Myw</a> <br></div><div><br></div><div>Anyone able to help me please? <br></div><div><br></div><div>Thank you.<br></div><div><div dir="ltr"><div dir="ltr"><div><div dir="ltr"><span style="color:rgb(0,0,255)"><b>Rob</b></span><br></div></div></div></div></div></div>
</blockquote></div>