Skip to content

Commit 36d9c5a

Browse files
authored
fix(#7380): update example imagery urls (moved after NASA wordpress m… (#7532)
fix(#7380): update example imagery urls (moved after NASA wordpress migration)
1 parent 4c2b59d commit 36d9c5a

File tree

1 file changed

+18
-18
lines changed

1 file changed

+18
-18
lines changed

example/imagery/plugin.js

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -21,24 +21,24 @@
2121
*****************************************************************************/
2222

2323
const DEFAULT_IMAGE_SAMPLES = [
24-
'https://www.hq.nasa.gov/alsj/a16/AS16-117-18731.jpg',
25-
'https://www.hq.nasa.gov/alsj/a16/AS16-117-18732.jpg',
26-
'https://www.hq.nasa.gov/alsj/a16/AS16-117-18733.jpg',
27-
'https://www.hq.nasa.gov/alsj/a16/AS16-117-18734.jpg',
28-
'https://www.hq.nasa.gov/alsj/a16/AS16-117-18735.jpg',
29-
'https://www.hq.nasa.gov/alsj/a16/AS16-117-18736.jpg',
30-
'https://www.hq.nasa.gov/alsj/a16/AS16-117-18737.jpg',
31-
'https://www.hq.nasa.gov/alsj/a16/AS16-117-18738.jpg',
32-
'https://www.hq.nasa.gov/alsj/a16/AS16-117-18739.jpg',
33-
'https://www.hq.nasa.gov/alsj/a16/AS16-117-18740.jpg',
34-
'https://www.hq.nasa.gov/alsj/a16/AS16-117-18741.jpg',
35-
'https://www.hq.nasa.gov/alsj/a16/AS16-117-18742.jpg',
36-
'https://www.hq.nasa.gov/alsj/a16/AS16-117-18743.jpg',
37-
'https://www.hq.nasa.gov/alsj/a16/AS16-117-18744.jpg',
38-
'https://www.hq.nasa.gov/alsj/a16/AS16-117-18745.jpg',
39-
'https://www.hq.nasa.gov/alsj/a16/AS16-117-18746.jpg',
40-
'https://www.hq.nasa.gov/alsj/a16/AS16-117-18747.jpg',
41-
'https://www.hq.nasa.gov/alsj/a16/AS16-117-18748.jpg'
24+
'https://www.nasa.gov/wp-content/uploads/static/history/alsj/a16/AS16-117-18731.jpg',
25+
'https://www.nasa.gov/wp-content/uploads/static/history/alsj/a16/AS16-117-18732.jpg',
26+
'https://www.nasa.gov/wp-content/uploads/static/history/alsj/a16/AS16-117-18733.jpg',
27+
'https://www.nasa.gov/wp-content/uploads/static/history/alsj/a16/AS16-117-18734.jpg',
28+
'https://www.nasa.gov/wp-content/uploads/static/history/alsj/a16/AS16-117-18735.jpg',
29+
'https://www.nasa.gov/wp-content/uploads/static/history/alsj/a16/AS16-117-18736.jpg',
30+
'https://www.nasa.gov/wp-content/uploads/static/history/alsj/a16/AS16-117-18737.jpg',
31+
'https://www.nasa.gov/wp-content/uploads/static/history/alsj/a16/AS16-117-18738.jpg',
32+
'https://www.nasa.gov/wp-content/uploads/static/history/alsj/a16/AS16-117-18739.jpg',
33+
'https://www.nasa.gov/wp-content/uploads/static/history/alsj/a16/AS16-117-18740.jpg',
34+
'https://www.nasa.gov/wp-content/uploads/static/history/alsj/a16/AS16-117-18741.jpg',
35+
'https://www.nasa.gov/wp-content/uploads/static/history/alsj/a16/AS16-117-18742.jpg',
36+
'https://www.nasa.gov/wp-content/uploads/static/history/alsj/a16/AS16-117-18743.jpg',
37+
'https://www.nasa.gov/wp-content/uploads/static/history/alsj/a16/AS16-117-18744.jpg',
38+
'https://www.nasa.gov/wp-content/uploads/static/history/alsj/a16/AS16-117-18745.jpg',
39+
'https://www.nasa.gov/wp-content/uploads/static/history/alsj/a16/AS16-117-18746.jpg',
40+
'https://www.nasa.gov/wp-content/uploads/static/history/alsj/a16/AS16-117-18747.jpg',
41+
'https://www.nasa.gov/wp-content/uploads/static/history/alsj/a16/AS16-117-18748.jpg'
4242
];
4343
const DEFAULT_IMAGE_LOAD_DELAY_IN_MILLISECONDS = 20000;
4444
const MIN_IMAGE_LOAD_DELAY_IN_MILLISECONDS = 5000;

0 commit comments

Comments
 (0)