Re: [gdal-dev] Define Virtual Format for a remote GeoJSON file

2014-11-19 Thread aborruso
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

Re: [gdal-dev] Define Virtual Format for a remote GeoJSON file

2014-11-19 Thread Homme Zwaagstra
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

Re: [gdal-dev] Define Virtual Format for a remote GeoJSON file

2014-11-19 Thread aborruso
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

Re: [gdal-dev] Define Virtual Format for a remote GeoJSON file

2014-11-19 Thread Even Rouault
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

[gdal-dev] Define Virtual Format for a remote GeoJSON file

2014-11-19 Thread aborruso
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