When adding more than one CanvasLayer with leaflet 0.7 I had issues with the canvas alignment. Fix was to add the following CSS: ``` .leaflet-overlay-pane canvas { position: absolute; } ```