Hi everyone, I am integrating the google static maps into my web site. I dynamically generate the src URL of the image, by looking up the details from the DB and composing the string to be passed to http://maps.google.com/maps/api/staticmap? URL
When executing my web site (it's still under development) the img is not loaded at all (the infamous red cross); if I copy from Visual Studio the dynamically generated source URL and past into the address bar of IE8 or FF3, the image shows correclty. And even more weird, if I re-run my web site with exactly the same src URL this time it will work! My string looks like: http://maps.google.com/maps/api/staticmap?center=Piazzale+Loreto+1,20131,Milano,MI,Italia&size=512x512&maptype=roadmap&sensor=false&key=my_own_key Any help is appreciated. Regards, LZ -- 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.
