Hi Venkat,

Your /getData script has errors in it:

var data = {"photos":]}

It should be:

var data = {"photos":[]}

If you fix your errors then things might work.

- Luke


On Thu, Apr 29, 2010 at 6:45 PM, Venkatraman.S. <[email protected]> wrote:

> Issue: I have developed an app wherein i am using the google maps api
> v3.
> Earlier i used to use the following in my code which would load the
> maps in my website and also let me geocode.
>
> <script type="text/javascript" src="http://www.google.com/jsapi?
> autoload={'modules':[{name:'maps',version:
> 3,other_params:'sensor=false'}]}"></script>
>
> Today, this stopped working. I was in my development phase till then
> (and am still now). I opined that the maps isp robably not working due
> to the fact that i do not have a key, so i generated the key and
> included it in the code and deployed it on the side.But I dont see the
> map load still!
>
> Quick help would be great, as i am about to launch the beta soon.
>
> Link to the map : http://mapatree.appspot.com/
>
> -Regards
> Venkat
>
> --
> You received this message because you are subscribed to the Google Groups
> "Google Maps JavaScript API v3" group.
> To post to this group, send email to
> [email protected].
> To unsubscribe from this group, send email to
> [email protected]<google-maps-js-api-v3%[email protected]>
> .
> For more options, visit this group at
> http://groups.google.com/group/google-maps-js-api-v3?hl=en.
>
>

-- 
You received this message because you are subscribed to the Google Groups 
"Google Maps JavaScript API v3" 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-js-api-v3?hl=en.

Reply via email to