On Wednesday, 16 November 2022 9:21:54 AM AEDT Even Rouault wrote:
> Andrea,
>
> It seems to me that the server ignores the filter, which is likely a bug
> given that its GetCapabilies response includes a
> Like.
It looks like the filter is doing something (since without it, I get about a
thousa
Add --debug on . You will get only the requests. The answers aren't logged.
Le 15/11/2022 à 23:47, andy a écrit :
Ho Evan,
how can I get that log?
If I remove "-al" I have 0 results.
But I do not understand why
Il mar 15 nov 2022, 23:21 Even Rouault ha
scritto:
Andrea,
It seems to
Ho Evan,
how can I get that log?
If I remove "-al" I have 0 results.
But I do not understand why
Il mar 15 nov 2022, 23:21 Even Rouault ha
scritto:
> Andrea,
>
> It seems to me that the server ignores the filter, which is likely a bug
> given that its GetCapabilies response includes a
> Like.
>
Andrea,
It seems to me that the server ignores the filter, which is likely a bug
given that its GetCapabilies response includes a
Like.
Looking at GDAL logs, it emits a request equivalent to
$ curl -X POST -H "Content-Type: application/xml; charset=UTF-8" -d
'service="CSW" version="2.0.2"
Hi,
if I run
ogrinfo -ro -al "CSW:http://geodati.gov.it/RNDT/csw"; -where "subject LIKE
'Impianti e strutture ricettive'"
I have 22 items in the result. But no one of those have in the subject the
string "'Impianti e strutture ricettive".
Why don't I have zero results?
Thank you
--
Andrea Bo
Even,
Thanks – also for the additional background info!
Johannes
Von: Even Rouault
Gesendet: Dienstag, 15. November 2022 13:27
An: Johannes Echterhoff ;
gdal-dev@lists.osgeo.org
Betreff: Re: [gdal-dev] GML driver - gml:xlink resolving - just embedding?
Johannes,
Does resolving of xlink:href b
Johannes,
Does resolving of xlink:href by the GML driver (when
GML_SKIP_RESOLVE_ELEMS is used, i.e., set to NONE or HUGE) simply mean
that the referenced resource is copied into the XML element that
contains the xlink:href XML attribute? Tests seem to support this, but
I’d really like to doub
Hello,
Does resolving of xlink:href by the GML driver (when GML_SKIP_RESOLVE_ELEMS is
used, i.e., set to NONE or HUGE) simply mean that the referenced resource is
copied into the XML element that contains the xlink:href XML attribute? Tests
seem to support this, but I'd really like to double-ch