<p dir="auto"><span class="issue-keyword tooltipped tooltipped-se" aria-label="This pull request closes issue #10779.">Fixes</span> <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="2856798588" data-permission-text="Title is private" data-url="https://github.com/openstreetmap/iD/issues/10779" data-hovercard-type="issue" data-hovercard-url="/openstreetmap/iD/issues/10779/hovercard" href="https://github.com/openstreetmap/iD/issues/10779">openstreetmap/iD#10779</a>, <span class="issue-keyword tooltipped tooltipped-se" aria-label="This pull request closes pull request #5698.">closes</span> <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="2857288526" data-permission-text="Title is private" data-url="https://github.com/openstreetmap/openstreetmap-website/issues/5698" data-hovercard-type="pull_request" data-hovercard-url="/openstreetmap/openstreetmap-website/pull/5698/hovercard" href="https://github.com/openstreetmap/openstreetmap-website/pull/5698">#5698</a><br>
Before the regression from <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="2840204563" data-permission-text="Title is private" data-url="https://github.com/openstreetmap/openstreetmap-website/issues/5632" data-hovercard-type="pull_request" data-hovercard-url="/openstreetmap/openstreetmap-website/pull/5632/hovercard" href="https://github.com/openstreetmap/openstreetmap-website/pull/5632">#5632</a>, the location source table was:</p>
<markdown-accessiblity-table><table role="table">
<thead>
<tr>
<th align="center">typ</th>
<th align="center"></th>
<th align="center"></th>
<th align="center">hash-loc</th>
<th align="center">!hash-loc</th>
</tr>
</thead>
<tbody>
<tr>
<td align="center">n/w</td>
<td align="center">data-loc</td>
<td align="center">map-obj</td>
<td align="center">hash-loc</td>
<td align="center">nil</td>
</tr>
<tr>
<td align="center">rel</td>
<td align="center">!data-loc</td>
<td align="center">map-obj</td>
<td align="center">hash-loc</td>
<td align="center">nil</td>
</tr>
<tr>
<td align="center">gpx</td>
<td align="center">data-loc</td>
<td align="center">!map-obj</td>
<td align="center">data-loc</td>
<td align="center">data-loc</td>
</tr>
<tr>
<td align="center">nil</td>
<td align="center">!data-loc</td>
<td align="center">!map-obj</td>
<td align="center">map-loc</td>
<td align="center">map-loc</td>
</tr>
</tbody>
</table></markdown-accessiblity-table>
<p dir="auto">I changed it to this:</p>
<markdown-accessiblity-table><table role="table">
<thead>
<tr>
<th align="center">typ</th>
<th align="center"></th>
<th align="center"></th>
<th align="center">hash-loc</th>
<th align="center">!hash-loc</th>
</tr>
</thead>
<tbody>
<tr>
<td align="center">n/w</td>
<td align="center">data-loc</td>
<td align="center">map-obj</td>
<td align="center">hash-loc</td>
<td align="center">data-loc</td>
</tr>
<tr>
<td align="center">rel</td>
<td align="center">!data-loc</td>
<td align="center">map-obj</td>
<td align="center">hash-loc</td>
<td align="center">nil</td>
</tr>
<tr>
<td align="center">gpx</td>
<td align="center">data-loc</td>
<td align="center">!map-obj</td>
<td align="center">data-loc</td>
<td align="center">data-loc</td>
</tr>
<tr>
<td align="center">nil</td>
<td align="center">!data-loc</td>
<td align="center">!map-obj</td>
<td align="center">map-loc</td>
<td align="center">map-loc</td>
</tr>
</tbody>
</table></markdown-accessiblity-table>
<p dir="auto">And I took the opportunity to restructure the conditions in the spirit of <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="2840204563" data-permission-text="Title is private" data-url="https://github.com/openstreetmap/openstreetmap-website/issues/5632" data-hovercard-type="pull_request" data-hovercard-url="/openstreetmap/openstreetmap-website/pull/5632/hovercard" href="https://github.com/openstreetmap/openstreetmap-website/pull/5632">#5632</a>.</p>

<hr>

<h4>You can view, comment on, or merge this pull request online at:</h4>
<p>  <a href='https://github.com/openstreetmap/openstreetmap-website/pull/5700'>https://github.com/openstreetmap/openstreetmap-website/pull/5700</a></p>

<h4>Commit Summary</h4>
<ul>
  <li><a href="https://github.com/openstreetmap/openstreetmap-website/pull/5700/commits/c8ded2b243f576565594cdd753ddd2b0de23e68c" class="commit-link">c8ded2b</a>  Pre-center objects with embed-data</li>
</ul>

<h4 style="display: inline-block">File Changes </h4> <p style="display: inline-block">(<a href="https://github.com/openstreetmap/openstreetmap-website/pull/5700/files">1 file</a>)</p>
<ul>
  <li>
    <strong>M</strong>
    <a href="https://github.com/openstreetmap/openstreetmap-website/pull/5700/files#diff-5c2b51e0ba5f2385195ba895842df7b083fc07b716e39a720f01d5a988edeefa">app/assets/javascripts/edit/id.js.erb</a>
    (11)
  </li>
</ul>

<h4>Patch Links:</h4>
<ul>
  <li><a href='https://github.com/openstreetmap/openstreetmap-website/pull/5700.patch'>https://github.com/openstreetmap/openstreetmap-website/pull/5700.patch</a></li>
  <li><a href='https://github.com/openstreetmap/openstreetmap-website/pull/5700.diff'>https://github.com/openstreetmap/openstreetmap-website/pull/5700.diff</a></li>
</ul>

<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/5700">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AAK2OLMAGO3PZ3AJVA2J5YT2QJU6NAVCNFSM6AAAAABXKKE53OVHI2DSMVQWIX3LMV43ASLTON2WKOZSHA2TQOJVG42DMMI">unsubscribe</a>.<br />You are receiving this because you are subscribed to this thread.<img src="https://github.com/notifications/beacon/AAK2OLIHKLWZN5TFADGFBNT2QJU6NA5CNFSM6AAAAABXKKE53OWGG33NNVSW45C7OR4XAZNFJFZXG5LFVJRW63LNMVXHIX3JMTHKU2B2SU.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/5700</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/5700",
"url": "https://github.com/openstreetmap/openstreetmap-website/pull/5700",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>