Closed tawera-manaena closed 3 weeks ago
As a Basemaps user, I would like to see labels when I arrive at the site so I can see the context of the imagery displayed to me.
Updated the landing package so that labels are enabled upon first visit to the site via the default Basemaps URL (https://basemaps.linz.govt.nz).
Situations where labels are not enabled upon first visit:
labels
false
debug
map.config.test
aerial
Resolves bug: BM-1114
Motivation
As a Basemaps user, I would like to see labels when I arrive at the site so I can see the context of the imagery displayed to me.
Modifications
Updated the landing package so that labels are enabled upon first visit to the site via the default Basemaps URL (https://basemaps.linz.govt.nz).
Situations where labels are not enabled upon first visit:
labels
URL query string isfalse
, e.g. https://basemaps.linz.govt.nz/?labels=falsedebug
URL query string is present, e.g. https://basemaps.linz.govt.nz/?debugVerification
map.config.test
test suite.Labels should be enabled
Labels should be disabled
labels
query string is present and equalsfalse
. Don't enable labels upon first visit.aerial
layer. Don't enable labels upon first visit.Resolves bug: BM-1114