-
|
I am about to implement a superset plugin using polar package for visualizing WMS and WFS. Currently I am not able to load layers since the stylePath does not work with webpack for local development (maybe missing as static file). I was trying several different ways to include it in assets but none of them worked. Dismissing stylePath should lead to fallback on default style.css. However, the style.css in client-generic seems to be missing, too. I could not locate in the corresponding repo. Is there any possibility to make it optional or to place it somewhere where it can be found? Thank you for any help! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
|
Thank you for your interest in using POLAR in your application! For a quick solution, take a look at this repository where the configuration should be working. If you got any further questions, feel free to let me know! |
Beta Was this translation helpful? Give feedback.
Thank you for your interest in using POLAR in your application!
For a quick solution, take a look at this repository where the configuration should be working.
Meanwhile, I'll be updating
@polar/client-genericon this branch to change the default ofstylePathto point to the generated file.If you got any further questions, feel free to let me know!