|
2012-03-27
, 08:40
|
Posts: 169 |
Thanked: 149 times |
Joined on Mar 2010
|
#292
|
Hey webhamster,
just tried your latest git code. Thanks.
And got some errors at first run. You fin the output attached as txt file.
Is this helpful for you to do so? Or may we be more helpful any other way?
@rob_kouw
also a big thanks to you for being so generous and trusting
@webhmaster
started second time and its very slow, some caches are not shown anymore (some are), sometimes the map is not updated/displayed anymore. Starting the old version again returns to old state (so at least database alterations seems to be not harmful for old version). Or did you create a new version? Where? But I do not think so. Downloading overview and details seems to work, but I do not see them updated on map (see above).
Is this the right place to give feedback?
Cheers
The Following User Says Thank You to webhamster For This Useful Post: | ||
|
2012-03-27
, 13:53
|
Posts: 169 |
Thanked: 149 times |
Joined on Mar 2010
|
#293
|
|
2012-03-27
, 20:55
|
|
Posts: 4,118 |
Thanked: 8,901 times |
Joined on Aug 2010
@ Ruhrgebiet, Germany
|
#294
|
And if anybody wants to join, I'll be at this geocaching event: http://coord.info/GC3BJ3A
|
2012-03-31
, 17:48
|
Posts: 169 |
Thanked: 149 times |
Joined on Mar 2010
|
#295
|
The Following 5 Users Say Thank You to webhamster For This Useful Post: | ||
|
2012-04-04
, 15:28
|
|
Posts: 560 |
Thanked: 423 times |
Joined on May 2010
@ Switzerland
|
#296
|
|
2012-04-05
, 19:40
|
|
Posts: 4,118 |
Thanked: 8,901 times |
Joined on Aug 2010
@ Ruhrgebiet, Germany
|
#297
|
There seem to be some problems with the database. You could try to rename your .agtl/caches.db to something else.
|
2012-04-06
, 05:02
|
Posts: 301 |
Thanked: 531 times |
Joined on Aug 2010
@ The Netherlands
|
#298
|
|
2012-04-07
, 22:32
|
|
Posts: 4,118 |
Thanked: 8,901 times |
Joined on Aug 2010
@ Ruhrgebiet, Germany
|
#299
|
Dear peterleinchen,
SQL! I love working with SQL on a database. What is the way to go? Copied it to a pc? On the N900 itself? Which SQL program?
, but even after compacting AGTL will not finish any download. I think there is something wrong with the format. Reading seems to be fine though. But anyhow I reinstalled the old database.)
|
2012-04-12
, 15:49
|
Posts: 35 |
Thanked: 27 times |
Joined on Jun 2008
@ Finland
|
#300
|
@staticmethod def _load_tile(filename): try: surface = cairo.ImageSurface.create_from_png(filename) except MemoryError: # Try JPEG. Load jpeg image, add alpha channel (32 bits), create imagesurface pixbuf24 = gtk.gdk.pixbuf_new_from_file(filename) pixbuf = pixbuf24.add_alpha(False, chr(0), chr(0), chr(0)) pix_data = pixbuf.get_pixels_array() surface = cairo.ImageSurface.create_for_data(pix_data, cairo.FORMAT_RGB24, pixbuf.get_width(), pixbuf.get_height(), pixbuf.get_rowstride()) if surface.get_width() != surface.get_height(): raise Exception("Image too small, probably corrupted file") return surface
The Following User Says Thank You to Kegetys For This Useful Post: | ||
just tried your latest git code. Thanks.
And got some errors at first run. You fin the output attached as txt file.
Is this helpful for you to do so? Or may we be more helpful any other way?
@rob_kouw
also a big thanks to you for being so generous and trusting
@webhmaster
started second time and its very slow, some caches are not shown anymore (some are), sometimes the map is not updated/displayed anymore. Starting the old version again returns to old state (so at least database alterations seems to be not harmful for old version). Or did you create a new version? Where? But I do not think so. Downloading overview and details seems to work, but I do not see them updated on map (see above).
Is this the right place to give feedback?
Cheers