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

Checks WMS/WFS for each fields in the CFG when saving #451

Open
17 of 24 tasks
Gustry opened this issue Oct 24, 2022 · 0 comments
Open
17 of 24 tasks

Checks WMS/WFS for each fields in the CFG when saving #451

Gustry opened this issue Oct 24, 2022 · 0 comments
Assignees

Comments

@Gustry
Copy link
Member

Gustry commented Oct 24, 2022

When saving the CFG, we need to check for each tool if the field is published for WFS :

  • Locate by layer:

    • display field - WFS needed
    • optional groupby - WFS needed
    • display the geometry : qgis server needed
  • Attribute table:

    • primary key : WFS needed
    • fields to hide, no need to check for WFS
  • Layer editing :

    • snap layers must be WFS enabled (done in 0450421)
  • Tooltip layers:

    • list of fields separated by comma WFS needed
    • display geom : needs qgis server checkbox
  • Dataviz :

    • X field : WFS needed
    • Y field in each trace : WFS needed
    • Z field
    • Color field
  • time manger

    • start field : WFS enabled
    • end field : WFS enabled
  • Atlas :

    • primary key : WFS enabled
    • feature label : WFS enabled
    • sort field : WFS enabled
    • highlight geom : qgis server checkbox

Not concerned :

  • Filter by attribute
  • Filter by polygon
  • Attribute table → Hidden fields...
  • Form filter

CC @mdouchin @rldhont if I made any mistake

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant