From 1d10ef1d99566138b5f86efc64a86163548d9a53 Mon Sep 17 00:00:00 2001 From: Ebrahem Farooqui Date: Wed, 28 Apr 2021 19:49:03 -0700 Subject: [PATCH] Triggering job from develop branch --- src/components/space/carto/Map.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/space/carto/Map.js b/src/components/space/carto/Map.js index 3e7e0e5..a1fa588 100644 --- a/src/components/space/carto/Map.js +++ b/src/components/space/carto/Map.js @@ -26,7 +26,7 @@ import { } from "../../../common/utilities"; // NB: important constants for map, TODO: make statics -// Note: Base map is OpenStreetMaps by default +// Note: Base map is OpenStreetMaps by default; can choose another base map const supportedMapboxMap = ["streets", "satellite"]; const defaultToken = "your_token";