Skip to content

Commit

Permalink
Permissions for edit and maps. (#362)
Browse files Browse the repository at this point in the history
* Permissions for edit and maps. Related to #344

* Add additional protocols for maps permissions. Related to #344
  • Loading branch information
josegar74 committed Mar 12, 2024
1 parent c14f237 commit aedfdc8
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions src/main/plugin/iso19139.ca.HNAP/schema-ident.xml
Original file line number Diff line number Diff line change
Expand Up @@ -51,4 +51,15 @@
</gmd:metadataStandardName>
</elements>
</autodetect>
<filters xmlns:gco="http://www.isotc211.org/2005/gco">
<filter xpath=".//*[@gco:nilReason='withheld']"
ifNotOperation="editing">
<keepMarkedElement gco:nilReason="withheld"/>
</filter>
<filter
xpath=".//gmd:onLine[*/gmd:protocol/gco:CharacterString = 'WWW:DOWNLOAD-1.0-http--download']"
ifNotOperation="download"/>
<filter xpath="*//gmd:onLine[starts-with(*/gmd:protocol/gco:CharacterString, 'OGC:WMS') or starts-with(*/gmd:protocol/gco:CharacterString, 'OGC:WFS') or starts-with(*/gmd:protocol/gco:CharacterString, 'ESRI REST')]"
ifNotOperation="dynamic"/>
</filters>
</schema>

0 comments on commit aedfdc8

Please sign in to comment.