Hi All, I have a google MapWidget that has several marker overlays. When run in hosted mode, these markers can be seen. However, once compiled into Javascript, the following error is thrown in Firefox:
Error: [Exception... "'com.google.gwt.core.client.JavaScriptException: (TypeError): a is null fileName: http://maps.google.com/intl/en_ALL/mapfiles/150c/maps2.api/main.js lineNumber: 532 stack: (null,"C:\\myIcon.png",[object Object])@http://maps.google.com/ intl/en_ALL/mapfiles/150c/maps2.api/main.js:532 ("C:\\mtIcon.png")@http://maps.google.com/intl/en_ALL/mapfiles/150c/ maps2.api/main.js:1262 l2([object Object])@http://localhost:8080/MyProject/ ACADCA4DA4C0B465E1EA03342F4CF5CC.cache.html:726 C1([object Object],[object Object])@http://localhost:8080/MyProject/ ACADCA4DA4C0B465E1EA03342F4CF5CC.cache.html:710 mx([object Object],[object Object])@http://localhost:8080/MyProject/ ACADCA4DA4C0B465E1EA03342F4CF5CC.cache.html:154 px([object Object])@http://localhost:8080/MyProject/ ACADCA4DA4C0B465E1EA03342F4CF5CC.cache.html:156 ([object Event])@http://localhost:8080/MyProject/ ACADCA4DA4C0B465E1EA03342F4CF5CC.cache.html:204 ' when calling method: [nsIDOMEventListener::handleEvent]" nsresult: "0x8057001c (NS_ERROR_XPC_JS_THREW_JS_OBJECT)" location: "<unknown>" data: no] Hence, in both Firefox and IE, I can't seem to see the markers. Does anyone have any ideas as to why this is happening? Thank you very much. Chitra --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Google Web Toolkit" 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-Web-Toolkit?hl=en -~----------~----~----~----~------~----~------~--~---
