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

Automatically add all attributes for CLUSTER layers #5852

Open
geographika opened this issue Sep 5, 2019 · 0 comments
Open

Automatically add all attributes for CLUSTER layers #5852

geographika opened this issue Sep 5, 2019 · 0 comments

Comments

@geographika
Copy link
Member

Currently to add attributes to a layer with clustering you need to add a PROCESSING command e.g:

PROCESSING "ITEMS=Field1,Field2,Field3"

See supported processing options.

In order to reuse the same layer as a WFS it would be useful to have an option to set all fields automatically e.g.

PROCESSING "ITEMS=*" or PROCESSING "ITEMS=all" (similar to "gml_include_items" "all")

Otherwise the attributes have to be manually updated each time the DATA clause changes.

Function for reference.

Possibly related tickets #5219 #5292

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

No branches or pull requests

1 participant