Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
- Replace unmaintained jsdom-global with maintained global-jsom.
- Upgrade babel packages to latest versions (7.28.0/7.29.0).
- Upgrade webpack to version 5.105.4.
- Extract Terria config parameters from `Terria` class in a separate `TerriaConfig` data store. Config parameters can be update using new `applyConfig` method on `Terria` class, while previous `updateParameters` method is now removed. ([7819](https://github.com/TerriaJS/terriajs/pull/7819))

#### 8.12.2 - 2026-03-27

Expand Down
2 changes: 1 addition & 1 deletion doc/customizing/client-side-config.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ It is also possible to add version 7 init files using the `v7initializationUrls`

## Parameters

**The best reference for now is [`interface ConfigParameters`](https://github.com/TerriaJS/terriajs/blob/main/lib/Models/Terria.ts#L101) (you may have to search for `interface ConfigParameters` on that page to find it if future code changes change line numbers).**
**The best reference is [`interface ConfigParameters`](../../lib/Models/TerriaConfig.ts#L14).**

Specifies various options for configuring TerriaJS:

Expand Down
Loading
Loading