Hi hrz,
hrz wrote
> The VRT is an XML format and hence you need to ensure the content is XML
> compliant: your URL contained `&` characters that need to be escaped to
> `&`. The following VRT works for me:
I'm stupid :)
It works good.
Thank you very much,
Andrea
--
View this message in
Hi Andrea,
The VRT is an XML format and hence you need to ensure the content is XML
compliant: your URL contained `&` characters that need to be escaped to
`&`. The following VRT works for me:
http://www.provincia.caltanissetta.sitr.it/ArcGIS/rest/services/Immobili/MapServer/0/query?wher
Hi Even,
thank you.
Even Rouault-2 wrote
> Yes, you can use the URL as the datasource name expected by the VRT
> format.
I have tried with:
http://www.provincia.caltanissetta.sitr.it/ArcGIS/rest/services/Immobili/MapServer/0/query?where=objectid+%3D+objectid&outfields=*&f=json
Le mercredi 19 novembre 2014 12:40:03, aborruso a écrit :
> Hi all,
> is it possible to define a Virtual Format of a remote GeoJSON file?
>
> I would like to built a VRT file in example using this GeoJSON remote URL:
> "http://www.provincia.caltanissetta.sitr.it/ArcGIS/rest/services/Immobili/M
> a
Hi all,
is it possible to define a Virtual Format of a remote GeoJSON file?
I would like to built a VRT file in example using this GeoJSON remote URL:
"http://www.provincia.caltanissetta.sitr.it/ArcGIS/rest/services/Immobili/MapServer/0/query?where=objectid+%3D+objectid&outfields=*&f=json";
Th