From d6c5b551527f70c4fee8d0b7f85c6d1c7f832c4b Mon Sep 17 00:00:00 2001 From: Ebrahem Farooqui Date: Wed, 28 Apr 2021 18:48:07 -0700 Subject: [PATCH] open street maps is our default base map --- src/components/space/carto/Map.js | 1 + 1 file changed, 1 insertion(+) diff --git a/src/components/space/carto/Map.js b/src/components/space/carto/Map.js index 864b1bd..3e7e0e5 100644 --- a/src/components/space/carto/Map.js +++ b/src/components/space/carto/Map.js @@ -26,6 +26,7 @@ import { } from "../../../common/utilities"; // NB: important constants for map, TODO: make statics +// Note: Base map is OpenStreetMaps by default const supportedMapboxMap = ["streets", "satellite"]; const defaultToken = "your_token";