<div dir="ltr"><div><div><div><div>Hi,<br><br>As Andy noted, the JOSM button is probably the best option. Alternatively as there are not too many, you can use the Overpass XAPI without restring to a geographic region. Simply paste the following URL into a browser, save the resulting file with the .osm extension and open in JOSM: <br>
<br><a href="http://www.overpass-api.de/api/xapi?*[golf=Tee][@meta]">http://www.overpass-api.de/api/xapi?*[golf=Tee][@meta]</a><br><br></div>Notes:<br></div> * - All entities (nodes, ways, relations)<br></div>[golf=Tee] - The requested tag<br>
</div>[@meta] - This downloads the metadata needed to re-upload data to OSM (JOSM needs this)<br><div><div><div><div><br></div><div>See also:<br><a href="http://harrywood.co.uk/maps/uixapi/xapi.html">http://harrywood.co.uk/maps/uixapi/xapi.html</a><br>
<a href="http://wiki.openstreetmap.org/wiki/User:RobJN#XAPI_Compatibility_Layer">http://wiki.openstreetmap.org/wiki/User:RobJN#XAPI_Compatibility_Layer</a> (unofficial documentation)<br><a href="http://wiki.openstreetmap.org/wiki/Overpass_API/XAPI_Compatibility_Layer">http://wiki.openstreetmap.org/wiki/Overpass_API/XAPI_Compatibility_Layer</a> (official documentation)<br>
<br></div></div></div></div></div>