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

Better support for LayerGroup (support nested LayerGroups and automatic bounds computation) #34

Open
dromagnoli opened this issue Jul 4, 2022 · 0 comments

Comments

@dromagnoli
Copy link

dromagnoli commented Jul 4, 2022

The current catalog.create_layergroup call doesn't properly support creating a layer_group containing layergroups since the
layers composing the layergroup are assumed to be only simple layers.

Moreover, when a None bounds is provided, the code will automatically set it to -180,-90,180,90 although GeoServer is able to automatically compute the LayerGroup actual bbox when a null bbox is provided. So it would be great to maintain that behavior.

A PR with code updates will be provided

dromagnoli added a commit to dromagnoli/geoserver-restconfig that referenced this issue Jul 4, 2022
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