hslayers-ng icon indicating copy to clipboard operation
hslayers-ng copied to clipboard

Micka compositions from dead servers

Open jmacura opened this issue 2 months ago • 1 comments

Micka can store records also for compositions from already dead servers. One such example is "BIO_regions" composition in Watlas' Micka. The csw request returns:

{
            "id": "m-7a270059-c753-4867-ac28-ec60d97c3554",
            "type": "application",
            "serviceType": "Map",
            "title": "BIO_regions",
            "abstract": "abstract",
            "links": [
                {
                    "url": "https:\/\/hub.plan4all.eu\/rest\/workspaces\/hana\/maps\/bio_regions",
                    "protocol": "WWW:LINK-1.0-http--link"
                },
                {
                    "url": "https:\/\/hub.plan4all.eu\/rest\/workspaces\/hana\/maps\/bio_regions\/file",
                    "protocol": "WWW:LINK-1.0-http--link"
                }
            ],
            "imgURL": "https:\/\/hub.plan4all.eu\/rest\/workspaces\/hana\/maps\/bio_regions\/thumbnail",
            "bbox": [
                -179.899999966673,
                -85.0599999968945,
                179.899999966673,
                85.0599999968945
            ],
            "contacts": [
                {
                    "organisationName": "",
                    "email": "",
                    "role": "custodian"
                }
            ],
            "dates": [
                {
                    "date": "2021-09-01",
                    "dateType": "publication"
                },
                {
                    "date": "2021-09-01",
                    "dateType": "revision"
                }
            ],
            "keywords": [],
            "degree": null,
            "dateStamp": "2021-09-01"
        },

while hub.plan4all.eu is no longe operational. It results in nothing as any requests for the composition file, of course, fail. Question is: Can and should we do something about it at the hslayers end? Or is this solely the responsibility of a Micka maintaner to keep the record list up-to-date?

Image

jmacura avatar Oct 29 '25 13:10 jmacura

I think that should be the responsibility of Micka. And I think Micka can automatically validate its records, it is just a matter of configuration.

fzadrazil avatar Oct 30 '25 14:10 fzadrazil