Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
danielduhh opened this issue Sep 18, 2020 · 1 comment
Assignees

Comments

@danielduhh
Copy link
Collaborator

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 danielduhh added this to To do in Auto-fix Suggestions via automation Sep 18, 2020
@danielduhh danielduhh changed the title [Feature Request] [Feature Request] Text processing job to convert auto-fix suggestions to OSC Change files Sep 18, 2020
@atiannicelli
Copy link
Collaborator

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Development

No branches or pull requests

3 participants