Skip to content

Commit 62c03df

Browse files
committed
NSI and OCI are not scoped packages, so 'osmlab' should not be here.
(fixes #74) This regressed when I switched from using github links to npm links. 74c99b0 c45eac2
1 parent 374a65f commit 62c03df

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -197,9 +197,9 @@ <h3>Try these!</h3>
197197
window.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 {

0 commit comments

Comments
 (0)