View Single Post
Posts: 61 | Thanked: 83 times | Joined on Feb 2010 @ Estonia
#1864
Originally Posted by MartinK View Post
Cool, thanks! Can I add it to the modRana page about import scripts ?

BTW, is there a specification of the format somewhere ? I have recently rewritten the modRana tile storage code to a standalone module Python module, so it is now much easier to add support for new tile storage formats.
Of course! Thats why I put it here.
DB looks like
Code:
CREATE TABLE tiles (x int, y int, z int, s int, image blob, PRIMARY KEY (x,y,z,s))
where z=17-zoom as written here: https://code.google.com/p/big-planet...alStorage.java
Not sure about filenames. Maybe modrana should read every .sqlite file and compare schemas?
 

The Following 3 Users Say Thank You to zod For This Useful Post: