Hi, > now: I'd like to use OSM on pages optimised for mobile phone - google > maps have a service which displays a small (about 200px sq.) image > with simple links to pan and zoom. The 'tile browser' at > http://dev.openstreetmap.org/~ojw/Browse/ is close, but way too large > for mobile phone screens.
Tiles are 256x256 pixel. If you want decent usability you must display three columns and three rows and then always pan by +/-1 otherwise the user gets confused. You could try to simply display one tile but I doubt this will work well. Anything not working with existing tiles would mean that you either have to create tiles yourself which requires a bit of infrastructure, or you would have to combine and split existing tiles through a web service which would mean that all map traffic goes through that service... Bye Frederik -- Frederik Ramm ## eMail [EMAIL PROTECTED] ## N49°00'09" E008°23'33" _______________________________________________ talk mailing list [email protected] http://lists.openstreetmap.org/cgi-bin/mailman/listinfo/talk

