I needed some advice regarding the GGroundOverlay function, where I
want to pass the local client address as the URL:
This is how the the function needs to be implemented
GGroundOverlay(imageUrl:String, bounds:GLatLngBounds)
the tiles that I loaded were put in a remote site:
var oldmap = new GGroundOverlay("https://webdisk.ucalgary.ca/~snaqvi/
public_html/images/30MIN/N39W104E7_30.jpg", boundaries);
I would like to load these image tile locally from my PC, or the
client
machine which is calling the script from the server.
Would it be possible to refer the local client machine as the imageUrl
in
the GGroundOverlay function.
Here is the URL link to my script:
http://tainan.geomatics.ucalgary.ca/ENGO551/naqvi/MISC/Project/mapurl_final.html
Thanks,
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---