Skip to content

Commit

Permalink
Switch tiles URL to CloudFront instead of S3 bucket
Browse files Browse the repository at this point in the history
  • Loading branch information
bdon committed Jun 29, 2024
1 parent 0d3aaa1 commit 57f55c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion site/src/Map.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ import ThemeSelector from "./ThemeSelector";
import BugIcon from "./icons/icon-bug.svg?react";

const PMTILES_URL =
"pmtiles://https://hellocdkstack-overturetilesbucket6f38c611-6zusoghoh4au.s3.us-west-2.amazonaws.com/2024-06-13-beta/";
"pmtiles://https://d32gfzcnkb85e2.cloudfront.net/2024-06-13-beta/";

const INITIAL_VIEW_STATE = {
latitude: 51.05,
Expand Down

0 comments on commit 57f55c1

Please sign in to comment.