[Google Maps API v3] Re: Adding code to getTileUrl

2013-01-24 Thread Rossko
It's probably best to start a new thread, rather than unearthing an old one that's only vaguely related. http://www.pakobrats.com/morrinmaps/mappy5_1.php I get an error from map.maxZoom(mapMaxZoom); Map objects don't have a maxZoom method, https://developers.google.com/maps/documentation/

[Google Maps API v3] Re: Adding code to getTileUrl

2013-01-23 Thread wiliam sullivan
On Thursday, October 20, 2011 9:48:17 AM UTC-4, Rossko wrote: > > > But it doesn't work - infact, putting any code into getTileURL except > > '{ return "/url" }' seem to make it to fail. > > If only we could see what "fail" meant > I'm trying to set a variable within the getTileUrl: functi

[Google Maps API v3] Re: Adding code to getTileUrl

2011-10-20 Thread Kesuke
Curiously it didn't throw up the error else I would have picked it up - but that is not necessarily suprising as it is part of a large javascript and PHP web app with reasonable exception handling. I agree of course from experience that it is much easier to help when people post links. In this cas

Re: [Google Maps API v3] Re: Adding code to getTileUrl

2011-10-20 Thread Andrew Leach
On 20 October 2011 15:29, Kesuke wrote: > Nevermind, rewrote it and it works. From what I can see it was the > lowercase M in math.pow(). Did that not produce an error which would help in the diagnosis? Something like "math is not defined" or "cannot use pow() method of null" or somesuch? This i

[Google Maps API v3] Re: Adding code to getTileUrl

2011-10-20 Thread Kesuke
Nevermind, rewrote it and it works. From what I can see it was the lowercase M in math.pow(). On Oct 20, 2:48 pm, Rossko wrote: > > But it doesn't work - infact, putting any code into getTileURL except > > '{ return "/url" }' seem to make it to fail. > > If only we could see what "fail" meant --

[Google Maps API v3] Re: Adding code to getTileUrl

2011-10-20 Thread Rossko
> But it doesn't work - infact, putting any code into getTileURL except > '{ return "/url" }' seem to make it to fail. If only we could see what "fail" meant -- You received this message because you are subscribed to the Google Groups "Google Maps JavaScript API v3" group. To post to this group