Skip to content
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

CardLayout bugs #406

Open
KaiVolland opened this issue Nov 18, 2022 · 1 comment
Open

CardLayout bugs #406

KaiVolland opened this issue Nov 18, 2022 · 1 comment
Labels
bug Something isn't working

Comments

@KaiVolland
Copy link
Contributor

There are some bugs/questions with the CardLayout in the geostyler-demo:

  1. We should check the Select Toggle:
  • What is its purpose, and does it work as expected?
  • Would a checkbox be more appropriate?
  1. The Renderer does not work and sends post request to \undefined

  2. "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.

@jansule
Copy link
Contributor

jansule commented Feb 3, 2023

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

wmsBaseUrl: 'https://ows-demo.terrestris.de/geoserver/ows?',
. This will be solved once we make use of GeoStylerContext

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
Status: Todo
Development

No branches or pull requests

2 participants