[openstreetmap/openstreetmap-website] Update editor-layer-index independent of a new iD release (#3179)

René Buffat notifications at github.com
Mon Apr 19 16:33:42 UTC 2021


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 [multi-month long gaps between releases of iD](https://github.com/openstreetmap/iD/releases).  The long delay of ELI updates causes some issues, e.g.:  https://github.com/osmlab/editor-layer-index/issues/1112  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).

Rebuilding iD with an up-to-date version of editor-layer-index is not complicated:

```
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
```
CC @quincylvania

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/openstreetmap/openstreetmap-website/issues/3179
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.openstreetmap.org/pipermail/rails-dev/attachments/20210419/d8908d7a/attachment.htm>


More information about the rails-dev mailing list