-
Notifications
You must be signed in to change notification settings - Fork 8
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
Replace xml2js with fast-xml-parser #273
Conversation
976db90
to
766e406
Compare
b4f4c5b
to
48aaf64
Compare
As far as I tested, everything works as before. But I would also ask someone else to additionally check. The things I found out that also don't work on master (published version): 1: Time dimension is in a different place in SH WMS GetCapabilities response - it's not in every layer, but under the parent 2: 3: EDIT AFTER this commit The build process now works, but the
old errorThe build process fails for me (on linux) with the error below and the mentioned solution (removing
|
6dfb29a
to
6c3c980
Compare
To remove dependency/peerDependency of xml2js that causes problems with VITE. Backwards compatibility with xml2js is preserved by using XmlParserOptions export with API of fast-xml-parse.