Hi Marcelo, your suggestion really helped out as I was able to get the right coordinates with that GLog module that I added. It is great for debugging.
I finally was able to create the custom map and show it on the screen. Next steps for me will be to know how to add markers on the map so I can do searching to locate people's offices Thanks. hk On Mon, Aug 17, 2009 at 11:14 AM, Marcelo <[email protected]> wrote: > > On Aug 17, 4:58 pm, "Pil (Trustworthy from Experience)" > <[email protected]> wrote: > > Maybe you used CMYK encoding and not the usual RGB encoding. Or, maybe > > more likely, you uploaded them as ASCII instead of binary. > > I don't have any problem viewing the tiles with FF2, at least the ones > I checked: > http://www.linkkings.com/hkbica/aaa/3_3943_6362.jpg > http://www.linkkings.com/hkbica/aaa/4_7888_12724.jpg > > However, as I mentioned in my previous post, those tile numbers are > wrong. > You can try changing CustomGetTileUrl to this,so as to see what > numbers are actually being requested: > > CustomGetTileUrl = function(a,b){ > var url = 'aaa/' + b + '_' + a.x + '_' + a.y + ' .jpg'; > GLog.write(url); > return url; > } > > > -- > Marcelo - http://maps.forum.nu > -- > > > > --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
