Hi there,

I am experiencing a problem on my version of Mike's/Mapki's campus map
tutorial.

First of all, I don't understand why we have to use the Photoshop tile
cutting script, when the open atlas (http://open.atlas.free.fr/
GMapsTransparenciesImgOver.php) outputs 256x256 tiles automatically?
(as
seen here: http://open.atlas.free.fr/PlayGround/GD_Lib/Rob/Tiles/floor/).

Anyway, I have saved these automatically generated .jpgs to my server
and have adapted the script,
but when I run it all I am getting is grey area instead of the tiles
that should be showing. I am testing under zoom level 15. I am
thinking it is either a problem with the GLatLngBounds function which
i determined using the custom layer on this:
http://open.atlas.free.fr/PlayGround/GD_Lib/yourCustomLayerinGMap.php....
Using the above link, was i right to determine the GLatLngBounds
function manually by clicking on the top left corner and bottom right
corner of the overlay? I also determined the "map.setcenter" function
this way.

The other problem might have come from this part of the code:

CustomGetTileUrl=function(a,b){
          return "http://www.robmaps.co.uk/Floor_plans/Chadwick/
Tiles/"+a.x+"_"+a.y+"_"+(b)+".jpg"}

Does that match with this for example? -
http://www.robmaps.co.uk/Floor_plans/Chadwick/Tiles/16369_10892_15.jpg

Here is a link to the script in full if it'll help:
http://www.robmaps.co.uk/Floor_plans/Chadwick/script.html

Thanks in advance,
Rob
--~--~---------~--~----~------------~-------~--~----~
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