Skip to content

Commit 63c575b

Browse files
Dan Rademacher1ec5
andauthored
Update staging URL for Historical Map Style (#25)
* Update staging URL for Historical Map Style This is a fix for a change from OpenHistoricalMap/map-styles#32 that affected the name of the Historical (was Main) OHM map style in the map-styles repo * Updated URLs to Railway, Japanese Scroll on staging --------- Co-authored-by: Minh Nguyễn <mxn@1ec5.org>
1 parent b86f541 commit 63c575b

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

index.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,15 +8,15 @@ 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/main/main.json',
11+
O_staging: 'https://openhistoricalmap.github.io/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/rail/rail.json',
15+
R_staging: 'https://openhistoricalmap.github.io/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/ohm-japanese-scroll-map.json',
19+
J_staging: 'https://openhistoricalmap.github.io/map-styles/japanese_scroll/japanese_scroll.json',
2020
/* Woodblock (production) */
2121
W: 'https://www.openhistoricalmap.org/map-styles/woodblock/woodblock.json',
2222
/* Woodblock (staging) */

0 commit comments

Comments
 (0)