From bf27f2958ba84795d3006435ec1acec85e905711 Mon Sep 17 00:00:00 2001 From: Vim <86254807+vim-usds@users.noreply.github.com> Date: Tue, 20 Sep 2022 13:30:45 -0700 Subject: [PATCH] update styles for mapbox base map (#1852) - update airport color --- client/src/components/J40Map.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/src/components/J40Map.tsx b/client/src/components/J40Map.tsx index c0f10ba3..d009ab37 100644 --- a/client/src/components/J40Map.tsx +++ b/client/src/components/J40Map.tsx @@ -324,7 +324,7 @@ const J40Map = ({location}: IJ40Interface) => { setGeolocationInProgress(true); }; - const mapBoxBaseLayer = 'tl' in flags ? `mapbox://styles/justice40/cl2qimpi2000014qeb1egpox8` : `mapbox://styles/mapbox/streets-v11`; + const mapBoxBaseLayer = 'tl' in flags ? `mapbox://styles/justice40/cl2qimpi2000014qeb1egpox8` : `mapbox://styles/justice40/cl4gb253h000014s6r4xwjm10`; return ( <>