[Google Maps API v3] Re: Combining FastMarker and JSON

2010-09-19 Thread Rossko
> Thank you for the information, i changed the code now that the > addmarkers is outside the initialize function, so i hopefully opend > the > site and see but now i got the error that my JSON file would not be > there (Crome) or that it is wrong (Firefox). I ran the json to a > validator but it sa

[Google Maps API v3] Re: Combining FastMarker and JSON

2010-09-18 Thread Paul
Thank you for the information, i changed the code now that the addmarkers is outside the initialize function, so i hopefully opend the site and see but now i got the error that my JSON file would not be there (Crome) or that it is wrong (Firefox). I ran the json to a validator but it said everythin

[Google Maps API v3] Re: Combining FastMarker and JSON

2010-09-18 Thread Rossko
> http://www.doe-de-polischeck.nl/paultest/enkelelayer.html > > the strange thing is that now i got another error, i got rid of the > google error but now i got the error that my function > is not defined You've defined addMarkers() inside of the initialize() function, in local scope to initialize

[Google Maps API v3] Re: Combining FastMarker and JSON

2010-09-17 Thread Paul
Sorry i forgot to post the link http://www.doe-de-polischeck.nl/paultest/enkelelayer.html the strange thing is that now i got another error, i got rid of the google error but now i got the error that my function is not defined On 17 sep, 17:32, Rossko wrote: > > The error i get is that google i

[Google Maps API v3] Re: Combining FastMarker and JSON

2010-09-17 Thread Rossko
> The error i get is that google is not definied, the thing is if i just > load the script seperatly than there is no problem at all, i cannot > see where I  made a mistake. Neither can we. I'd guess the mistake is about the order in which you load scripts, and your code dump is useless to see ho