hello
Since i upgrade the thinkgeo mapping module version from 4.5 to 5.0, I sometimes get the error displayed in the enclosed file.
what is the problem with the new version ?
hello
Since i upgrade the thinkgeo mapping module version from 4.5 to 5.0, I sometimes get the error displayed in the enclosed file.
what is the problem with the new version ?
Hi Sebastien,
I haven’t see your file.
Could you upload that again?
Regards,
Don
Hi Sebastien,
This message should from our code.
Have you checked the Google script and your Google key?
Regards,
Don
Hi sebasiten,
I saw our sampe code like this:
GoogleOverlay google = new GoogleOverlay("Google Map");
google.JavaScriptLibraryUri = new Uri(ConfigurationManager.AppSettings["GoogleUriV3"]);
google.GoogleMapType = GoogleMapType.Normal;
Map1.CustomOverlays.Add(google);
And the value of GoogleUriV3 is maps.google.com/maps/api/js?sensor=false
Are you using GoogleOverlay or GoogleMapsLayer?
Regards,
Don
I am using google overlay.
Hello sebastien,
Thank you for your post and feedback, this exception is thrown by OpenLayer, so that it maybe caused by Map Suite create the client script.
Could you please provide a sample that we can review the code to find out what’s happening.
Regards,
Gary