Some layers do not get appended to the url hash in the `getAnchor` function. https://github.com/user-attachments/assets/d555404c-eb90-4f45-8a02-d8a53e5e3b8c This is because the `Validator` excludes layers that have names (id:s) that are over six characters: <img width="1262" height="419" alt="Image" src="https://github.com/user-attachments/assets/dd0d2b00-34b7-47c5-a8de-a6a525f12657" /> Currently we only allow names that are "32‑char MD5" (example: e4d909c290d0fb1ca068ffaddf22cbd0) and "6-char alphanum" (example: 1628ab). As some layers have names which are 8 characters, we might need to alter the `Validator` function` isVaildLayerId `to also accept 8 characters. Update: Around 70 layers have id:s that are in the 8 character format.