markerclusterer_compiled.js throwing error for Markers
We are using Google Maps API V3 Markers to show markers in the google map
when we search using location.
Below is the code we are using to call Google api.
script.Append("<script type=\"text/javascript\" language=\"javascript\"
src=\"http://maps.google.com/maps/api/js?v=3&sensor=false\"></script>" +
Environment.NewLine + Environment.NewLine);
script.Append("<script type=\"text/javascript\" language=\"javascript\"
src=\"http://google-maps-utility-library-v3.googlecode.com/svn/trunk/markerclusterer/src/markerclusterer_compiled.js\"></script>"
+ Environment.NewLine + Environment.NewLine);
script.Append("<script language=\"javascript\" type=\"text/javascript\">" +
Below is the issue :
From 12th Sept 2013, suddenly Markers stopped working and not showing in
the map. Please advice, whether there is any change in code before 12th
Sept 2013. Below is the error we are getting when we tried to search any
location.
Webpage error details
User Agent: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1;
Trident/4.0; .NET CLR 1.1.4322; .NET CLR 2.0.50727; .NET CLR 3.0.04506.30;
.NET CLR 3.0.4506.2152; .NET CLR 3.5.30729; .NET4.0C; .NET4.0E;
InfoPath.3) Timestamp: Thu, 12 Sep 2013 03:04:51 UTC
Message: Script error Line: 0 Char: 0 Code: 0 URI:
http://google-maps-utility-library-v3.googlecode.com/svn/trunk/markerclusterer/src/markerclusterer_compiled.js
Error is coming from markerclusterer_compiled.js
Please advice how to fix the issue.
No comments:
Post a Comment