diff --git a/schemas/iso19139/src/main/plugin/iso19139/config/associated-panel/default.json b/schemas/iso19139/src/main/plugin/iso19139/config/associated-panel/default.json index c07bf8ead6..51329b9a8f 100644 --- a/schemas/iso19139/src/main/plugin/iso19139/config/associated-panel/default.json +++ b/schemas/iso19139/src/main/plugin/iso19139/config/associated-panel/default.json @@ -54,14 +54,14 @@ "addLayerNamesMode": "resourcename" }, "associatedResourcesTypes": [{ - "type": "parent", - "label": "linkToParent", + "type": "source", + "label": "linkToSource", "config": { "sources": { "metadataStore": { - "label": "linkToParent", + "label": "linkToSource", "params": { - "resourceType": ["series"], + "resourceType": ["dataset"], "isTemplate": "n" } }, @@ -69,30 +69,14 @@ } } }, { - "type": "service", - "label": "linkToService", - "condition": "!gnCurrentEdit.isService", - "config": { - "sources": { - "metadataStore": { - "label": "searchAservice", - "params": { - "resourceType": ["service"], - "isTemplate": "n" - } - }, - "remoteurl": {"multiple": false} - } - } - }, { - "type": "dataset", - "label": "linkToDataset", - "condition": "gnCurrentEdit.isService", + "type": "fcats", + "label": "linkToFeatureCatalog", "config": { "sources": { "metadataStore": { + "label": "linkToFeatureCatalog", "params": { - "resourceType": ["dataset"], + "resourceType": ["featureCatalog"], "isTemplate": "n" } }, @@ -100,29 +84,28 @@ } } }, { - "type": "source", - "label": "linkToSource", + "type": "siblings", + "label": "linkToSibling", "config": { "sources": { "metadataStore": { - "label": "linkToSource", "params": { - "resourceType": ["dataset"], "isTemplate": "n" } }, - "remoteurl": {"multiple": false} + "remoteurl": {"multiple": true} } } }, { - "type": "fcats", - "label": "linkToFeatureCatalog", + "type": "service", + "label": "linkToService", + "condition": "!gnCurrentEdit.isService", "config": { "sources": { "metadataStore": { - "label": "linkToFeatureCatalog", + "label": "searchAservice", "params": { - "resourceType": ["featureCatalog"], + "resourceType": ["service"], "isTemplate": "n" } }, @@ -130,19 +113,20 @@ } } }, { - "type": "siblings", - "label": "linkToSibling", + "type": "dataset", + "label": "linkToDataset", + "condition": "gnCurrentEdit.isService", "config": { "sources": { "metadataStore": { "params": { + "resourceType": ["dataset"], "isTemplate": "n" } }, - "remoteurl": {"multiple": true} + "remoteurl": {"multiple": false} } } - } - ] + }] } }