logo       
Google Custom Search
    AddThis Social Bookmark Button
-->

Re: [ gpsdrive ] RFE: SQLite support: msg#00011

Subject: Re: [ gpsdrive ] RFE: SQLite support
> > > At the moment I don't know if SQLite has GIS-Support. But if it
> > > has, I don't see any problems using SQLite as another DB-Backend.
> >
> > GIS support _in_ a database? That doesn't sound like a good idea.
> > Or do you mean if common GIS applications support SOLite databases?

FWIW, GRASS 6.1 supports SQLite, DBF (default), MySQL, PostgreSQL,
others (eg Oracle) via ODBC for vector attribute tables (eg waypoints).

 
> I don't know the exact naming right now.
> You do have geospatial Suport for mySQL and Postgress. 
> And with this geospatial support you can do queries like 
> Selecting 'maps' where 'map.rectangle' is inside 'viewing.rectangle' 
> really fast and easy, since the database has a special index for these
> type of  objects.
> That's the reason I'm looking for this type of support.
> 
> Something like:
> libpostgis    geographic objects support for PostgreSQL


ah, ok, you want to have backdrop images + georeferencing stored in a
DB. I was thinking about the waypoint list.

The most popular model for georeferenced images is the GeoTIFF, which
generally specifies the coordinates of the four corners of the image.
<Prev in Thread] Current Thread [Next in Thread>