Commit aea860c 1 parent 9a5aa04 commit aea860c Copy full SHA for aea860c
File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ name: dev Push to S3
6
6
on :
7
7
push :
8
8
branches :
9
- - node-cache
9
+ - 2023-imagery
10
10
11
11
jobs :
12
12
build :
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ const customComps = {
24
24
'about' : modalAbout ,
25
25
} ;
26
26
27
- var BASE_CONFIG_URL = 'https://cdn.jsdelivr.net/gh/cityofphiladelphia/layerboard-default-base-config@30de220324fe788e261d18eefb52ddb57d32dd6e /config.js' ;
27
+ var BASE_CONFIG_URL = 'https://cdn.jsdelivr.net/gh/cityofphiladelphia/layerboard-default-base-config@b4bf12dea4eb57cfa16fde28ba2987617c866de8 /config.js' ;
28
28
var GATEKEEPER_KEY = process . env . VUE_APP_GATEKEEPER_KEY ;
29
29
var WEBMAP_ID = '1596df70df0349e293ceec46a06ccc50' ;
30
30
@@ -84,7 +84,7 @@ layerboard(
84
84
imagery : {
85
85
enabled : true ,
86
86
} ,
87
- initialImagery : 'imagery2022 ' ,
87
+ initialImagery : 'imagery2023 ' ,
88
88
historicBasemaps : {
89
89
enabled : true ,
90
90
} ,
You can’t perform that action at this time.
0 commit comments