Update links to external resources

This commit is contained in:
Maximilian Krög
2021-02-07 18:03:17 +01:00
parent 8c6dd4c244
commit 0d5d346bcd
60 changed files with 81 additions and 81 deletions

View File

@@ -674,7 +674,7 @@ describe('ol.tilegrid.TileGrid', function () {
});
it('returns the correct resolution at the equator', function () {
// @see http://msdn.microsoft.com/en-us/library/aa940990.aspx
// @see https://docs.microsoft.com/en-us/bingmaps/articles/understanding-scale-and-resolution
expect(tileGrid.getResolution(0)).to.roughlyEqual(156543.04, 1e-2);
expect(tileGrid.getResolution(1)).to.roughlyEqual(78271.52, 1e-2);
expect(tileGrid.getResolution(2)).to.roughlyEqual(39135.76, 1e-2);