mirror of
https://github.com/DOI-DO/j40-cejst-2.git
synced 2025-02-23 01:54:18 -08:00
add score L (#854)
This commit is contained in:
parent
a0bf186ee6
commit
62e20dd881
1 changed files with 12 additions and 12 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 G';
|
||||
export const SCORE_PROPERTY_LOW = 'G_SCORE';
|
||||
export const SCORE_PROPERTY_HIGH = 'Definition L (percentile)';
|
||||
export const SCORE_PROPERTY_LOW = 'L_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