Re: [sqlite] Spatial data in SQLite

2008-07-03 Thread Stephen Woodbridge
Alexey Pechnikov wrote:
> Hello!
> 
> I found article about spatial extensions for SQLite
> http://www.perrygeo.net/wordpress/?p=115
> 
> Do you know other GIS extensions? I'm migrating from PostgreSQL+PostGIS to 
> SQLite and searching GIS extensions for SQLIte.

http://www.gaia-gis.it/spatialite-2.0/index.html

This is a pretty complete version of postGIS in sqlite included support 
for the rtree indexing.

-Steve
___
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users


Re: [sqlite] Spatial data in SQLite

2008-07-03 Thread Alexey Pechnikov
В сообщении от Thursday 03 July 2008 23:42:26 P Kishor написал(а):
> On 7/3/08, Alexey Pechnikov <[EMAIL PROTECTED]> wrote:
> > Hello!
> >
> >  I found article about spatial extensions for SQLite
> >  http://www.perrygeo.net/wordpress/?p=115
> >
> >  Do you know other GIS extensions? I'm migrating from PostgreSQL+PostGIS
> > to SQLite and searching GIS extensions for SQLIte.
>
> welcome to the party. Search for rtree in the SQLite mailing list archives.

R-tree is new feature and is not used in all spatial extensions.
___
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users


Re: [sqlite] Spatial data in SQLite

2008-07-03 Thread P Kishor
On 7/3/08, Alexey Pechnikov <[EMAIL PROTECTED]> wrote:
> Hello!
>
>  I found article about spatial extensions for SQLite
>  http://www.perrygeo.net/wordpress/?p=115
>
>  Do you know other GIS extensions? I'm migrating from PostgreSQL+PostGIS to
>  SQLite and searching GIS extensions for SQLIte.
>


welcome to the party. Search for rtree in the SQLite mailing list archives.
___
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users


[sqlite] Spatial data in SQLite

2008-07-03 Thread Alexey Pechnikov
Hello!

I found article about spatial extensions for SQLite
http://www.perrygeo.net/wordpress/?p=115

Do you know other GIS extensions? I'm migrating from PostgreSQL+PostGIS to 
SQLite and searching GIS extensions for SQLIte.

Best regards, Alexey.
___
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users