File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -197,9 +197,9 @@ <h3>Try these!</h3>
197197window . addEventListener ( 'DOMContentLoaded' , function ( e ) {
198198 // If we were referred here from another site, fetch the appropriate featureCollection for that site.
199199 if ( qs . referrer === 'oci' ) {
200- _fcPromise = fetch ( 'https://cdn.jsdelivr.net/npm/osmlab/ osm-community-index@latest/dist/json/featureCollection.min.json' ) ;
200+ _fcPromise = fetch ( 'https://cdn.jsdelivr.net/npm/osm-community-index@latest/dist/json/featureCollection.min.json' ) ;
201201 } else if ( qs . referrer === 'nsi' ) {
202- _fcPromise = fetch ( 'https://cdn.jsdelivr.net/npm/osmlab/ name-suggestion-index@latest/dist/json/featureCollection.min.json' ) ;
202+ _fcPromise = fetch ( 'https://cdn.jsdelivr.net/npm/name-suggestion-index@latest/dist/json/featureCollection.min.json' ) ;
203203 } else if ( qs . referrer === 'ii' ) {
204204 _fcPromise = fetch ( 'https://cdn.jsdelivr.net/gh/rapideditor/imagery-index@main/dist/featureCollection.min.json' ) ;
205205 } else {
You can’t perform that action at this time.
0 commit comments