View Single Post
Posts: 159 | Thanked: 217 times | Joined on Oct 2011
#1573
Using 0.46.2 normal download for Googlemaps works now. Thanks. An error caught my eye during install. Dont know if it is of any imoportance.

Code:
Compiling /opt/modrana/modules/mod_location/gps_module/__init__.py ...
  File "/opt/modrana/modules/mod_location/gps_module/__init__.py", line 9
    from .gps import *
SyntaxError: 'import *' not allowed with 'from .'

Compiling /opt/modrana/modules/mod_location/gps_module/client.py ...
Compiling /opt/modrana/modules/mod_location/gps_module/gps.py ...
  File "/opt/modrana/modules/mod_location/gps_module/gps.py", line 17
    from .client import *
SyntaxError: 'import *' not allowed with 'from .'
Also noticed that batch download for Google or OSM Mapnik does not download anything or give any errors. I just tells that all tiles were found locally, and I'm pretty sure that they are not on my system, because I tested this on several different new places. I know the google did not work previously with batch download, but at least it gave error. I found the following on terminal

Code:
tileExists2() got multiple values for keyword argument 'fromThread'
exception in batch download thread:
tileExists2() got multiple values for keyword argument 'fromThread'
exception in batch download thread:
tileExists2() got multiple values for keyword argument 'fromThread'
exception in batch download thread:
tileExists2() got multiple values for keyword argument 'fromThread'
INFO:Thread Done: batchTileDownloadWorker3 (1073862784)
exception in batch download thread:
tileExists2() got multiple values for keyword argument 'fromThread'
INFO:Thread Done: batchTileDownloadWorker1 (1073862784)
exception in batch download thread:
tileExists2() got multiple values for keyword argument 'fromThread'
exception in batch download thread:
tileExists2() got multiple values for keyword argument 'fromThread'
 

The Following 4 Users Say Thank You to Kossuth For This Useful Post: