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 JOSM files #367

Open
danielduhh opened this issue Sep 18, 2020 · 0 comments

Comments

@danielduhh
Copy link
Collaborator

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

  • Create a text processing job that converts auto-fix suggestions into JOSM files.

The JOSM file format is created when saving and loading data into JOSM.
Supported operations: modify, delete

<?xml version='1.0' encoding='UTF-8'?> 
<osm version='0.6' generator='JOSM'> 
  <bounds minlat='51.5076478723889' minlon='-0.127989783553507' maxlat='51.5077445145483' maxlon='-0.127774884645096' origin='OpenStreetMap server' /> 
  <node id='346364767' action='delete' timestamp='2009-02-16T21:34:44+00:00' user='dankarran' visible='true' lat='51.5076698' lon='-0.1278143' /> 
</osm> 
@danielduhh danielduhh added this to To do in Auto-fix Suggestions via automation Sep 18, 2020
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

1 participant