<div dir="ltr"><span style="font-size:13.1999998092651px;line-height:19.7999992370605px">Hi all,</span><div style="font-size:13.1999998092651px;line-height:19.7999992370605px"><br></div><div style="font-size:13.1999998092651px;line-height:19.7999992370605px">I have a solr service which provide a valid csv response like this:</div><div style="font-size:13.1999998092651px;line-height:19.7999992370605px"><pre style="color:rgb(0,0,0);line-height:normal;word-wrap:break-word;white-space:pre-wrap">PHOTO_LATITUDE,PHOTO_LONGITUDE,ID
49.482333,-82.580556,A21524-047-1970-0
49.485278,-82.640444,A21524-048-1970-0
49.487583,-82.701194,A21524-049-1970-0
49.490444,-82.761111,A21524-050-1970-0
49.490333,-82.824333,A21524-051-1970-0</pre><pre style="color:rgb(0,0,0);line-height:normal;word-wrap:break-word;white-space:pre-wrap">my vrt is:</pre><pre style="word-wrap:break-word"><OGRVRTDataSource>
<OGRVRTLayer name="coord">
<SrcDataSource><a href="http://solr/select?q=*%3A*&fl=PHOTO_LATITUDE%2CPHOTO_LONGITUDE%2CID&wt=csv" target="_blank">http://solr/select?q=*%3A*&fl=PHOTO_LATITUDE%2CPHOTO_LONGITUDE%2CID&wt=csv</a></SrcDataSource><br><SrcLayer>coord</SrcLayer><br><GeometryType>wkbPoint</GeometryType>
<LayerSRS>WGS84</LayerSRS>
<GeometryField encoding="PointFromColumns" x="PHOTO_LONGITUDE" y="PHOTO_LATITUDE"/>
</OGRVRTLayer>
</OGRVRTDataSource><br><br><span style="color:rgb(0,0,0);font-family:'Helvetica Neue',Helvetica,Arial,sans-serif;line-height:normal;white-space:pre-wrap">I've try to escape the & with & in the url like the suggestions <a href="http://osgeo-org.1560.x6.nabble.com/Define-Virtual-Format-for-a-remote-GeoJSON-file-td5173766.html" target="_blank">here </a>but in all cases, I still receive this error:</span><br></pre><pre style="word-wrap:break-word"><font color="#000000"><span style="line-height:normal;white-space:pre-wrap">msOGRFileNextShape(): OGR error. Failed to read GeoJSON data<br></span></font></pre><pre style="word-wrap:break-word"><span style="line-height:normal;white-space:pre-wrap;color:rgb(0,0,0);font-family:'Helvetica Neue',Helvetica,Arial,sans-serif">any ideas?</span><br></pre><pre style="color:rgb(0,0,0);line-height:normal;word-wrap:break-word;white-space:pre-wrap">MartinO</pre></div></div>