On Wed, Oct 23, 2013 at 10:13:29AM +0200, Glenn Plas wrote: > In pseudo: > > - get data from osm (assuming here , the data is partial, so lets > say, everything with an 'addr' tag in your field of view.) , the > same effect you have when exporting a certain key using overpass. > - get data from crab, craft is as such (preparse it) to facilitate > merging with osm data set. > - Make the diff, but create an OSM compliant xml (with meta data, > otherwise you won't be able to create a changeset from it) > - open the changeset with JOSM, verify, correct, validate and push.
So I was looking at changeset formats yesterday. It seems that josm has it's own xml format for that which would contain all the data and then have things like "action=delete", and so is a changeset format. But it's not something I really like since it doesn't contain just the difference but the whole objects. And it seems that this is the only one supported by josm. But none of the diff files really seem to do what I'm expecting a diff to do. Kurt _______________________________________________ Talk-be mailing list [email protected] https://lists.openstreetmap.org/listinfo/talk-be
