From 92d7f400049cef54b712c9dab3f8b0e8da0856f1 Mon Sep 17 00:00:00 2001 From: Vim <86254807+vim-usds@users.noreply.github.com> Date: Tue, 14 Sep 2021 07:45:20 -0700 Subject: [PATCH] Update to score G from score D (#670) * Update to score G from score D * Update the tile high prop to 'Score G' --- client/src/data/constants.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/client/src/data/constants.tsx b/client/src/data/constants.tsx index 7542f7c0..8509b448 100644 --- a/client/src/data/constants.tsx +++ b/client/src/data/constants.tsx @@ -26,8 +26,8 @@ export const FEATURE_TILE_LOW_ZOOM_URL = featureURLForTilesetName('low'); export const PERFORMANCE_MARKER_MAP_IDLE = 'MAP_IDLE'; // Properties -export const SCORE_PROPERTY_HIGH = 'Score D (percentile)'; -export const SCORE_PROPERTY_LOW = 'D_SCORE'; +export const SCORE_PROPERTY_HIGH = 'Score G'; +export const SCORE_PROPERTY_LOW = 'G_SCORE'; export const GEOID_PROPERTY = 'GEOID10'; export const HIGH_SCORE_SOURCE_NAME = 'score-high'; export const HIGH_SCORE_LAYER_NAME = 'score-high-layer';