Btw, how does Potlatch etc determine whether an object is "tainted"? Does it look at all the changesets that affect the object, or is it able to determine the source of each key?
The reason I ask is imagine an object like this: v1: highway=residential v2: highway=residential, maxspeed=50, maxspeed:source=default residential max speed v3: highway=residential, maxspeed=50, maxspeed:source=default residential max speed, name=Wilson Drive v4: highway=residential, name=Wilson Drive [ie, removing the maxspeed tags] Presumably John Smith's edit would still be in the history, and it would be problematic for something like Potlatch. What we need to actually do is remove the unwanted changeset somehow. (But maybe you knew all that. I'm actually not that clear on how changesets are managed, or how the proposed deletion of data will ork.) Steve On Mon, Jan 9, 2012 at 5:21 PM, Ross Scanlon <[email protected]> wrote: > On 09/01/12 13:47, Richard Weait wrote: >> >> On Sun, Jan 8, 2012 at 11:06 PM, Ross Scanlon<[email protected]> wrote: >>> >>> On 09/01/12 11:51, Richard Weait wrote: >>>> >>>> Shall I revert? >> >> >>> I think it would be best if you reverted. >> >> >> Done. You want to take a go at clearing some of these up? > > > > Are they maxspeed:source? > > I just search for: > > "maxspeed:source"=* > > (quotes required) > > in josm and change it to source:maxspeed > > Or maybe do what you did before but instead of deleting the maxspeed=* > change maxspeed:source to source:maxspeed > > Cheers > Ross > > > > _______________________________________________ > Talk-au mailing list > [email protected] > http://lists.openstreetmap.org/listinfo/talk-au _______________________________________________ Talk-au mailing list [email protected] http://lists.openstreetmap.org/listinfo/talk-au

