From 680ebfa6c24b1b4aaf041868bf814b04749d078f Mon Sep 17 00:00:00 2001 From: Dan Rademacher Date: Tue, 4 Jun 2024 16:58:29 -0700 Subject: [PATCH] Fix to style reference Part of https://github.com/OpenHistoricalMap/issues/issues/792 --- js/configs.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/configs.js b/js/configs.js index 0530e7e0..25deaae9 100644 --- a/js/configs.js +++ b/js/configs.js @@ -3,7 +3,7 @@ export default { defaultServer: "https://overpass-api.openhistoricalmap.org/api/", suggestedServers: ["https://overpass-api.openhistoricalmap.org/api/"], vectorTileStyleUrl: - "https://openhistoricalmap.github.io/map-styles/ohm_timeslider_tegola/tegola-ohm.json", + "https://openhistoricalmap.github.io/map-styles/main/main.json", vectorTileAttribution: "Historical vector tiles, OpenHistoricalMap.org", defaultTiles: "//:0",