Skip to content

Commit

Permalink
Merge pull request #21 from CityOfPhiladelphia/main
Browse files Browse the repository at this point in the history
adds 2023 imagery to the app
  • Loading branch information
ajrothwell authored Apr 10, 2024
2 parents 720c456 + f8d056c commit 5cd9de8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/dev_push_to_s3.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ name: dev Push to S3
on:
push:
branches:
- node-cache
- 2023-imagery

jobs:
build:
Expand Down
4 changes: 2 additions & 2 deletions src/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ const customComps = {
'about': modalAbout,
};

var BASE_CONFIG_URL = 'https://cdn.jsdelivr.net/gh/cityofphiladelphia/layerboard-default-base-config@30de220324fe788e261d18eefb52ddb57d32dd6e/config.js';
var BASE_CONFIG_URL = 'https://cdn.jsdelivr.net/gh/cityofphiladelphia/layerboard-default-base-config@b4bf12dea4eb57cfa16fde28ba2987617c866de8/config.js';
var GATEKEEPER_KEY = process.env.VUE_APP_GATEKEEPER_KEY;
var WEBMAP_ID = '1596df70df0349e293ceec46a06ccc50';

Expand Down Expand Up @@ -84,7 +84,7 @@ layerboard(
imagery: {
enabled: true,
},
initialImagery: 'imagery2022',
initialImagery: 'imagery2023',
historicBasemaps: {
enabled: true,
},
Expand Down

0 comments on commit 5cd9de8

Please sign in to comment.