<p></p>
<p>Currently, it looks as the version of iD deployed to the OSM homepage updates the imagery index only with a new release. At the moment it seems to be normal that there are <a href="https://github.com/openstreetmap/iD/releases">multi-month long gaps between releases of iD</a>.  The long delay of ELI updates causes some issues, e.g.:  <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="849769552" data-permission-text="Title is private" data-url="https://github.com/osmlab/editor-layer-index/issues/1112" data-hovercard-type="issue" data-hovercard-url="/osmlab/editor-layer-index/issues/1112/hovercard" href="https://github.com/osmlab/editor-layer-index/issues/1112">osmlab/editor-layer-index#1112</a>  Thus, would it be possible to update the editor-layer-index in the iD version of the OSM homepage more often (e.g. weekly or bi-weekly).</p>
<p>Rebuilding iD with an up-to-date version of editor-layer-index is not complicated:</p>
<pre><code>rm -rf node_modules/editor-layer-index/
cp -r up/to/date/editor-layer-index/ node_modules/
npm install
npm run imagery
npm run all
npm start
</code></pre>
<p>CC <a class="user-mention" data-hovercard-type="user" data-hovercard-url="/users/quincylvania/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/quincylvania">@quincylvania</a></p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">—<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/openstreetmap/openstreetmap-website/issues/3179">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AAK2OLKD3ZFAGS27HZXZ6L3TJRLONANCNFSM43GFZGJQ">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AAK2OLMTF23BQ4BOUALZGALTJRLONA5CNFSM43GFZGJ2YY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4M2ZQH4Q.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/openstreetmap/openstreetmap-website/issues/3179",
"url": "https://github.com/openstreetmap/openstreetmap-website/issues/3179",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>