Even Rouault mines-paris.org> writes:
> Improvement commited in r23008.
>
> Before :
> $ time ogrinfo berlin.sqlite osm_polygon -spat 1489000 6899000 149
> 690
> -al -so
> real 0m0.619s
> user 0m0.580s
> sys 0m0.040s
>
> After :
> $ time ogrinfo berlin.sqlite osm_polygon -spat 14
Le lundi 29 août 2011 12:19:26, Jukka Rahkonen a écrit :
> Even Rouault mines-paris.org> writes:
> > Hum, the OGR driver was indeed written a bit too naively, assuming that
> > MBRIntersects() would be similar to the && operator in PostGIS.
> > Apparently not. Strange that this hasn't been reporte
Even Rouault mines-paris.org> writes:
> Hum, the OGR driver was indeed written a bit too naively, assuming that
> MBRIntersects() would be similar to the && operator in PostGIS. Apparently
> not.
> Strange that this hasn't been reported before, but I assume you can only
> see the
> difference w