stamen / modestmaps-js

Modest Maps javascript port
http://modestmaps.com
566 stars 152 forks source link

map rotation #136

Open cpietsch opened 12 years ago

cpietsch commented 12 years ago

Hello! Is there a way to rotate the map, like polymaps angle function: http://polymaps.org/ex/tiles.html ?

tmcw commented 12 years ago

Nope - at least it's not planned at this point. We're trying to keep legacy browser support here, and there's no way to rotate a canvas or individual images in IE<9.

cpietsch commented 12 years ago

sure thing, but considering mobile devices a rotation feature is pretty important. is there maybe somewhere an experimental example available since there is an teaser about the rotation on https://github.com/stamen/modestmaps-js/tree/master/examples/ ?

tmcw commented 12 years ago

It's worth a shot; if you want to go for it, try it out. There'd probably be one stage of just supporting rotation on the element, and then another of supporting tile loading in a diamond - something that prompted polymaps to do scanline tile loading rather than the simple for x in range technique we have here.