Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
53 commits
Select commit Hold shift + click to select a range
80fd1c9
Import the location styles in the correct file
davidjamesstone Jan 8, 2026
c7fefbc
Add location field map styles
davidjamesstone Jan 8, 2026
58a13f3
Update the OS API KEY config to inform that it is used by both the ma…
davidjamesstone Jan 8, 2026
c3d3d4a
Add class `app-location-field` and dataset attribute to the location …
davidjamesstone Jan 8, 2026
f7b94d5
Add the new map plugin and client script
davidjamesstone Jan 8, 2026
aa9453c
Register the new map plugin
davidjamesstone Jan 8, 2026
60f117d
Add defra-map dependency
davidjamesstone Jan 8, 2026
9be89a3
Sonar fixes (Define a constant instead of duplicating)
davidjamesstone Jan 8, 2026
83024b5
Sonar fixes (No magic number)
davidjamesstone Jan 8, 2026
7eb2da0
Sonar fixes (No magic number)
davidjamesstone Jan 8, 2026
2364c9b
Sonar fixes (use "return" consistently)
davidjamesstone Jan 8, 2026
1e0593d
Sonar fixes (out scope)
davidjamesstone Jan 8, 2026
0e85e54
Sonar fixes (No magic number)
davidjamesstone Jan 8, 2026
5d2d90a
Sonar fixes (Explicit return value)
davidjamesstone Jan 8, 2026
8f4cd49
Sonar fixes (Split it into smaller functions)
davidjamesstone Jan 8, 2026
bd6ca9d
Sonar fixes ("return" consistently)
davidjamesstone Jan 8, 2026
6a36896
Sonar fixes (Split it into smaller functions)
davidjamesstone Jan 8, 2026
62790be
Add location maps client tests
davidjamesstone Jan 9, 2026
d556643
Fix formatting
davidjamesstone Jan 9, 2026
ac114c2
Add map service tests
davidjamesstone Jan 9, 2026
9bae11a
Delete map tile proxy routes (because there are other requests e.g. s…
davidjamesstone Jan 9, 2026
aae6b65
Add tests for map plugin routes
davidjamesstone Jan 12, 2026
7b2097e
Add shared client JS tests
davidjamesstone Jan 12, 2026
288602b
Add map proxy route tests
davidjamesstone Jan 12, 2026
0d50547
Map prox test to cover no content type returned
davidjamesstone Jan 12, 2026
41b6343
Add tile request transformer client tests
davidjamesstone Jan 12, 2026
6cc86a7
Test to ensure initMaps only applies when there are location componen…
davidjamesstone Jan 12, 2026
0f83369
Test to ensure initMaps only applies when there are supported locatio…
davidjamesstone Jan 12, 2026
4fdc569
Fix comment
davidjamesstone Jan 12, 2026
8990a9a
Sonar fixes (Use `export…from`)
davidjamesstone Jan 12, 2026
534f77b
Sonar fixes (Prefer String.fromCodePoint)
davidjamesstone Jan 12, 2026
95e3d2a
Add map routes JsDoc descriptions
davidjamesstone Jan 14, 2026
e36f36d
Update to latest defra-map
davidjamesstone Jan 15, 2026
8afe7da
Restructure location map tests
davidjamesstone Jan 15, 2026
c3d788c
Feature/DF-687 location maps easting & northing (#289)
davidjamesstone Jan 16, 2026
ee85669
Add OS grid reference to the location map
davidjamesstone Jan 16, 2026
7d8b096
Add OS grid reference to the location map tests
davidjamesstone Jan 16, 2026
48f0cba
Sonar fixes (Define a constant instead of duplicating this literal)
davidjamesstone Jan 16, 2026
92aeb4c
Sonar fixes (Define a constant instead of duplicating this literal)
davidjamesstone Jan 16, 2026
09da972
Revert "Delete map tile proxy routes (because there are other request…
davidjamesstone Jan 19, 2026
5324874
Add attribution to the dark and black/white styles
davidjamesstone Jan 19, 2026
b6c1c13
Add VTS 3857 sprites
davidjamesstone Jan 19, 2026
bd5918b
Refactor to shared centerMap function
davidjamesstone Jan 19, 2026
88f2216
Refactor to shared init map config center function
davidjamesstone Jan 19, 2026
64edab4
Fix OsGridRef initial values test
davidjamesstone Jan 20, 2026
5680ddd
Add transformer test for raw.githubusercontent.com
davidjamesstone Jan 20, 2026
e7bca19
Add map dependency from new repo and stable branch
davidjamesstone Jan 20, 2026
9d7539a
Merge branch 'main' into feature/DF-680-location-maps-latlong
davidjamesstone Jan 20, 2026
b4b4f0a
Remove unused import
davidjamesstone Jan 23, 2026
0245d88
Replace @defra/defra-map with @defra/interactive-map
davidjamesstone Jan 26, 2026
4f80a3c
Replace @defra/defra-map with @defra/interactive-map in JSSoc and tests
davidjamesstone Jan 26, 2026
ec91f7c
Update @defra/interactive-map to v0.0.3-alpha
davidjamesstone Jan 27, 2026
4982168
Update the interact plugin to use the new 'enable' method
davidjamesstone Jan 27, 2026
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
3 changes: 2 additions & 1 deletion jest.config.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,8 @@ module.exports = {
'@defra/forms-model/.*',
'nanoid', // Supports ESM only
'slug', // Supports ESM only
'@defra/hapi-tracing' // Supports ESM only|
'@defra/hapi-tracing', // Supports ESM only
'geodesy' // Supports ESM only|
].join('|')}/)`
],
testTimeout: 10000,
Expand Down
Loading
Loading