brendankenny / CanvasLayer

A <canvas> map layer for the Google Maps JavaScript API v3 for 2d and WebGL data visualization
Apache License 2.0
147 stars 52 forks source link

Fixes bug which was preventing a pane name specified in the options to be set. #1

Closed jdduarte closed 9 years ago

jdduarte commented 9 years ago

This was due to the fact that setPane method doesn't exist. Started using setPaneName instead.

brendankenny commented 9 years ago

Thanks! And nice catch. Clearly I wasn't using a non-default pane in any of my apps... :facepalm:

jdduarte commented 9 years ago

That's what I thought. Cool, thanks for accepting it :+1: