Link to home
Start Free TrialLog in
Avatar of KnowledgeWare
KnowledgeWare

asked on

Google Maps- Script stops working after the first marker is created

Hi Experts guys,

I have a local html page holding a google map to display some markers and infobubbles.  The data are pulled up from a json file.  Everything works fine in our development and testing environments, but now after releasing the product, 2 of 6 installations are not showing up the map properly.  It seems the script stops working after the first marker is created (when it tries to create the associated infobubble).

We have tried everything from playing with security setting in IE (Internet Security Zone and Advanced settings), folder permission, enhanced security, replacing script files for fresh one, but nothing seems to work in that particular machines.  We can’t reproduce the exact same error in our lab and we have limited access to the client's machines.

I use MOTW to run the html page in the Internet Security Zone.  I played with settings in this zone and I found the only one affecting the map is ‘Active Scripting’. If ‘Active Scripting’ it is disabled the html page just show up a blank page (which it’s not the same error we are trying to reproduce).

Attached please find the script files involved in this case.  (I just remove our own google API v3 key).

Hope someone could point us in the right direction.

Thanks,

Knowledgeware Development Team
Scripts.zip
SOLUTION
Avatar of jmdl1983
jmdl1983

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
SOLUTION
Avatar of Tom Beck
Tom Beck
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
ASKER CERTIFIED SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of KnowledgeWare
KnowledgeWare

ASKER

Further testing gave me elements to find the solution.  It was related to database data and error control.