On Thu, Jul 10, 2008 at 10:29:17AM +0100, Kai Krueger wrote: > I have noticed a couple minor (cosmetic) issues.
Keep the reports coming, thanks. > 1) The tile detail browser throws exceptions because it can't find the > tile file. E.g. > http://tah.openstreetmap.org/tahngo/Browse/details/tile/12/2073/1453/. > I think the path is hard coded wrongly for that. The path is correct, but there is no tileset file yet there. I fixed this now, try the URL again and see if the output is better now. There is no hardcoded path in there (anymore), it's taken from the Settings. > 2) The server time (minutes) displayed on the homepage is wrong. I think > in templates/base.html it uses month instead of minutes in the time > format string. Doh, it was indeed using months rather than minutes. In addition it used a wrong timezone information. I fixed this by setting the correct timezone in the settings.py file. > 3) The slippy map only goes to zoom level 15 rather than 17. It might > also be nice to be able to browse the other layers Fixed the zoom levels. Adding layers shouldn't be a problem. Remind me if I haven't done it in a few days. spaetz _______________________________________________ Tilesathome mailing list [email protected] http://lists.openstreetmap.org/cgi-bin/mailman/listinfo/tilesathome
