On Oct 30, 11:54 am, Martin <[EMAIL PROTECTED]> wrote: > Hi, > > I use Google maps in a local script inside my personal pc (no server). > > Is there a way to create a GIcon with a local image (URL "c: > \image.png")? > > If I use a server URL (ex.http://www.site.com/image.png) I can see > it, but with a local URL (URL c:\image.png) I can not see nothing.
You could try with a file:// protocol url, but bear in mind that Javascript is not supposed to be allowed to access anything on the local disk. You will probably find that it works in one browser and not another. Andrew --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
