mirror of
https://github.com/DOI-DO/j40-cejst-2.git
synced 2025-08-07 22:04:18 -07:00
Adding low zoom level styling (#334)
* Fixes #201 - As an EVCM, I want the map to make sense at varying zoom levels so that I'm not confused . For now uses a usa_low tileset created as part of #209 for zoom levels 3-7. Will need further iteration * Adding comments
This commit is contained in:
parent
842312f69f
commit
68c345b950
4 changed files with 117 additions and 51 deletions
|
@ -39,7 +39,7 @@ describe('Tests for the Explore the Map page', () => {
|
|||
return map.getFeatureState(
|
||||
{
|
||||
'id': id,
|
||||
'source': constants.SCORE_SOURCE_NAME,
|
||||
'source': constants.HIGH_SCORE_SOURCE_NAME,
|
||||
'sourceLayer': constants.SCORE_SOURCE_LAYER,
|
||||
},
|
||||
);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue