Skip to content

fetch imagery directly from ELI for instant updates#12152

Open
k-yle wants to merge 1 commit intodevelopfrom
kh/eli-releases
Open

fetch imagery directly from ELI for instant updates#12152
k-yle wants to merge 1 commit intodevelopfrom
kh/eli-releases

Conversation

@k-yle
Copy link
Copy Markdown
Collaborator

@k-yle k-yle commented Mar 31, 2026

blocked by either osmlab/editor-layer-index#2927 or osmlab/editor-layer-index#2530, depending on what option the ELI maintainers prefer.


This PR makes iD use the latest version of editor-layer-index, no need to wait for the next release anymore.

@k-yle k-yle added the waitfor-upstream Waiting for something in an upstream project label Mar 31, 2026
Comment thread config/id.js
const nsiCdnUrl = ENV__ID_NSI_CDN_URL
|| 'https://cdn.jsdelivr.net/npm/name-suggestion-index@{version}/';
const eliCdnUrl = ENV__ID_ELI_CDN_URL
|| 'https://cdn.jsdelivr.net/gh/osmlab/editor-layer-index@gh-pages/';
Copy link
Copy Markdown
Collaborator Author

@k-yle k-yle Mar 31, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

if osmlab/editor-layer-index#2927 is accepted, then this line needs to change to:

Suggested change
|| 'https://cdn.jsdelivr.net/gh/osmlab/editor-layer-index@gh-pages/';
|| 'https://cdn.jsdelivr.net/npm/@openstreetmap/editor-layer-index@{version}/';

or alternatively, if osmlab/editor-layer-index#2530 is accepted, then this needs to change to:

Suggested change
|| 'https://cdn.jsdelivr.net/gh/osmlab/editor-layer-index@gh-pages/';
|| 'https://cdn.jsdelivr.net/gh/osmlab/editor-layer-index@v1/';

currently it's using gh-pages just to make the PR demo work, it can't be merged as-is.

Comment thread modules/renderer/background.js Outdated
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

waitfor-upstream Waiting for something in an upstream project

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Fetch imagery weekly Regular releases with updated ELI

2 participants