mirror of
https://github.com/DOI-DO/j40-cejst-2.git
synced 2025-02-22 17:44:20 -08:00
Updates to score D (#647)
* Revert "dockerize front end (#558)"
This reverts commit 89c23faf7a
.
* updates to score D
* set low zoom to score E
* updates lower tiles to score D
This commit is contained in:
parent
701dac0247
commit
46fe0b42ae
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 E (percentile)';
|
||||
export const SCORE_PROPERTY_LOW = 'E_SCORE';
|
||||
export const SCORE_PROPERTY_HIGH = 'Score D (percentile)';
|
||||
export const SCORE_PROPERTY_LOW = 'D_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
Reference in a new issue