X-Git-Url: https://git.rvb.name/pyrungps.git/blobdiff_plain/c49b871ebc265b1a2030482ca68f89ed920884ff..1690b8b7c8ccfdf60be2b33b314e6c26bdef86e6:/render_tiles.py diff --git a/render_tiles.py b/render_tiles.py index 2d81f77..443ae80 100755 --- a/render_tiles.py +++ b/render_tiles.py @@ -8,6 +8,7 @@ from pprint import pprint def queue_render(db,filename,forced_max_zoom=None): conn = sqlite3.connect(db) + conn.text_factory = str cur = conn.cursor() cur.execute("select minlat,minlon,maxlat,maxlon from tracks where filename=?" , (filename.decode('UTF-8'),))