Hi There, I'm trying to use a static map in my web application but i'm having some problems when the app is deployed to the server. The google map is embedded in a webpage. It works fine on my local computer and works ok some of the time on the development server but not usually.
Here is the code i use to embed the map: <img alt="" src="http://maps.google.ca/staticmap?center=<%=longitude_ + "," + latitude_ %>&zoom=13&size=500x300&key=ABQIAAAAHw7Ets0ien63P41o- flS7hTm2pxyEHdzixwRU4bRYQTeFou3xBRe2FsI- jWJkDvYJRaABowUByky0w&maptype=hybrid&markers=<%=longitude_ + "," + latitude_ %>,red"/> the values longitude_ and latitude_ are asp.net variables. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
