Re: [sqlite] SQLite database for google maps

2009-11-28 Thread Rafał Pocztarski
2009/11/28 logan :
> I'm trying to find if someone has got a database of Google maps for a
> particular town in an SQLite file. I'm looking to write an application
> which will query this database and find text directions. This is more
> of a fun project for me than anything else, so I welcome all
> suggestions if doing so is possible or not. My target platform is
> Symbian.

This is slightly off-topic as it's not an SQLite question at all, but
if you have internet connection on your target device then you might
try to use the Google Maps or Yahoo Maps APIs:

http://code.google.com/apis/maps/

http://developer.yahoo.com/maps/

You may also take a look at the Yahoo Query Language which you can use
to access web services using an SQL-like query language:

http://developer.yahoo.com/yql/

Now going back on topic, SQLite can be used to cache some of the data
if it doesn't violate the terms of service of whatever service you
decide to use.

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


Re: [sqlite] SQLite database for google maps

2009-11-28 Thread Jeremy Hinegardner
On Sat, Nov 28, 2009 at 08:42:54AM -0600, P Kishor wrote:
> On Sat, Nov 28, 2009 at 12:14 AM, logan <logan...@gmail.com> wrote:
> > Hi All,
> >
> > I'm trying to find if someone has got a database of Google maps for a
> > particular town in an SQLite file. I'm looking to write an application
> > which will query this database and find text directions.
> 
> I think you need to learn more about Google Maps to realize that your
> question doesn't make any sense. There is no such thing as a "database
> of Google Maps... in a SQLite file." Even if one could somehow capture
> Google Maps and put them in a sqlite file, it would be illegal to do
> so, as it would violate Gmaps terms of service.
> 
> On the other hand, you can take geographic data stored in a sqlite db,
> and display it on Google Maps. But, that is a completely different
> question.
> 

You may want to look at http://www.openstreetmap.org/ for free geographic
data for Earth.

Also see their wiki http://wiki.openstreetmap.org/wiki/Main_Page

enjoy,

-jeremy

-- 

 Jeremy Hinegardner  jer...@hinegardner.org 

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


Re: [sqlite] SQLite database for google maps

2009-11-28 Thread P Kishor
On Sat, Nov 28, 2009 at 12:14 AM, logan <logan...@gmail.com> wrote:
> Hi All,
>
> I'm trying to find if someone has got a database of Google maps for a
> particular town in an SQLite file. I'm looking to write an application
> which will query this database and find text directions.

I think you need to learn more about Google Maps to realize that your
question doesn't make any sense. There is no such thing as a "database
of Google Maps... in a SQLite file." Even if one could somehow capture
Google Maps and put them in a sqlite file, it would be illegal to do
so, as it would violate Gmaps terms of service.

On the other hand, you can take geographic data stored in a sqlite db,
and display it on Google Maps. But, that is a completely different
question.


> This is more
> of a fun project for me than anything else, so I welcome all
> suggestions if doing so is possible or not. My target platform is
> Symbian.
>
> Cheers,
> Hitesh
> ___
> sqlite-users mailing list
> sqlite-users@sqlite.org
> http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users
>



-- 
Puneet Kishor http://www.punkish.org
Carbon Model http://carbonmodel.org
Charter Member, Open Source Geospatial Foundation http://www.osgeo.org
Science Commons Fellow, http://sciencecommons.org/about/whoweare/kishor
Nelson Institute, UW-Madison http://www.nelson.wisc.edu
---
Assertions are politics; backing up assertions with evidence is science
===
Sent from Madison, Wisconsin, United States
___
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users


[sqlite] SQLite database for google maps

2009-11-28 Thread logan
Hi All,

I'm trying to find if someone has got a database of Google maps for a
particular town in an SQLite file. I'm looking to write an application
which will query this database and find text directions. This is more
of a fun project for me than anything else, so I welcome all
suggestions if doing so is possible or not. My target platform is
Symbian.

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