Leaflet/src
danzel c92059324d Position tiles without 3d transforms, this makes them faster (google maps does the same). The transforms for them (pan, zoom animation etc) happen on a parent node, this is unaffected.
If you run chrome with about:flags "Composited render layer borders" enabled you will see each tile is dark blue outlined when 3d positioned (meaning each is a render surface) and when not 3d positioned they are cyan outlined (tiles in a tiled composited layer), which renders faster.
Ref http://www.chromium.org/developers/design-documents/gpu-accelerated-compositing-in-chrome (very bottom)
2012-06-22 16:15:08 +12:00
..
control Merge pull request #638 from jacobtoye/PreventDefault 2012-06-18 02:01:06 -07:00
core Add L.Browser.opera3d, L.Browser.any3d and use it everywhere instead of testing each browsers 3d everywhere. Gives opera 3d support! 2012-06-19 09:49:44 +12:00
dom Position tiles without 3d transforms, this makes them faster (google maps does the same). The transforms for them (pan, zoom animation etc) happen on a parent node, this is unaffected. 2012-06-22 16:15:08 +12:00
geo Merge branch 'master' of github.com:CloudMade/Leaflet 2012-03-07 00:08:17 +02:00
geometry Merge remote-tracking branch 'origin/master' 2012-02-03 12:07:23 +02:00
layer Position tiles without 3d transforms, this makes them faster (google maps does the same). The transforms for them (pan, zoom animation etc) happen on a parent node, this is unaffected. 2012-06-22 16:15:08 +12:00
map Merge branch 'danzel-animate-zoom-tryagain' 2012-06-21 14:53:48 +03:00
Leaflet.js refactor icon and default marker image paths, wrap library in a function 2012-05-10 17:03:50 +03:00