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.

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&amp;v=3.x&amp;key=ABQIAAAAWhgwkXromNe-
ZhQmOWPuFRRQBM5CPB6tnz1SfKqhm7jum9vdjhRG_dloiMS4AtrmGEBPEkm1uQfgfg&amp;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.

-- 
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.

Reply via email to