Hola, Jesus. Taking a very brief look at your data it seems that in the first place you will need to properly define and use the object tags. For example, https://api06.dev.openstreetmap.org/node/4318100252
OBJECTID, code and fclass don't exist (nor should be inserted) in OSM. For schools the object should have, at least, amenity=school You will need to check how to correctly represent each object class in OSM. Generic/descriptive names should also not be used (all the pitches named "Cancha" in https://api06.dev.openstreetmap.org/changeset/149904, for example) Also, it seems that some verification between the data to be inserted and the data that already exists in OSM is missing. As an example, you are inserting this residential area https://api06.dev.openstreetmap.org/way/4305426100 while it already exists (with a slightly different geometry) in OSM https://www.openstreetmap.org/relation/4095571 _______________________________________________ Imports mailing list [email protected] https://lists.openstreetmap.org/listinfo/imports
