Re: [gdal-dev] VirtualOGR with Sqlite

2013-01-02 Thread Martin Jensen
Thanks, Even! The WFS server I was requesting was also a Geoserver like the OpenGEO. I will ask the Geoserver user list on how to enable streaming. /Martin On 1 January 2013 23:39, Even Rouault wrote: > > > 2) My http debugger showed that a getfeature request was sent to the WFS > > without

Re: [gdal-dev] VirtualOGR with Sqlite

2013-01-01 Thread Even Rouault
> 2) My http debugger showed that a getfeature request was sent to the WFS > without any filters and the request is really really slow so I assumed it > was a full download. Try: > > CREATE VIRTUAL TABLE testpdk1 USING VirtualOGR('wfs: > http://geoservice.plansystem.dk/wfs > ',0,'pdk:theme_pdk_k

Re: [gdal-dev] VirtualOGR with Sqlite

2013-01-01 Thread Martin Jensen
Thanks for the quick response! 1) My build was two days old; now it is working! 2) My http debugger showed that a getfeature request was sent to the WFS without any filters and the request is really really slow so I assumed it was a full download. Try: CREATE VIRTUAL TABLE testpdk1 USING Virtua

Re: [gdal-dev] VirtualOGR with Sqlite

2013-01-01 Thread Even Rouault
Le mardi 01 janvier 2013 21:45:10, Martin Jensen a écrit : > I have been playing around with the virtualOGR table feature made available > in sqlite and I am absolutely thrilled about this feature.Thanks for the > great work! > > I've come across two small issues that i'd like some help/comments o

[gdal-dev] VirtualOGR with Sqlite

2013-01-01 Thread Martin Jensen
I have been playing around with the virtualOGR table feature made available in sqlite and I am absolutely thrilled about this feature.Thanks for the great work! I've come across two small issues that i'd like some help/comments on. I am trying to connect to a WFS service which works fine in Sqlite