Skip to content

Commit

Permalink
Merge pull request #764 from CityOfBoston/develop
Browse files Browse the repository at this point in the history
DIG-4437 Changing basemap for JS maps on Boston.gov
  • Loading branch information
subaha-cob authored Aug 19, 2024
2 parents e106d8e + 0cb10db commit 057cc3d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web-components/map/map.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ type MapConfig = CobMap10;
// relative to whatever page was hosting the <cob-map> 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';
Expand Down

0 comments on commit 057cc3d

Please sign in to comment.