Skip to content

Commit

Permalink
[BP] Metadata editor / ISO19115-3.2008 / Filter out metadata template…
Browse files Browse the repository at this point in the history
…s in the online resources dialog
  • Loading branch information
josegar74 committed Oct 11, 2023
1 parent 8ce60dc commit 48d2981
Showing 1 changed file with 20 additions and 10 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,8 @@
"metadataStore": {
"label": "searchAnApplication",
"params": {
"resourceType": "application"
"resourceType": "application",
"isTemplate": "n"
}
}
},
Expand Down Expand Up @@ -63,7 +64,8 @@
"metadataStore": {
"label": "searchAservice",
"params": {
"serviceType": ["OGC:WMS", "WMS", "view"]
"serviceType": ["OGC:WMS", "WMS", "view"],
"isTemplate": "n"
}
}
},
Expand Down Expand Up @@ -95,7 +97,8 @@
"metadataStore": {
"label": "searchAservice",
"params": {
"serviceType": "view"
"serviceType": "view",
"isTemplate": "n"
}
}
},
Expand Down Expand Up @@ -132,7 +135,8 @@
"metadataStore": {
"label": "searchAservice",
"params": {
"serviceType": ["OGC:WMTS", "WMTS"]
"serviceType": ["OGC:WMTS", "WMTS"],
"isTemplate": "n"
}
}
},
Expand Down Expand Up @@ -164,7 +168,8 @@
"metadataStore": {
"label": "searchAservice",
"params": {
"serviceType": "ESRI:REST"
"serviceType": "ESRI:REST",
"isTemplate": "n"
}
}
},
Expand Down Expand Up @@ -196,7 +201,8 @@
"metadataStore": {
"label": "searchAservice",
"params": {
"serviceType": "ESRI:REST"
"serviceType": "ESRI:REST",
"isTemplate": "n"
}
}
},
Expand Down Expand Up @@ -310,7 +316,8 @@
"metadataStore": {
"label": "searchAservice",
"params": {
"serviceType": ["OGC:WFS", "WFS", "download"]
"serviceType": ["OGC:WFS", "WFS", "download"],
"isTemplate": "n"
}
}
},
Expand Down Expand Up @@ -342,7 +349,8 @@
"metadataStore": {
"label": "searchAservice",
"params": {
"serviceType": ["OGC:WCS", "WCS"]
"serviceType": ["OGC:WCS", "WCS"],
"isTemplate": "n"
}
}
},
Expand Down Expand Up @@ -374,7 +382,8 @@
"metadataStore": {
"label": "searchAservice",
"params": {
"serviceType": "download"
"serviceType": "download",
"isTemplate": "n"
}
}
},
Expand Down Expand Up @@ -411,7 +420,8 @@
"metadataStore": {
"label": "searchAservice",
"params": {
"serviceType": "download"
"serviceType": "download",
"isTemplate": "n"
}
}
},
Expand Down

0 comments on commit 48d2981

Please sign in to comment.