I have been trying for a while now to get gwt-maps-1.0.1 to work with
gwt-windows-1.5.3 but I am again and again encountering the same
error: "Unterminated string constant" on line 220.

I have tried the following:
- project made using the gwt-maps guide and clean project
- placing the maps script tag about anywhere in the gwt.xml and HTML
file
- different HTML description tags
- different versions of GWT and gwt-maps
When I compile everything runs fine in Firefox and Chrome but IE 7.0
refuses to run the code.

I have tried to look through the JavaScripts and I found that the
problem arises in 
http://maps.google.com/intl/da_ALL/mapfiles/132e/maps2.api/main.js
which is loaded from http://maps.google.com/maps?gwt=1&file=api&v=2&key=xxx
220: var ag=
["opera","msie","applewebkit","firefox","camino","mozilla"],bg=
["x11;","macintosh","windows"];function cg(a){var
b=this;b.agent=a;b.type=-1;b.os=-1;b.cpu=-1;b.version=0;b.revision=0;var
a=a.toLowerCase();for(var c=0;c<j(ag);c++){var d=ag[c];if(a.indexOf
(d)! =-1){b.type=c;var e=new RegExp(d+"[ /]?([0-9]+(.[0-9]+)?)");if
(e.exec (a))b.version=parseFloat(RegExp.$1);break}}for(var c=0;c<j
(bg);c++)
{var d=bg[c];if(a.indexOf(d)!=-1){b.os=c;break}}if(b.os==1&&a.indexOf
("intel")!=-1)b.cpu=0;if(b.xa()&&
221: /\brv:\s*(\d+\.\d+)/.exec(a))b.revision=parseFloat(RegExp.$1)}

Does anybody have a clue what I am doing wrong? Thanks.

--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to