Tested showcase gMap demos with ICEfaces 4 trunk, EE-3.3.0 maintenance branch r51943 Tomcat 8, Chrome 61, MS Edge, IE 11, 10, 9, 8
A console error in the showcase gMapEvent > Overview demo was introduced at r51726
Uncaught ReferenceError: none is not defined
showcase.jsf?grp=ace%3AgMapEvent&exp=Overview:260
at HTMLDocument.<anonymous> (showcase.jsf?grp=ace%3AgMapEvent&exp=Overview:260)
at fire (coalesced.js.jsf?ln=ice.core&dgst=o4f8tk:3099)
at Object.fireWith [as resolveWith] (coalesced.js.jsf?ln=ice.core&dgst=o4f8tk:3211)
at Function.ready (coalesced.js.jsf?ln=ice.core&dgst=o4f8tk:3423)
at HTMLDocument.completed (coalesced.js.jsf?ln=ice.core&dgst=o4f8tk:3453)
A console error in the showcase gMapLayer > Overview demo was introduced at r51726. The error is seen when selecting one of the radiobuttons. After making selections the expected layers do not render on the map.
VM3085:1 Uncaught ReferenceError: Skip is not defined
at HTMLDocument.<anonymous> (<anonymous>:1:139)
at m (coalesced.js.jsf?ln=ice.core&dgst=o4f8tk:69)
at Object.add [as done] (coalesced.js.jsf?ln=ice.core&dgst=o4f8tk:69)
at d.fn.init.d.fn.ready (coalesced.js.jsf?ln=ice.core&dgst=o4f8tk:74)
at h.fn.init.d.fn.init (coalesced.js.jsf?ln=ice.core&dgst=o4f8tk:64)
Modified component code to avoid evaluating JS snippets that can include code injected through component attributes. Instead generate (on the server side) parse JSON structures.