On Feb 22, 11:25 am, "[email protected]" <[email protected]> wrote: > On Feb 22, 10:22 am, deweblop <[email protected]> wrote: > > > Well, my own debugging didn't lead to anything so far. Hooking the > > map.move method just gave me api internal caller methods, which i > > can't get a clue due to obscuryfied code. Anyways it looked like there > > would be some loop onto it. > > > To be able to show you the problem i made a example page without all > > the other stuff contained, just the marker dragging. See my first post > > to check for the problem. > > >http://www.deweblop.de/dragbug/example.html > > I get a javascript error in IE6.0 > Line: 53 > Error: Expected identifier, string or number > > I believe that is because you have a "," after the last element of (at > least) one of your JSON objects. But it prevents the map from > displaying.
I get the same error as Rossko in FF3.5.8, it seems to be in the http://www.deweblop.de/bugtest?key=powdermap file. I also agree with his feeling that you could certainly simplify the map a lot more, and in doing so you will probably find the problem. -- Larry > > FYI, the 3.x in your script include doesn't make sense to me: > <script type="text/javascript" src="http://maps.google.com/ > maps?file=api&v=3.x&key=ABQIAAAAWhgwkXromNe- > ZhQmOWPuFRRQBM5CPB6tnz1SfKqhm7jum9vdjhRG_dloiMS4AtrmGEBPEkm1uQfgfg&hl=de"></ > script> > > This group supports v2 of the Google Maps API (which seems to be what > your page is using v2.193c), v3 doesn't require a key, is still in > Google Labs, and has a separate group. > > -- Larry > > > > > > > Thanks in advance.- 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.
