On Mar 4, 4:09 pm, Quasi <[email protected]> wrote: > Hi! > I got a strange error which i cannot fix -.- > > My xmlfile is generated by a phpscript which takes the data of my > userdatabase. > If I use my full userdatabase I end up with about 1200 markers in the > xmlfile and it works well on the map. > But when I generate a xmlfile with less markers (p.e. 500), I get a "a > is null" error and the map doesn't show up. > > As soon I take the limit of markers out of my xmlgenerator, the map > works again.
I have no idea why it would work with 1200 markers and not 500. It does work in Firefox and not in IE, which indicates a character set problem, and it's probably at ...mitglied="löpi"... There may be other occurrences of similar high-end characters. The fix is to encode your XML -- which you will need to do in the PHP script. Andrew --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
