Hi to all,
Do someone have an example of a custom grid overlay for v3? I'm trying
to develop one with autoscale based on current zoom level (just a
simple function with zoom_level as input and several 'if-else') and
min interval (on max zoom level) between grid lines as 1 minute. I
found one pretty example from Bill Chadwick for v2 and tried to
redesign it to use v3, but it doesn't work by some reason. The main
thing as I can see is that the execution doesn't go into 'draw' of my
custom overlay.
And one more little question - is it good when I use an empty array of
DIVs in onAdd in that way:
GridOverlay.prototype.onAdd = function() {
this.divs_ = new Array();
this.getPanes().overlayLayer.appendChild(this.divs_);
}
---
Thanks in advance,
Alexey
--
You received this message because you are subscribed to the Google Groups
"Google Maps JavaScript API v3" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/google-maps-js-api-v3?hl=en.