Open KaiVolland opened 2 years ago
The Renderer does not work and sends post request to \undefined
Our Renderer does not have a default URL to send requests to. <Style />
sets a wmsBaseUrl
property in the demo, which is not set on the <CardStyle />
. See https://github.com/geostyler/geostyler-demo/blob/d67b0fdc2624ca4284901e36c424b7e58a5da0c6/src/App.tsx#L345. This will be solved once we make use of GeoStylerContext
There are some bugs/questions with the CardLayout in the geostyler-demo:
We should check the Select Toggle:
The Renderer does not work and sends post request to
\undefined
"Title" Field should be removed as there is not title in the geostyler-style
Maybe these bugs are more related to the components themeselves in the geostyler, so we may have to fix the issues there.