Fix layer resetting when overlay enabled#439
Conversation
aa74a61 to
f97aee7
Compare
These tests assume the default layer is Standard (M), not a vector style like Historical.
|
Also cherry-picked 2c84465 from openstreetmap#5388 and fixed the remaining tests in OpenHistoricalMap/issues#1180 by hard-coding the Standard layer, which the tests were expecting as the default. Our default, Historical, doesn’t load because the dev container doesn’t include a local map-styles deployment. (For the same reason, OpenHistoricalMap/issues#1378 still reproduces in the Layers panel.) |
Coverage Report for CI Build 29657335759Warning No base build found for commit Coverage: 96.455%Details
Uncovered ChangesNo uncovered changes found. Coverage RegressionsRequires a base build to compare against. How to fix this → Coverage Stats
💛 - Coveralls |
|
#443 takes care of the test fixes, so I’ll pare this back to just the fix for layer resetting once that’s in. |
Cherry-picked openstreetmap#5573 and openstreetmap#5388 from upstream. Fixed the remaining failing JavaScript tests.
Fixes OpenHistoricalMap/issues#1399, fixes OpenHistoricalMap/issues#1180.