Update to score G from score D (#670)

* Update to score G from score D

* Update the tile high prop to 'Score G'
This commit is contained in:
Vim 2021-09-14 07:45:20 -07:00 committed by GitHub
commit 92d7f40004
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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';