-
Notifications
You must be signed in to change notification settings - Fork 466
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
Reference error in ol-ext 4.0.19 #1085
Comments
You have to install Openlayers in your project. npm install ol Ol is a peer dependency in ol-ext, you should have a warning on your console. It let's you install the ol version you want. |
@Viglino of course we have Openlayers defined as dependency with version |
You're right the file extension was missing... |
@Viglino thanks for fixing this so fast. Best Regards, |
ol@4.0.20 is released. |
Hello,
When using version
4.0.19
of ol-ext we got some reference errors when using the LayerSwitcher import.The error message is that
I am using webpack to compile my package and node version
20.11.1
.Due to lack of access to some code online tools, I am not able to provide an example here.
I only can say that ol-ext version
4.0.18
is working.Based on the semantic versioning specification the bugfix to
4.0.19
should not cause breaking changes, so that I think that this is a bug in the library.If you need further information, don't hesitate to ask and I will provide you as much as I can.
Best Regards,
Sebastian
The text was updated successfully, but these errors were encountered: