El Miércoles, 26 de Marzo de 2008, Lars Aronsson escribió: > The optimal solution for computerized maps is to use Mercator on > the local level and a picture of a rotating globe on the world > map, just like Google Earth does. But that's a lot harder to do > on the web with today's technology (HTML, AJAX and a tile server).
It could be done with a bit of help from HTML5's <canvas> element. Gotta study how those javascript rotation matrices and temporary canvases work, tough... Given that, the optimal solution would be local gnomonic projections, or UTM zones. If you use spherical mercator for rendering on a global basis, you'll hit a problem with the zoom levels. In other words, roads rendered at z17 near the equator are a lot more cramped than z17 roads in, say, Finland. -- ---------------------------------- Iván Sánchez Ortega <[EMAIL PROTECTED]> USERS ERROR. REPLACE USER AND PRESS ANY KEY. (Deep Blue. 1997)
signature.asc
Description: This is a digitally signed message part.
_______________________________________________ talk mailing list [email protected] http://lists.openstreetmap.org/cgi-bin/mailman/listinfo/talk

