Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove custom project code in ISO19115-3.2008? #6868

Open
josegar74 opened this issue Feb 27, 2023 · 1 comment
Open

Remove custom project code in ISO19115-3.2008? #6868

josegar74 opened this issue Feb 27, 2023 · 1 comment
Assignees
Labels
stale stale issue flagged for closure.

Comments

@josegar74
Copy link
Member

Describe the bug

ISO19115-3.2008 has the following code that seems specific to a project. :

<!-- Sextant / Template adding nilReason attribut with withheld value
for some protocols. -->
<xsl:template match="cit:linkage" priority="10">
<xsl:choose>
<xsl:when test="
contains(lower-case(string(../cit:protocol/gco:CharacterString)), 'db') or
contains(lower-case(string(../cit:protocol/gco:CharacterString)), 'copyfile') or
contains(lower-case(string(../cit:protocol/gco:CharacterString)), 'file')">
<cit:linkage gco:nilReason="withheld">
<xsl:apply-templates select="@*"/>
<xsl:copy-of select="./*" />
</cit:linkage>
</xsl:when>
<xsl:otherwise>
<cit:linkage >
<xsl:apply-templates select="@*"/>
<xsl:copy-of select="./*" />
</cit:linkage>
</xsl:otherwise>
</xsl:choose>
</xsl:template>

@fxprunayre, should we remove this or it's relevant for other projects. If so maybe we need to update the comment.

@fxprunayre
Copy link
Member

Most of the time when we have those protocols used to declare internal organization network resources it sounds good to hide them to public users. Maybe we can cover that properly with (or after) your latest changes done in #6869.

@ticheler ticheler added the stale stale issue flagged for closure. label Mar 20, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
stale stale issue flagged for closure.
Projects
None yet
Development

No branches or pull requests

3 participants