From f918369e458eb1750980c2a2d79ae85062614c97 Mon Sep 17 00:00:00 2001 From: "stella.ubaha@boston.gov" Date: Fri, 19 Jul 2024 14:19:39 -0400 Subject: [PATCH] Swapping arcgis map with gisportal --- web-components/map/map.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web-components/map/map.tsx b/web-components/map/map.tsx index 45953799..38e020b3 100644 --- a/web-components/map/map.tsx +++ b/web-components/map/map.tsx @@ -49,7 +49,7 @@ type MapConfig = CobMap10; // relative to whatever page was hosting the tag. const DEFAULT_BASEMAP_URL = - 'https://awsgeo.boston.gov/arcgis/rest/services/Basemaps/BostonCityBasemap_WM/MapServer'; + 'https://testgisportal.boston.gov/arcgis/rest/services/Boston_Basemap_Cached_WM/MapServer'; const DEFAULT_ICON_SRC = 'https://patterns.boston.gov/images/global/icons/mapping/waypoint-charles-blue.svg';