John
http://overpass-api.de/achavi/ extracts data by changesets and let's visualize 
it. But it would be easier to work by OSM contributor. We can have a such a 
feature using the script below to query from http://overpass-turbo.eu/
Replace your-osm-nickname by the nicname of any osm contributor you want to 
validate the data. You can also export the data into JOSM. The Validate panel 
can be used to validate the data. Select all data and click on the Validate 
button. For duplicate nodes, it should be easy to repair

[out:xml][timeout:30];
(
node(user:"your-osm-nickname")({{bbox}});
way(user:"your-osm-nickname")({{bbox}});
);
out meta;
<;
out meta;
 
Pierre 

      De : john whelan <[email protected]>
 À : "[email protected]" <[email protected]> 
 Envoyé le : Mercredi 20 mai 2015 7h52
 Objet : [HOT] Editing with ID query
   
I've noticed all the objects mapped on some tiles by the same mapper are 
sometimes duplicated, it gets picked up by JOSM validation.  This is happening 
with different mappers which raises the question is there a way that you can 
upload your edits in id twice somehow?

I happen to know that at least one of the mappers was using id and it is 
difficult to do in JOSM.

Thanks John

_______________________________________________
HOT mailing list
[email protected]
https://lists.openstreetmap.org/listinfo/hot


  
_______________________________________________
HOT mailing list
[email protected]
https://lists.openstreetmap.org/listinfo/hot

Reply via email to