> http://martinpearman.co.uk/bin/capture_image.txt
>
> It should be easy to follow i hope!!
>
> If you have any questions then post again in this thread or email me
> and i'll do my best to help.
i don't use a tileserver, so the tile informations (name, tileBounds,
captures,ect) don't store in database.
i only put all the tiles in a folder and to retrieve it, i use :
CustomGetTileUrl=function(a,b){
return "http://mydomain.com/tiles/"+a.x+"_"+a.y+"_"+(17-b)
+".jpg";
}
do i have to create a tileserver (save the tile information in
database)??
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---