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
-~----------~----~----~----~------~----~------~--~---

Reply via email to