diff --git a/index.js b/index.js index 2bc5d16..a7a70f9 100644 --- a/index.js +++ b/index.js @@ -6,11 +6,11 @@ import MapboxLanguage from '@mapbox/mapbox-gl-language'; var attribution = 'OpenHistoricalMap'; var stylesByLayer = { /* Historic (production) */ - O: 'https://www.openhistoricalmap.org/map-styles/main/main.json', + O: 'https://www.openhistoricalmap.org/map-styles/historical/historical.json', /* Historic (staging) */ O_staging: 'https://staging.openhistoricalmap.org/map-styles/historical/historical.json', /* Railway (production) */ - R: 'https://www.openhistoricalmap.org/map-styles/rail/rail.json', + R: 'https://www.openhistoricalmap.org/map-styles/railway/railway.json', /* Railway (staging) */ R_staging: 'https://staging.openhistoricalmap.org/map-styles/railway/railway.json', /* Japanese Scroll (production) */