[Talk-GB] Monitoring OSM changes (was Re: natural=heath)

Dave F davefoxfac63 at btinternet.com
Mon Jan 9 15:26:22 UTC 2017


On 09/01/2017 14:55, Adrian McEwen wrote:
> Ah.  I probably did fall foul of that.  That's good to know for the 
> future.  In the meantime I have reset my login, so can now confirm 
> (what everyone else probably already knew :-) that it's OSM Mapper 
> that I've been using for that.
>
> Would still be interested to hear about what other tools I 
> could/should be using :-)

WhoDidIt returns just the changeset boundary & occasionally misses a few 
edits (unsure why).

I use Overpass Turbo http://overpass-turbo.eu/

With this routine:

[out:json][timeout:25];
(
( node(newer:"{{date:1Day}}")({{bbox}});
  way(newer:"{{date:1Day}}")({{bbox}});
)
-
(
  node(newer:"{{date:1Day}}")(user:"DaveF")({{bbox}});
  way(newer:"{{date:1Day}}")(user:"DaveF")({{bbox}});
)
);
out meta geom;

Change user name & time length to suit:
http://wiki.openstreetmap.org/wiki/Overpass_turbo/Extended_Overpass_Turbo_Queries

DaveF


---
This email has been checked for viruses by Avast antivirus software.
https://www.avast.com/antivirus




More information about the Talk-GB mailing list