tthoeye

Results 3 issues of tthoeye

When URLs with (for instance) are used for metadata fields (e.g. licenses) illegal characters are not encoded, which implies that the resulting DCAT feeds are syntactically incorrect.

Similar to #383, is it possible to introduce filtering in the DCAT feed? (api/dcat)

I'm having trouble posting a KML file. Getting complaints about a missing id: _Undefined offset: 0 on line 214 in file /nfs/webroot/domains/datatank.gent.be/public_html/custom/strategies/KML.class.php._ Replacing ``` php $id = $placemark->xpath('@id'); ``` with...