Re: [Google Maps API v3] Grid overlay on to map

2012-06-07 Thread Barry Hunter
Probably a big late for this thread, but Bill has ported his grids to v3... http://www.bdcc.co.uk/Gmaps/ll_grat_v3_demo.htm More... http://www.bdcc.co.uk/Gmaps/BdccGmapBits.htm On Thu, Jan 26, 2012 at 9:28 AM, tezz wrote: > Do someone have an example of a custom grid overlay for v3? I'm > try

Re: [Google Maps API v3] Grid overlay on to map

2012-01-26 Thread Chris Broadfoot
Hi tezz, Try here as a starting point: http://code.google.com/apis/maps/documentation/javascript/examples/overlay-simple.html Cheers Chris -- G+: http://chrisbroadfoot.id.au/+ Twitter: http://twitter.com/broady On Thu, Jan 26, 2012 at 8:28 PM, tezz wrote: > Do someone have an example of a c

[Google Maps API v3] Grid overlay on to map

2012-01-26 Thread tezz
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 fr