|
|
@@ -533,7 +533,7 @@ class Api_WfsServerBase {
|
|
|
$featureType = array();
|
|
|
$featureType['ns'] = "p5_{$dataSourceName}";
|
|
|
$featureType['Title'] = $tblAcl->getRawLabel();
|
|
|
- $featureType['Abstract'] = $tblAcl->getRawLabel();
|
|
|
+ $featureType['Abstract'] = $tblAcl->getRawOpis();
|
|
|
$featureType['Keywords'] = array();
|
|
|
$featureType['Keywords'][] = $tblAcl->getID();
|
|
|
$featureType['Keywords'][] = $tblName;
|
|
|
@@ -978,14 +978,13 @@ EOF;
|
|
|
$deleteActionsXsd = '';
|
|
|
}
|
|
|
|
|
|
- $convertTransactionXslString = <<<EOF
|
|
|
-<?xml version="1.0"?>
|
|
|
+ $convertTransactionXslString = '<?xml version="1.0"?>';
|
|
|
+ $convertTransactionXslString .= <<<EOF
|
|
|
<xsl:transform version="1.0"
|
|
|
xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
|
|
|
xmlns:wfs="http://www.opengis.net/wfs"
|
|
|
xmlns:ogc="http://www.opengis.net/ogc"
|
|
|
xmlns:gml="http://www.opengis.net/gml">
|
|
|
-
|
|
|
<xsl:template match="/">
|
|
|
<xsl:for-each select="wfs:Transaction">
|
|
|
<Transaction>
|
|
|
@@ -1007,6 +1006,7 @@ EOF;
|
|
|
|
|
|
</xsl:transform>
|
|
|
EOF;
|
|
|
+
|
|
|
if($DBG){echo 'L.' . __LINE__ . ' $convertTransactionXslString:' . $convertTransactionXslString . "\n";}
|
|
|
$requestXml = new DOMDocument();
|
|
|
$requestXml->loadXml($requestXmlString);
|