Closed ltkum closed 1 day ago
Passed #3952
•
b04e016bac: PB-1260: handle legacy value 'voidLayer'
Project |
web-mapviewer
|
Branch Review |
fix-PB-1260-voidLayer-full-support
|
Run status |
Passed #3952
|
Run duration | 05m 45s |
Commit |
b04e016bac: PB-1260: handle legacy value 'voidLayer'
|
Committer | Martin Künzi |
View all properties for this run ↗︎ |
Test results | |
---|---|
Failures |
0
|
Flaky |
0
|
Pending |
21
|
Skipped |
0
|
Passing |
214
|
View all changes introduced in this branch ↗︎ |
Issue: In the old mapviewer, it was possible to have the bgLayer parameter to equals 'voidLayer', which is equivalent to the current 'void' parameter. However, it caused issues where it displayed errors and refused to show the correct "layer".
Cause: we did not handle the parameter at all in the legacy parser.
Fix: when bgLayer is set to 'voidLayer' while navigating a legacy route, we handle it correctly and transform it to 'void'
Test link