|
@@ -317,17 +317,17 @@ public function objectStructView($item) {
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|
|
|
} else {
|
|
} else {
|
|
|
- $this->AddChildComment($dataNode, " TODO 'jest tak/{$p5LinkKey}': " . str_replace('&', '&', var_export($p5LinkValue, true)) . " ");
|
|
|
|
|
|
|
+ $this->AddChildComment($dataNode, " #320 TODO 'jest tak/{$p5LinkKey}': " . str_replace('&', '&', var_export($p5LinkValue, true)) . " ");
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|
|
|
} else {
|
|
} else {
|
|
|
- $this->AddChildComment($dataNode," TODO add info ref ({$refKey}): " . str_replace('&', '&', var_export($refValue, true)) . " ");
|
|
|
|
|
|
|
+ $this->AddChildComment($dataNode," #323 TODO add info ref ({$refKey}): " . str_replace('&', '&', var_export($refValue, true)) . " ");
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|
|
|
} else if (NULL === $value) {
|
|
} else if (NULL === $value) {
|
|
|
$this->addChild($dataNode, "{$nsPrefix}:{$fieldName}"); // xs:nil ?
|
|
$this->addChild($dataNode, "{$nsPrefix}:{$fieldName}"); // xs:nil ?
|
|
|
} else {
|
|
} else {
|
|
|
- $this->AddChildComment($dataNode," TODO: " . var_export($value, true) . " ");
|
|
|
|
|
|
|
+ $this->AddChildComment($dataNode," #330 TODO: " . var_export($value, true) . " ");
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|
|
|
} catch (Exception $e) {
|
|
} catch (Exception $e) {
|
|
@@ -354,6 +354,7 @@ public function objectStructView($item) {
|
|
|
'xmlns:gml' => 'http://www.opengis.net/gml',
|
|
'xmlns:gml' => 'http://www.opengis.net/gml',
|
|
|
'xmlns:xsi' => 'http://www.w3.org/2001/XMLSchema-instance',
|
|
'xmlns:xsi' => 'http://www.w3.org/2001/XMLSchema-instance',
|
|
|
'xmlns:xlink' => 'http://www.w3.org/1999/xlink',
|
|
'xmlns:xlink' => 'http://www.w3.org/1999/xlink',
|
|
|
|
|
+ 'xmlns:p5' => 'https://biuro.biall-net.pl/wfs'
|
|
|
];
|
|
];
|
|
|
|
|
|
|
|
$wfs = $this->addChild($this->dom, 'wfs:FeatureCollection');
|
|
$wfs = $this->addChild($this->dom, 'wfs:FeatureCollection');
|