atlas-checks icon indicating copy to clipboard operation
atlas-checks copied to clipboard

[Feature Request] Text processing job to convert auto-fix suggestions to OSC Change files

Open danielduhh opened this issue 4 years ago • 1 comments

Is your feature request related to a problem? Please describe.

  • Create a text processing job to convert auto-fix suggestions into OSC change files.

The OSM change file is an accessible XML format that describes differences between OSM elements. Supported operations: create, modify, delete

<osmChange version="0.6" generator="acme osm editor"> 
    <modify> 
        <node id="1234" changeset="42" version="2" lat="12.1234567" lon="-8.7654321"> 
            <tag k="amenity" v="school"/> 
        </node> 
    </modify> 
</osmChange>

danielduhh avatar Sep 18 '20 04:09 danielduhh

@sayas01 could you assign this to @tsmock ? He's going to start on this now.

atiannicelli avatar Feb 01 '21 20:02 atiannicelli