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

Changing settings of a 3D Tiles resource throws an error #1893

Open
giohappy opened this issue Oct 28, 2024 · 2 comments
Open

Changing settings of a 3D Tiles resource throws an error #1893

giohappy opened this issue Oct 28, 2024 · 2 comments
Assignees
Milestone

Comments

@giohappy
Copy link

Changing the settings of a 3D Tiles resource throws 404.

The reason is that the client class the datasets endpoint, while the resources endpoint (for 3dtiles only) should be called.

@allyoucanmap
Copy link
Collaborator

@giohappy I would propose to change the way 3dtiles dataset (and similar) are exposed from the backend. In the PR #1796 the logic of 3dtiles included a method called isDefaultDatasetSubtype, used to redirect request from datasets or resources endpoint based on the subtype property. It would be nice that all the datasets will be exposed to the same endpoint avoiding such client side logic.

@giohappy
Copy link
Author

I agree @allyoucanmap. The point is that 3dtiles are not Datasets models, so this change will require decoupling the datasets API from the underlying model.
@etj what's your opinion on this?

@giohappy giohappy self-assigned this Nov 25, 2024
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

2 participants