linz / basemaps

NZ’s authoritative and open digital basemap service for LINZ and the public.
https://basemaps.linz.govt.nz
Other
94 stars 17 forks source link

feat(landing): enable labels upon first visit BM-1101 #3364

Closed tawera-manaena closed 3 weeks ago

tawera-manaena commented 1 month ago

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

Verification

Labels should be enabled

https://basemaps.linz.govt.nz
Viewing the aerial layer and not in debug mode. Enable labels upon first visit.

Labels should be disabled

https://basemaps.linz.govt.nz/?labels=false
The labels query string is present and equals false. Don't enable labels upon first visit.
https://basemaps.linz.govt.nz/?debug
In debug mode. Don't enable labels upon first visit.
https://basemaps.linz.govt.nz/?i=ashburton-2023-0.1m
Adjusted viewport to show imagery
Not viewing the aerial layer. Don't enable labels upon first visit.

Resolves bug: BM-1114