[ gpsdrive ] OpenMoko (Openembedded) package for gpsdrive 2.10pre4
Guenther Meyer
d.s.e at sordidmusic.com
Thu Sep 25 00:18:43 AKDT 2008
Am Mittwoch 24 September 2008 schrieb Hamish:
> > is gda3 realy needed for mapnik? i only found some gpsdrive/gda code
> > selecting streetnames and pois from db.
>
> OSM data is stored in a PostGIS database (=PostgreSQL + Spatial extension)
> GDA3 is used by GpsDrive to communicate with Postgres, AFAIK both for
> vector road data and access to the POI database.
> Mapnik is used to render the OSM vector data into pretty graphics.
>
> so GDA3 is only needed for Mapnik as far as providing input data to it.
> which is fairly important I think.
>
> or at least this is my onlooker-understanding.
>
gpsdrive has two ways to use the postgis database:
the one is for map rendering, which is done entirely by mapnik; gpsdrive
requests the map data from mapnik, and has no direct database connection.
the other one is a direct connection with gda.
it is currently used to get the poi data and (experimental) street name
display. a future use will be place/streetname/address search, which is
partly working in my local copy.
if it helps portability, I can remove the gda dependencies in favour of a
direct postgres connection using libpq, as the planned way using gda won't
work anyway...
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 197 bytes
Desc: This is a digitally signed message part.
URL: <http://lists.gpsdrivers.org/pipermail/gpsdrive/attachments/20080925/09eaa66f/attachment.bin>
More information about the GPSdrive
mailing list