Skip to content

Commit 051a749

Browse files
committed
Adds imagery schema URL
- Adds imagery schema URL to the env file and build command
1 parent 6b80a94 commit 051a749

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

docker-compose.build.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ services:
1616
VITE_OSM_URL: ${WS_OSM_URL}
1717
VITE_RAPID_URL: ${WS_RAPID_URL}
1818
VITE_PATHWAYS_EDITOR_URL: ${WS_PATHWAYS_EDITOR_URL}
19+
VITE_IMAGERY_SCHEMA: ${WS_IMAGERY_SCHEMA}
1920
CODE_VERSION: ${CODE_VERSION}
2021

2122
frontend_tag:

example.env

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ WS_API_HOST=api.workspaces.local
2626
WS_RAPID_HOST=rapid.workspaces.local
2727
WS_OSM_HOST=osm.workspaces.local
2828
WS_TASKS_HOST=tasks.workspaces.local
29+
WS_IMAGERY_SCHEMA=https://raw.githubusercontent.com/TaskarCenterAtUW/tdei-tools/refs/heads/main/docs/imagery-layer/schema.json
2930

3031
WS_DEV_PORT=3000
3132

tdei_uw.env

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ WS_RAPID_HOST=rapid.workspaces${ENV_NAME_PARAM}.sidewalks.washington.edu
4343
WS_PATHWAYS_EDITOR_HOST=pathways.workspaces${ENV_NAME_PARAM}.sidewalks.washington.edu
4444
WS_OSM_HOST=osm.workspaces${ENV_NAME_PARAM}.sidewalks.washington.edu
4545
WS_TASKS_HOST=tasks.workspaces${ENV_NAME_PARAM}.sidewalks.washington.edu
46+
WS_IMAGERY_SCHEMA=https://raw.githubusercontent.com/TaskarCenterAtUW/tdei-tools/refs/heads/main/docs/imagery-layer/schema.json
4647

4748
WS_DEV_PORT=3000
4849

0 commit comments

Comments
 (0)