-
Notifications
You must be signed in to change notification settings - Fork 58
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Upgrade to OpenLayers v5 #631
Conversation
7781f35
to
0a33662
Compare
I recognized the failing test in another PR as well and I think it's not related to the changes made here. Dealing with |
Apparently #667 fixes the failing tests. It's almost the same change as introduced here (thanks @marcjansen), but it also overhauls the tests in the |
b1f64ca
to
cc1a147
Compare
|
That is nice, thanks.
Before merging we should release. The first release which contains this PR shold IMO be a major release with clear advice what is needed in projects to make use of that new release. Thanks. |
I totally agree with all your points @marcjansen. That's why I wrote "prepare for merging".. This doesn't mean that I'm gonna do it directly 😉 |
c80bbc9
to
a76a54c
Compare
PR is ready for review now. It's rebased to include all significant changes from As @marcjansen mentioned above, we should mandatory release |
Is there a general update strategy? New features only to for OL5? |
@KaiVolland See description: Let's just release a new minor with the latest changes and then release a new major with this in. The major is justifuied due to changed peer dependency. release notes should include a big marker linking to the above documents. |
Sry my question wasn't precise enough. |
…tion of ol/proj/proj4
df133f5
to
1cc43f4
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice work, plz merge
REFACTORING
Description:
This supersedes #606 (this is a rebased version for which the build passes.)
Let's stay tuned and be compatible with prospective avaliable upgraded OpenLayers v5.x! 🤸♂️
This PR contains first steps to get married with newest
ol
which is currently avaliable as v5.0.0-beta.10.Most important changes:
ol
classes imports are in camelcase nowol/easing
ol/proj
ol/proj/proj4
ol/extent
ol/interaction/Draw
ol/events/Condition
ol/Observable
ol/sphere
ol/format/Filter
Upgrade considers notes mentioned here and here.
Enjoy! 🍍
Fixes #515