abidinamdar / gmapcatcher

Automatically exported from code.google.com/p/gmapcatcher
1 stars 0 forks source link

Export map to Rmaps file format not work #311

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Error log below:

desktop:~/project/gmapcatcher$ ./maps.py 
Traceback (most recent call last):
  File "/home/Desktop/project/gmapcatcher/gmapcatcher/EXWindow.py", line 217, in on_b_export_clicked
    self.transfer_thread = mapTilesTransfer.TilesTransfer( self.mapServ.tile_repository, self.drepos, (lat, lng), (min_zl, max_zl), (width, height), self.layer, self.cb_overwrite_destination.get_active() )
  File "/home/Desktop/project/gmapcatcher/gmapcatcher/mapTilesTransfer.py", line 48, in __init__
    if ( not isinstance( trepos_source, tilesRepo.TilesRepository ) ):
AttributeError: 'module' object has no attribute 'TilesRepository'

--------
comment out mapTilesTransfer line 48 - 51, problem solve.

Original issue reported on code.google.com by LaiChun...@gmail.com on 6 Mar 2012 at 6:40

GoogleCodeExporter commented 8 years ago
this issues was because the tilesRepo was moved to a different location, all 
good now see r1229

Original comment by heldersepu on 8 Mar 2012 at 2:01