On Oct 16, 8:23 am, Tiago Falcone <[email protected]> wrote: > Thanks Andrew! You're right, I forgot to insert the login information. > Nowhttp://www.falkebier.com.br/ondeencontrar/read.phpgives me the > two markers I have: one is the default and the other one is the one I > inserted. > But it still doesn't display on the map. > > What should I do about the first problem?
Fix your javascript errors. I get 'lat' is null or not an object. If status is not defined (which it isn't for your first maker) you don't create the marker. That causes a problem when you try to add it to the map. -- Larry > > On Oct 16, 5:07 pm, Andrew Leach <[email protected]> > wrote: > > > > > On Oct 16, 3:55 pm, Tiago Falcone <[email protected]> wrote: > > > > Hello, > > > > I'm having the following problem: I'm trying to insert a marker in a > > > MySql db to show in my API, but I can't see it on the map. > > > One problem is that you can't do this: > > GxMarker.prototype = new GMarker; > > because GMarker requires a GLatLng as a parameter. > > > Another problem is that your script read.php cannot connect to your > > database. It appears that you have not inserted the name of your own > > server.http://www.falkebier.com.br/ondeencontrar/read.php > > > Andrew- Hide quoted text - > > - Show quoted text - --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
