Feature/6586 add feature for wfs subsetting#140
Merged
utas-raymondng merged 9 commits intoJul 31, 2025
Conversation
5893067 to
a7cf903
Compare
01f87ca to
70961ff
Compare
70961ff to
aab12a6
Compare
29ad8c4 to
cba90d7
Compare
c788a46 to
e593571
Compare
utas-raymondng
requested changes
Jul 29, 2025
Collaborator
utas-raymondng
left a comment
There was a problem hiding this comment.
Minor change request
utas-raymondng
approved these changes
Jul 31, 2025
Collaborator
|
It would be good if you can remove the serverURL in the next PR and look it up using the UUID. Then user cannot change the URL in the query which is more secure |
Contributor
Author
Thanks! I created a ticket for this issue |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
if run locally:
baseUrl = http://localhost:8080/api/v1/ogcif run in edge:
baseUrl = https://ogcapi-edge.aodn.org.au/example SUCCESS request
GET
{{baseUrl}}/collections/collectionId/items/downloadableFields?serverUrl=https://geoserver-123.aodn.org.au/geoserver/wfs&layerName=imos:aatams_sattag_dm_profile_mapResponse
example exception 403:
example exception 404:
GET
{{baseUrl}}/collections/collectionId/items/downloadableFields?serverUrl=https://geoserver.imas.utas.edu.au/geoserver/wfs?&layerName=imas:IMAS_BRUV_clips_videoexample exception 403:
GET
{{baseUrl}}/collections/collectionId/items/downloadableFields?serverUrl=https://geoserver.imas.utas.edu/geoserver/wfs?&layerName=imas:IMAS_BRUV_clips_videoexample exception 400:
GET
{{baseUrl}}/collections/collectionId/items/downloadableFields?layerName=imas:IMAS_BRUV_clips_video