From 7fa438a9a552a60c3b1a3d6c95c2e87793fbdaf3 Mon Sep 17 00:00:00 2001 From: Michael Nelson Date: Tue, 19 Apr 2022 10:44:10 -0700 Subject: [PATCH] Basemap changed to OpenStreetMap This changes the basemap to be OpenStreetMap, as requested in https://github.com/bcgov/smk-tlink/issues/220. --- config/map.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/map.json b/config/map.json index 3b39b9e..b8a1340 100644 --- a/config/map.json +++ b/config/map.json @@ -14,7 +14,7 @@ 49.72867079292322 ] }, - "baseMap": "StamenTonerLight", + "baseMap": "Streets", "minZoom": 10, "activeTool": "directions" },