Changelog for v6.3.0

This commit is contained in:
Andreas Hocevar
2020-04-02 22:03:53 +02:00
parent e683c0a0c5
commit 5357b4fced
2 changed files with 127 additions and 2 deletions
+4 -2
View File
@@ -1,8 +1,10 @@
## Upgrade notes
### v6.2.0
### v6.3.0
### v6.1.0
#### Vector source loading when extent crosses +/-180
Previously, when an extent crossed the date line, vector source loaders were called with an extent with 540 degrees of longitude. Now, two loader calls with the visible extent on both sides of the projection extent are issued. This should not require any application code changes, but may affect custom loaders.
### v6.0.0