Upgraded OpenLayers to v.7.2.2.

This commit is contained in:
Claude Paroz 2022-12-29 08:30:30 +01:00 committed by GitHub
parent 279967ec85
commit 1833eb3f3e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 36 additions and 32 deletions

View file

@ -33,7 +33,7 @@ QUnit.test('MapWidget.defaultCenter', function(assert) {
'6.81,47.08',
'Default center at 6.81, 47.08'
);
assert.equal(widget.map.getView().getZoom(), 17);
assert.equal(Math.round(widget.map.getView().getZoom()), 17);
});
QUnit.test('MapWidget.interactions', function(assert) {