-
-
Notifications
You must be signed in to change notification settings - Fork 36
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
format problem in WMS WMTS #175
Comments
Yes, I confirm, if you add it, I will merge the PR |
Hi again, I tried to fix and tested on local. Unfortunately, without changing the package.json build scripts I could not build the project. If I may so, I will send a merge request. I got the following error; I could not find what is the problem. I am using windows 11, I tried nodejs 18,19,20. What is required to do so? Thanks |
This is a bundler problem, what makes you think that the problem is not what it says - that |
Fixes: format problem in WMS WMTS #175 Error: UMD and IIFE output formats are not supported for code-splitting builds.
This is a problem when rebuilding the library for publishing on Windows, you can safely ignore it |
I think I got a bug;
at version @1.5.3 WMS and WMTS layers do not accept format as parameter .
In the code (RLayerWMS and RLayerWMTS) createSource() -> optionsFromCapabilities, only layer parameter is passed. Adding, format is a option parameter.
In geoserver, if you enable multiple tile caching types, optionsFromCapabilities function select first one from server which is the type of json and it is not compatible with wms and wmts.
Could you check that OR WHAT am I doing wrong.
Thanks.
The text was updated successfully, but these errors were encountered: