We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Describe the bug
Map Preview freeze when process (ill-formatted) CSIRO Marlin GeoServer WMS URLs.
https://uprgade-csw-connector.dev.magda.io/api/v0/registry/records/ds-marlin-c3e1e8d0-ea59-4053-b356-f5746ae224ed?optionalAspect=dcat-dataset-strings&optionalAspect=dcat-distribution-strings&optionalAspect=dataset-distributions&optionalAspect=formats&dereference=true
dcat-distribution-strings: { accessURL: "https://www.cmar.csiro.au/geoserver/wms?&CQL_FILTER=SURVEY_NAME%20%3D%20%27KIM197105%27", description: "Hydrology data for Kimbla Voyage KIM 5/71", format: "OGC:WMS-1.3.0-http-get-map", title: "mnf:HYDROLOGY_HEADER_AODN_VIEW" },
?&
Need to investigate the followings:
Correct URL should be:
https://www.cmar.csiro.au/geoserver/wms?CQL_FILTER=SURVEY_NAME%20%3D%20%27KIM197105%27&service=WMS&version=1.3.0&request=GetCapabilities&layer=mnf:HYDROLOGY_HEADER_AODN_VIEW
The text was updated successfully, but these errors were encountered:
#3458: fixed Map Preview freeze when process (ill-formatted) CSIRO Ma…
1bbb919
…rlin GeoServer WMS URLs
related to #3458:
eb02f9b
- only make proxied requests when preview map config allow it - avoid the unnecessary extra requests
related to #3458: bug fix
4ca4333
closed via PR: #3459 & magda-io/magda-preview-map#20
Sorry, something went wrong.
No branches or pull requests
Describe the bug
Map Preview freeze when process (ill-formatted) CSIRO Marlin GeoServer WMS URLs.
https://uprgade-csw-connector.dev.magda.io/api/v0/registry/records/ds-marlin-c3e1e8d0-ea59-4053-b356-f5746ae224ed?optionalAspect=dcat-dataset-strings&optionalAspect=dcat-distribution-strings&optionalAspect=dataset-distributions&optionalAspect=formats&dereference=true
?&
in the urlNeed to investigate the followings:
Correct URL should be:
https://www.cmar.csiro.au/geoserver/wms?CQL_FILTER=SURVEY_NAME%20%3D%20%27KIM197105%27&service=WMS&version=1.3.0&request=GetCapabilities&layer=mnf:HYDROLOGY_HEADER_AODN_VIEW
The text was updated successfully, but these errors were encountered: