|
@@ -88,6 +88,7 @@ class Api_WfsServerBase {
|
|
|
$args['bbox'] = null;// @from: BBOX (bbox)
|
|
$args['bbox'] = null;// @from: BBOX (bbox)
|
|
|
$args['wfs:featureID'] = null;// @from: featureID, featureId (featureid)
|
|
$args['wfs:featureID'] = null;// @from: featureID, featureId (featureid)
|
|
|
$args['primaryKey'] = null;// primaryKey type - @from: featureID or $req[primaryKey]
|
|
$args['primaryKey'] = null;// primaryKey type - @from: featureID or $req[primaryKey]
|
|
|
|
|
+ $args['xlink'] = V::get('xlink', '', $rawArgs); // xlink = "https://biuro.biall-net.pl/wfs/default_db/CRM_PROCES#PROCES.100" but with '#' replaced with '/'
|
|
|
$args['outputBlobFormat'] = V::get('outputBlobFormat', 'base64', $rawArgs); // how to print blob fields ('base64', 'link') - default base64
|
|
$args['outputBlobFormat'] = V::get('outputBlobFormat', 'base64', $rawArgs); // how to print blob fields ('base64', 'link') - default base64
|
|
|
$args['resolve'] = V::get('resolve', '', $rawArgs);
|
|
$args['resolve'] = V::get('resolve', '', $rawArgs);
|
|
|
$args['resolveDepth'] = V::get('resolveDepth', 0, $rawArgs, 'int'); // TODO: if ('*' === resolveDepth) - recurse resolve
|
|
$args['resolveDepth'] = V::get('resolveDepth', 0, $rawArgs, 'int'); // TODO: if ('*' === resolveDepth) - recurse resolve
|