![]() |
2009-06-10
, 14:54
|
|
Posts: 546 |
Thanked: 85 times |
Joined on Feb 2008
@ Winnipeg, Canada
|
#22
|
Hello,
My husband made a python-skript for me (see attachment) for downloading google street maps into a sqlite3-db. Works fine. You need Python 2.x und PySQLite 2.x (http://oss.itsystementwicklung.de/trac/pysqlite/) for running.
![]() |
2009-06-11
, 01:37
|
|
Posts: 1,562 |
Thanked: 349 times |
Joined on Jun 2008
|
#23
|
![]() |
2009-06-11
, 02:27
|
Posts: 4,556 |
Thanked: 1,624 times |
Joined on Dec 2007
|
#24
|
vforviktor@vendetta:~/Scripts$ ./getmaps GStreet -t 68.78825 -l 17.00327 -b 62.50560 -r 15.6039 -z 9 -z 8 -z 7 -z 6 -z 5
You asked for 951792 tiles
Traceback (most recent call last):
File "./getmaps", line 179, in <module>
main()
File "./getmaps", line 168, in main
loadTile (db, x, y, zoom, i, numTiles)
File "./getmaps", line 88, in loadTile
if (tileExists (db, x, y, zoom)):
File "./getmaps", line 75, in tileExists
% (zoom, x, y))
sqlite3.DatabaseError: file is encrypted or is not a database
![]() |
2009-06-11
, 04:28
|
|
Posts: 1,562 |
Thanked: 349 times |
Joined on Jun 2008
|
#25
|
![]() |
2009-06-11
, 09:31
|
|
Posts: 2,869 |
Thanked: 1,784 times |
Joined on Feb 2007
@ Po' Bo'. PA
|
#26
|
![]() |
2009-06-11
, 18:07
|
|
Posts: 1,562 |
Thanked: 349 times |
Joined on Jun 2008
|
#27
|
![]() |
2009-06-11
, 19:29
|
|
Posts: 546 |
Thanked: 85 times |
Joined on Feb 2008
@ Winnipeg, Canada
|
#28
|
This may be because "Double Pixels" was checked when the maps were downloaded.
![]() |
2009-06-11
, 19:35
|
|
Posts: 1,562 |
Thanked: 349 times |
Joined on Jun 2008
|
#29
|
![]() |
2009-06-16
, 03:58
|
|
Posts: 1,562 |
Thanked: 349 times |
Joined on Jun 2008
|
#30
|
The Following 2 Users Say Thank You to Lord Raiden For This Useful Post: | ||
It works.