- small xslt improvements for oai interface
- allo cors for OAI interface for all ip addresses inside RequestController.php
This commit is contained in:
parent
a53a996f85
commit
c4d74ca631
3 changed files with 8 additions and 6 deletions
|
@ -398,10 +398,10 @@
|
|||
<xsl:template match="Coverage" mode="oai_dc">
|
||||
<dc:coverage>
|
||||
<xsl:variable name="geolocation" select="concat(
|
||||
'SOUTH-BOUND LATITUDE: ', @XMin,
|
||||
' * WEST-BOUND LONGITUDE: ', @YMin,
|
||||
' * NORTH-BOUND LATITUDE: ', @XMax,
|
||||
' * EAST-BOUND LONGITUDE: ', @YMax
|
||||
'SOUTH-BOUND LATITUDE: ', @YMin,
|
||||
' * WEST-BOUND LONGITUDE: ', @XMin,
|
||||
' * NORTH-BOUND LATITUDE: ', @YMax,
|
||||
' * EAST-BOUND LONGITUDE: ', @XMax
|
||||
)" />
|
||||
<xsl:value-of select="$geolocation" />
|
||||
|
||||
|
|
Loading…
Add table
editor.link_modal.header
Reference in a new issue