Closed morgajel closed 10 years ago
we need to rethink how geomorphs are stored on the FS and in redis.
I think
/static/images/geomorphs/[0-5]/*.png
should be changed to
/static/images/geomorphs/[author]/[tileset]/[0-5]/*.png
Which can then be stored in redis as
LPUSH geomorphtile[0-5] {"path":path, "author":author, "tileset":tileset }
closed via 2b61a8d..deb2d6b
we need to rethink how geomorphs are stored on the FS and in redis.
I think
should be changed to
Which can then be stored in redis as
LPUSH geomorphtile[0-5] {"path":path, "author":author, "tileset":tileset }