mirror of
https://github.com/DOI-DO/j40-cejst-2.git
synced 2025-08-11 20:44:19 -07:00
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:
parent
879cb7d022
commit
92d7f40004
1 changed files with 2 additions and 2 deletions
|
@ -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';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue