From 2cd6488314ae93a3b4e508dd423aa9b0ef4afaf4 Mon Sep 17 00:00:00 2001 From: Rub21 Date: Mon, 23 Jun 2025 11:59:11 -0500 Subject: [PATCH] Update map-style urls --- index.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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) */