Skip to content

Commit de777db

Browse files
authored
Merge pull request #33 from OpenHistoricalMap/update/map-style-url
Update map-styles urls - staging
2 parents 8b1adab + b8958c5 commit de777db

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

index.js

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,19 +8,19 @@ var stylesByLayer = {
88
/* Historic (production) */
99
O: 'https://www.openhistoricalmap.org/map-styles/main/main.json',
1010
/* Historic (staging) */
11-
O_staging: 'https://openhistoricalmap.github.io/map-styles/historical/historical.json',
11+
O_staging: 'https://staging.openhistoricalmap.org/map-styles/historical/historical.json',
1212
/* Railway (production) */
1313
R: 'https://www.openhistoricalmap.org/map-styles/rail/rail.json',
1414
/* Railway (staging) */
15-
R_staging: 'https://openhistoricalmap.github.io/map-styles/railway/railway.json',
15+
R_staging: 'https://staging.openhistoricalmap.org/map-styles/railway/railway.json',
1616
/* Japanese Scroll (production) */
1717
J: 'https://www.openhistoricalmap.org/map-styles/japanese_scroll/ohm-japanese-scroll-map.json',
1818
/* Japanese Scroll (staging) */
19-
J_staging: 'https://openhistoricalmap.github.io/map-styles/japanese_scroll/japanese_scroll.json',
19+
J_staging: 'https://staging.openhistoricalmap.org/map-styles/japanese_scroll/japanese_scroll.json',
2020
/* Woodblock (production) */
2121
W: 'https://www.openhistoricalmap.org/map-styles/woodblock/woodblock.json',
2222
/* Woodblock (staging) */
23-
W_staging: 'https://openhistoricalmap.github.io/map-styles/woodblock/woodblock.json',
23+
W_staging: 'https://staging.openhistoricalmap.org/map-styles/woodblock/woodblock.json',
2424
};
2525

2626
addEventListener('load', function () {

0 commit comments

Comments
 (0)