Skip to content

Commit

Permalink
chore: update displacement overview url
Browse files Browse the repository at this point in the history
  • Loading branch information
tylercchase committed Nov 22, 2024
1 parent 681ebea commit ad03b8f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/services/map/map.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -752,7 +752,7 @@ export class MapService {
const dir = apiDirValues[direction];
const layerType = apiDispValues[type];

let base_url = `https://d12uktych8nckw.cloudfront.net/main/${dir.toLowerCase()}/${layerType.toLowerCase()}`;
let base_url = `https://d3g9emy65n853h.cloudfront.net/main/${dir.toLowerCase()}/${layerType.toLowerCase()}`;
this.displacementOverview$.next(type);
console.log(type, base_url);

Expand Down

0 comments on commit ad03b8f

Please sign in to comment.