<div style="display: flex; flex-wrap: wrap; white-space: pre-wrap; align-items: center; "><img height="20" width="20" style="border-radius:50%; margin-right: 4px;" decoding="async" src="https://avatars.githubusercontent.com/u/16009897?s=20&v=4" /><strong>k-yle</strong> left a comment <a href="https://github.com/openstreetmap/openstreetmap-website/pull/5973#issuecomment-2844691797">(openstreetmap/openstreetmap-website#5973)</a></div>
<blockquote>
<p dir="auto">Now for the upload, you might have multiple create/modify/delete blocks in random order, including repeating blocks for the same action. How would this work with your proposed format?</p>
</blockquote>
<p dir="auto">If I understand you correctly, you're referring to the case where someone uploads an XML file like this:</p>
<div class="highlight highlight-text-xml" dir="auto"><pre class="notranslate"><<span class="pl-ent">osmChange</span>>
<<span class="pl-ent">create</span>> <<span class="pl-ent">node</span> <span class="pl-e">id</span>=<span class="pl-s"><span class="pl-pds">"</span>1<span class="pl-pds">"</span></span> … /> </<span class="pl-ent">create</span>>
<<span class="pl-ent">update</span>> <<span class="pl-ent">node</span> <span class="pl-e">id</span>=<span class="pl-s"><span class="pl-pds">"</span>2<span class="pl-pds">"</span></span> … /> </<span class="pl-ent">update</span>>
<<span class="pl-ent">create</span>> <<span class="pl-ent">way</span> <span class="pl-e">id</span>=<span class="pl-s"><span class="pl-pds">"</span>3<span class="pl-pds">"</span></span> … /> </<span class="pl-ent">create</span>> <span class="pl-c"><span class="pl-c"><!--</span> create again <span class="pl-c">--></span></span>
<<span class="pl-ent">create</span>> <<span class="pl-ent">node</span> <span class="pl-e">id</span>=<span class="pl-s"><span class="pl-pds">"</span>4<span class="pl-pds">"</span></span> … /> </<span class="pl-ent">create</span>> <span class="pl-c"><span class="pl-c"><!--</span> and again <span class="pl-c">--></span></span>
</<span class="pl-ent">osmChange</span>></pre></div>
<p dir="auto">Is there a reason why uploaders can't just store 3 arrays (<code class="notranslate">create</code>, <code class="notranslate">update</code>, <code class="notranslate">delete</code>) and append each element to the correct array before uploading it?</p>
<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">—<br />Reply to this email directly, <a href="https://github.com/openstreetmap/openstreetmap-website/pull/5973#issuecomment-2844691797">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AAK2OLNY6O2VUBKERG7UDAD24ICFRAVCNFSM6AAAAAB4HU3NT2VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDQNBUGY4TCNZZG4">unsubscribe</a>.<br />You are receiving this because you are subscribed to this thread.<img src="https://github.com/notifications/beacon/AAK2OLLXTR47OIC7CDD4SCD24ICFRA5CNFSM6AAAAAB4HU3NT2WGG33NNVSW45C7OR4XAZNMJFZXG5LFINXW23LFNZ2KUY3PNVWWK3TUL5UWJTVJR2GVK.gif" height="1" width="1" alt="" /><span style="color: transparent; font-size: 0; display: none; visibility: hidden; overflow: hidden; opacity: 0; width: 0; height: 0; max-width: 0; max-height: 0; mso-hide: all">Message ID: <span><openstreetmap/openstreetmap-website/pull/5973/c2844691797</span><span>@</span><span>github</span><span>.</span><span>com></span></span></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/openstreetmap/openstreetmap-website/pull/5973#issuecomment-2844691797",
"url": "https://github.com/openstreetmap/openstreetmap-website/pull/5973#issuecomment-2844691797",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>