Dave Leaver
Dave Leaver
@sambernet ^^ You did this change I think, could you take a look please?
When did we change this?
Might have been #28
Yeah please do
Thanks! I'm not sure I can merge this as it looks like it uses a bunch of files we don't have. Maybe you could write up a post on how...
If you have a blog somewhere you could put it on there and we can add a link in the readme. Otherwise maybe write it up in an issue and...
Hrm ok thanks. Maybe we want to have a LRU cache instead.
You add listeners on each of them and handle them like normal. I'm not sure what you mean by your second question, all grid layers should be in the same...
To use it across 2 maps you'll need to do some dodgyness: Listen for mouse events on both maps so you get latlng's. Call the _objectForEvent method on your grid...
Right now we don't pass through the original mouse event or any of those bits, looks like it should be easy to add if you check out the _move function,...