From 8773b375459ab1ba147e37cb7d2e0eba99264d55 Mon Sep 17 00:00:00 2001 From: Matt Price Date: Wed, 12 Feb 2025 14:27:06 -0500 Subject: [PATCH] intermediate step: point directly to tiles on S3 - TODO: setup cloudpoint and repoint --- client/.env.development | 5 ++++- client/.env.production | 5 ++++- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/client/.env.development b/client/.env.development index 5f47eb2b..23b651a1 100644 --- a/client/.env.development +++ b/client/.env.development @@ -6,7 +6,10 @@ # Feature Tiles env variables: # The TILES_BASE_URL will be determined by the DATA_SOURCE env variable -GATSBY_CDN_TILES_BASE_URL=https://static-data-screeningtool.geoplatform.gov +# 2025-02-11: Point to the current EPIC URL +# May need to update again soon, using cloudfront +# GATSBY_CDN_TILES_BASE_URL=https://static-data-screeningtool.geoplatform.gov +GATSBY_CDN_TILES_BASE_URL=https://pedp-data.s3.us-east-1.amazonaws.com/cejst-2.0 GATSBY_LOCAL_TILES_BASE_URL=http://localhost:5000/data/data-pipeline GATSBY_DATA_PIPELINE_SCORE_PATH_LOCAL=data_pipeline/data/score diff --git a/client/.env.production b/client/.env.production index d55f207e..5c62f18a 100644 --- a/client/.env.production +++ b/client/.env.production @@ -6,7 +6,10 @@ # Feature Tiles env variables: # The TILES_BASE_URL will always point to the CDN -GATSBY_CDN_TILES_BASE_URL=https://static-data-screeningtool.geoplatform.gov +# 2025-02-11: Point to the current EPIC URL +# May need to update again soon, using cloudfront +# GATSBY_CDN_TILES_BASE_URL=https://static-data-screeningtool.geoplatform.gov +GATSBY_CDN_TILES_BASE_URL=https://pedp-data.s3.us-east-1.amazonaws.com/cejst-2.0 GATSBY_2_0_TRIBAL_PATH=data-versions/2.0/data/tribal