Skip to content

Feature/7993 update wms_layers and add wfs_layers#226

Merged
utas-raymondng merged 4 commits intomainfrom
feature/7993-update-wms-get-map-layers
Feb 3, 2026
Merged

Feature/7993 update wms_layers and add wfs_layers#226
utas-raymondng merged 4 commits intomainfrom
feature/7993-update-wms-get-map-layers

Conversation

@NekoLyn
Copy link
Contributor

@NekoLyn NekoLyn commented Feb 3, 2026

  • example uuid:
    70f148b1-7040-4fad-944a-456413c95472

  • metadata wms link:

image
  • api call: /collections/70f148b1-7040-4fad-944a-456413c95472/items/wms_layers

res:

[
    {
        "queryable": "1",
        "opaque": "0",
        "name": "imos:aatams_sattag_qc_dm_profile_map",
        "title": "aatams_sattag_qc_dm_profile_map",
        "abstract_": "",
        "keywordList": {
            "keyword": [
                "features",
                "aatams_sattag_qc_profile_map"
            ]
        },
        "crs": [
            "EPSG:4326",
            "CRS:84"
        ],
        "geographicBoundingBox": {
            "westBoundLongitude": -180.0,
            "eastBoundLongitude": 180.0,
            "southBoundLatitude": -90.0,
            "northBoundLatitude": 90.0
        },
        "boundingBoxes": [
            {
                "minx": -180.0,
                "miny": -90.0,
                "maxx": 180.0,
                "maxy": 90.0,
                "crs": "CRS:84"
            },
            {
                "minx": -90.0,
                "miny": -180.0,
                "maxx": 90.0,
                "maxy": 180.0,
                "crs": "EPSG:4326"
            }
        ],
        "style": {
            "name": "imos:aatams_sattag_qc_no_colour",
            "title": "imos:aatams_sattag_qc_no_colour",
            "legendURL": {
                "width": 227,
                "height": 80,
                "format": "image/png",
                "onlineResource": {
                    "type": "simple",
                    "href": "https://geoserver-123.aodn.org.au/geoserver/ows?service=WMS&version=1.3.0&request=GetLegendGraphic&format=image%2Fpng&width=20&height=20&layer=imos%3Aaatams_sattag_qc_dm_profile_map"
                }
            }
        }
    }
]
  • metadata wfs links:
image
  • api call: /collections/70f148b1-7040-4fad-944a-456413c95472/items/wfs_layers
    res:
[
    {
        "name": "imos:aatams_sattag_qc_dm_dive_profile_data",
        "title": "aatams_sattag_qc_dm_dive_profile_data",
        "abstract_": "",
        "keywords": {
            "keyword": [
                "aatams_sattag_qc_dive_profile_data",
                "features"
            ]
        },
        "defaultCRS": "urn:ogc:def:crs:EPSG::4326",
        "wgs84BoundingBox": {
            "lowerCorner": "-180.0 -90.0",
            "upperCorner": "180.0 90.0"
        }
    },
    {
        "name": "imos:aatams_sattag_qc_dm_haulout_data",
        "title": "aatams_sattag_qc_dm_haulout_data",
        "abstract_": "",
        "keywords": {
            "keyword": [
                "features",
                "aatams_sattag_qc_haulout_data"
            ]
        },
        "defaultCRS": "urn:ogc:def:crs:EPSG::4326",
        "wgs84BoundingBox": {
            "lowerCorner": "-180.0 -90.0",
            "upperCorner": "180.0 90.0"
        }
    },
    {
        "name": "imos:aatams_sattag_qc_dm_location_data",
        "title": "aatams_sattag_qc_dm_location_data",
        "abstract_": "",
        "keywords": {
            "keyword": [
                "features",
                "aatams_sattag_qc_location_data"
            ]
        },
        "defaultCRS": "urn:ogc:def:crs:EPSG::4326",
        "wgs84BoundingBox": {
            "lowerCorner": "-180.0 -90.0",
            "upperCorner": "180.0 90.0"
        }
    },
    {
        "name": "imos:aatams_sattag_qc_dm_profile_data",
        "title": "aatams_sattag_qc_dm_profile_data",
        "abstract_": "",
        "keywords": {
            "keyword": [
                "features",
                "aatams_sattag_qc_profile_data"
            ]
        },
        "defaultCRS": "urn:ogc:def:crs:EPSG::4326",
        "wgs84BoundingBox": {
            "lowerCorner": "-180.0 -90.0",
            "upperCorner": "180.0 90.0"
        }
    },
    {
        "name": "imos:aatams_sattag_qc_dm_ssm_data",
        "title": "aatams_sattag_qc_dm_ssm_data",
        "abstract_": "",
        "keywords": {
            "keyword": [
                "features",
                "aatams_sattag_qc_ssm_data"
            ]
        },
        "defaultCRS": "urn:ogc:def:crs:EPSG::4326",
        "wgs84BoundingBox": {
            "lowerCorner": "-180.0 -90.0",
            "upperCorner": "180.0 90.0"
        }
    },
    {
        "name": "imos:aatams_sattag_qc_dm_summary_data",
        "title": "aatams_sattag_qc_dm_summary_data",
        "abstract_": "",
        "keywords": {
            "keyword": [
                "aatams_sattag_qc_summary_data",
                "features"
            ]
        },
        "defaultCRS": "urn:ogc:def:crs:EPSG::4326",
        "wgs84BoundingBox": {
            "lowerCorner": "-180.0 -90.0",
            "upperCorner": "180.0 90.0"
        }
    }
]

@NekoLyn NekoLyn changed the title Feature/7993 update wms get map layers Feature/7993 update wms_layers and add wfs_layers Feb 3, 2026
Copy link
Collaborator

@utas-raymondng utas-raymondng left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@utas-raymondng utas-raymondng merged commit 1e4cdda into main Feb 3, 2026
4 checks passed
@utas-raymondng utas-raymondng deleted the feature/7993-update-wms-get-map-layers branch February 3, 2026 06:19
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

Successfully merging this pull request may close these issues.

2 participants