Skip to content

Commit

Permalink
Update index keys (#419)
Browse files Browse the repository at this point in the history
  • Loading branch information
tylerjmchugh authored Dec 18, 2024
1 parent 7baa470 commit 1589d7f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main/plugin/iso19139.ca.HNAP/index-fields/index.xsl
Original file line number Diff line number Diff line change
Expand Up @@ -223,10 +223,10 @@
<resourceType>map</resourceType>
<xsl:choose>
<xsl:when test="$isStatic">
<resourceType>map/static</resourceType>
<resourceType>map-static</resourceType>
</xsl:when>
<xsl:when test="$isInteractive or $isPublishedWithWMCProtocol">
<resourceType>map/interactive</resourceType>
<resourceType>map-interactive</resourceType>
</xsl:when>
</xsl:choose>
</xsl:when>
Expand Down

0 comments on commit 1589d7f

Please sign in to comment.