jpwatters / gmapcatcher

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

Export Map menu function fails to export any maps #391

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
 1.Select Export Maps from Menu
 2.Select any destination repository type or path 
 3.code correctly confirms path exists but 

What is the expected output? What do you see instead?
A new repository but the destination path is empty

What version of the product are you using? On what operating system?
Windows 7.
The functionality worked in revision 1257.
The revision which appears to break the code is about 1288

Please provide any additional information below.
In revision 1288 the code changed in ExWindow.py from:
self.drepos = trFactory.get_tile_repository( self.mapServ, drepos_path, 
drepos_type )
to:
self.drepos = trFactory.get_tile_repository( self.mapServ, self.conf)

On traceing the new python code the problem seems to be that self.conf points 
to the existing repository, not the new one that we wish to export to.
Sorry but my python experience is limited and I would help further if I could.

Original issue reported on code.google.com by jonoldr...@gmail.com on 28 Aug 2013 at 6:49

GoogleCodeExporter commented 8 years ago
Yes I see what you mean, and I'm not getting any errors on the console...
This is going to be a fun one!

Original comment by heldersepu on 29 Aug 2013 at 12:40

GoogleCodeExporter commented 8 years ago
Your comment about the ExWindow.py were very helpful, it should be all working 
now.
see r1602 for details.

Original comment by heldersepu on 29 Aug 2013 at 1:20

GoogleCodeExporter commented 8 years ago
Hi,
Yes I checked out 1602 & I successfully exported files & rmaps using PyDev 
environment.  Many thanks for speedy response.  I've been trying for weeks to 
work this one out :-)

Original comment by jonoldr...@gmail.com on 29 Aug 2013 at 5:13