Awesome...thanks so much...the "b" instead of 17-b makes so much more sense. Shad
On Mar 2, 4:39 pm, "[email protected]" <[email protected]> wrote: > On Mar 2, 4:27 pm, "[email protected]" <[email protected]> > wrote: > > > On Mar 2, 4:19 pm, shadrack <[email protected]> wrote: > > > > Those tiles exists(x and y coords) in the 10 zoom, which is what the > > > javascript should be testing. I've limited it to just zoom 10. I > > > think the x and y coords on my tiles for zoom level 7 are different. > > > I'm not sure if they should be or not. But why isn't zoom 10 > > > working?http://www.julieshad.com/images/mapping/tiles/10_166_394.jpg > > > v2 zoom level 10 === v1 zoom level 7 (== 17-10) > > > your CustomGetTile function is returning 17-10 = 7.... > > > return "http://www.julieshad.com/images/mapping/tiles/"+(17-b)+"_"+a.x > > +"_"+a.y+".jpg" > > > perhaps you need tiles for 7 rather than 10. > > If I change the CustomGetTile function to use b rather than 17-b, I > get tiles:http://www.julieshad.com/images/mapping/tiles/10_162_397.jpg > > They are offset from the google tiles by a significant amount. Your > tiles look to me more like the Google G_PHYSICAL_MAP tiles, you might > want to use that where your tiles don't exist, rather than the > G_NORMAL_MAP. > > -- Larry > > > > > -- Larry > > > > Thanks, > > > Shad > > > > On Mar 2, 3:38 pm, "[email protected]" <[email protected]> > > > wrote: > > > > > On Mar 2, 3:35 pm, shadrack <[email protected]> wrote: > > > > > > here ya > > > > > go...thanks!http://www.julieshad.com/weather/cwsu/zoa_hazards_tile2.html > > > > > My browser can't see your > > > > tiles:http://www.julieshad.com/images/mapping/tiles/7_166_394.jpghttp://www... > > > > > > On Mar 2, 3:28 pm, AnthonyP <[email protected]> wrote: > > > > > > > John, > > > > > > > The link is valid, it's just been word-wrapped. Here's the same > > > > > > link > > > > > > in tinyurl --http://tinyurl.com/ckgcrb > > > > > > > On Mar 2, 4:25 pm, "Maps.Huge.Info (Google Maps API Guru)" > > > > > > > <[email protected]> wrote: > > > > > > > Your link is invalid. Please check and resubmit with the correct > > > > > > > URL. > > > > > > > > Thank you. > > > > > > > > -John Coryat > > > > > > > >http://maps.huge.info > > > > > > > >http://www.usnaviguide.com-Hidequotedtext- > > > > > > - Show quoted text -- Hide quoted text - > > > > - Show quoted text -- Hide quoted text - > > > - Show quoted text - --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Google Maps API" 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-API?hl=en -~----------~----~----~----~------~----~------~--~---
